go1.20-doc-1.20.6-150000.1.17.1 >  A dp9|TKw5+gt.ԥJQMm>Px!~|Z#d2Ap oZ8c$F#8={i N5#~'Wq?vŹ`4 tw,_׋ hOqG Z6qŶ3 "[o;"lPbUp.ée1+[r f jtz+:4)~Btal _:Ze0CHp;?d  " 3TXdh      4 y (8(89:&FGHI$X,Y8\l]^bcdef l u v4zVhlrCgo1.20-doc1.20.6150000.1.17.1Go documentationGo examples and documentation.d s390zp35 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxs390xMh>i+xdddddd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.6-150000.1.17.1.src.rpmgo-docgo1.20-docgo1.20-doc(s390-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1dD@ddP@dP@dK@d,@d,@d @d'@cl@cwcT@c@cj@cjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. Refs boo#1206346 go1.20 release tracking. CVE-2023-29406 * go#61076 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60352 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60535 runtime: TLS slot index over 64 and crash * go#60675 cmd/compile: internal compiler error: out of range for go.shape.int64 * go#60698 cmd/go: go list fails with submodules which have test-only dependencies * go#60744 crypto/ecdsa: P521 ecdsa.Verify panics with malformed message * go#60754 cmd/go: panic: LoadImport called with empty package path when listing GOROOT/test/*.go * go#60760 runtime: checkdead fires due to suspected race in the Go runtime when GOMAXPROCS=1 on AWS * go#60802 text/template: key/value assignment is reversed within range loop * go#60845 runtime: SIGSEGV in race + coverage mode * go#60849 cmd/go: go test deadlocked without enforcing timeouts when killed with ^C * go#60874 net/mail: mail.ReadMessage in 1.20 cannot parse mbox headers * go#60875 net/mail: characters allowed in RFC 5322 are invalid while parsing email header * go#60927 x/tools/go/analysis/unitchecker: TestVetStdlib failures * go#60947 crypto/x509: TestSystemVerify/EKULeafValid fails on LUCI * go#60949 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61055 runtime: TestWindowsStackMemory flakes on windows-386-2016- go1.20.5 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60516 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60518 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60512 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60514 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#58927 crypto/rsa: 4096 bit keys are not generated with BoringCrypto * go#59975 cmd/compile: multiple memories live at block start * go#60001 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60217 os: Read of a device driver fails only with Go 1.20 * go#60458 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- go1.20.4 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/subtle, crypto/tls, net/http, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59812 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59814 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59816 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59064 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59336 crypto/subtle: xor fails when run with race+purego * go#59374 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59450 cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) * go#59468 cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex * go#59469 net/http: FileServer no longer serves content for POST * go#59540 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59580 cmd/compile: incorrect inline function variable * go#59585 cmd/compile: Unified IR exports table is binary unstable in presence of generics * go#59637 go/internal/gcimporter: lookupGorootExport should use the go command from build.Default.GOROOT- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- go1.20.3 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the compiler, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59268 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59270 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59274 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59272 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58920 x/text: building as a plugin failure on darwin/arm64 * go#58938 cmd/go: timeout on darwin-amd64-race builder * go#58942 internal/testpty: fails on some Linux machines due to incorrect error handling * go#58954 cmd/link: Incorrect symbol linked in darwin/arm64 * go#59051 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59059 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59075 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59220 runtime: crash on linux-ppc64le * go#59236 cmd/compile: crypto/elliptic build error under -linkshared mode * go#59296 cmd/compile: unsafe.SliceData incoherent resuilt with nil argument- Build subpackage go1.x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- go1.20.2 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-24532 * go#58720 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58427 cmd/covdata: short read on string table when merging coverage counters * go#58442 runtime: some linkname signatures do not match * go#58444 cmd/compile: inline static init cause compile time error * go#58467 cmd/compile: internal compiler error: '(*Tree[go.shape.int]).RemoveParent.func1': value .dict (nil) incorrectly live at entry * go#58498 crypto/ecdh: ECDH method doesn't check curve * go#58503 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58505 crypto/internal/bigmod: flag amd64 assembly as noescape * go#58531 runtime: endless traceback when panic in generics funtion * go#58536 runtime: long latency of sweep assists * go#58624 syscall.Faccessat and os.LookPath regression in Go 1.20 * go#58627 os: cmd/go gets error "copy_file_range: function not implemented" * go#58717 net: TestTCPSelfConnect failures due to unexpected connections * go#58774 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58776 cmd/compile: ICE on method value involving imported anonymous interface * go#58793 crypto/x509: Incorrect documentation for ParsePKCS8PrivateKey * go#58811 crypto/x509: TestSystemVerify consistently failing- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline * In %check on x86_64 use value %go_amd64=v1 as GOAMD64=v1 to grep correct TSAN version is checked out from LLVM with new spelling for internal/amd64v1/race_linux.syso- go1.20.1 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57276 boo#1208269 security: fix CVE-2022-41722 path/filepath: path traversal in filepath.Clean on Windows * go#58356 boo#1208270 security: fix CVE-2022-41723 net/http: avoid quadratic complexity in HPACK decoding * go#58359 boo#1208271 security: fix CVE-2022-41724 crypto/tls: large handshake records may cause panics * go#58363 boo#1208272 security: fix CVE-2022-41725 net/http, mime/multipart: denial of service from excessive resource consumption * go#58117 time: update zoneinfo_abbrs on Windows * go#58224 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58309 cmd/compile/internal/pgo: Detect sample value position instead of hard-coding * go#58319 cmd/compile: constant overflows when assigned to package level var (Go 1.20 regression) * go#58335 cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.Name * go#58413 cmd/compile: internal compiler error: Type.Elem UNION * go#58419 runtime: GOOS=ios fails Apple's app validation due to use of private API * go#58421 cmd/go/internal/test: stale flagdefs.go not detected by tests * go#58431 all: test failures with ETXTBSY * go#58450 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.20 (released 2023-02-01) is a major release of Go. go1.20.x minor releases will be provided through February 2024. https://github.com/golang/go/wiki/Go-Release-Cycle go1.20 arrives six months after go1.19. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1206346 go1.20 release tracking Refs jsc#PED-1962 * Go 1.20 includes four changes to the language * Language change: Go 1.17 added conversions from slice to an array pointer. Go 1.20 extends this to allow conversions from a slice to an array * Language change: The unsafe package defines three new functions SliceData, String, and StringData. Along with Go 1.17's Slice, these functions now provide the complete ability to construct and deconstruct slice and string values, without depending on their exact representation. * Language change: The specification now defines that struct values are compared one field at a time, considering fields in the order they appear in the struct type definition, and stopping at the first mismatch. The specification could previously have been read as if all fields needed to be compared beyond the first mismatch. Similarly, the specification now defines that array values are compared one element at a time, in increasing index order. In both cases, the difference affects whether certain comparisons must panic. Existing programs are unchanged: the new spec wording describes what the implementations have always done. * Language change: Comparable types (such as ordinary interfaces) may now satisfy comparable constraints, even if the type arguments are not strictly comparable (comparison may panic at runtime). This makes it possible to instantiate a type parameter constrained by comparable (e.g., a type parameter for a user-defined generic map key) with a non-strictly comparable type argument such as an interface type, or a composite type containing an interface type. * go command: The directory $GOROOT/pkg no longer stores pre-compiled package archives for the standard library: go install no longer writes them, the go build no longer checks for them, and the Go distribution no longer ships them. Instead, packages in the standard library are built as needed and cached in the build cache, just like packages outside GOROOT. This change reduces the size of the Go distribution and also avoids C toolchain skew for packages that use cgo. Refs jsc#PED-1962 * go command: The implementation of go test -json has been improved to make it more robust. Programs that run go test - json do not need any updates. Programs that invoke go tool test2json directly should now run the test binary with - v=test2json (for example, go test -v=test2json or ./pkg.test - test.v=test2json) instead of plain -v. * go command: A related change to go test -json is the addition of an event with Action set to start at the beginning of each test program's execution. When running multiple tests using the go command, these start events are guaranteed to be emitted in the same order as the packages named on the command line. * go command: The go command now defines architecture feature build tags, such as amd64.v2, to allow selecting a package implementation file based on the presence or absence of a particular architecture feature. See go help buildconstraint for details. * go command: The go subcommands now accept -C to change directory to before performing the command, which may be useful for scripts that need to execute commands in multiple different modules. * go command: The go build and go test commands no longer accept the -i flag, which has been deprecated since Go 1.16. * go command: The go generate command now accepts -skip to skip //go:generate directives matching . * go command: The go test command now accepts -skip to skip tests, subtests, or examples matching . * go command: When the main module is located within GOPATH/src, go install no longer installs libraries for non-main packages to GOPATH/pkg, and go list no longer reports a Target field for such packages. (In module mode, compiled packages are stored in the build cache only, but a bug had caused the GOPATH install targets to unexpectedly remain in effect.) * go command: The go build, go install, and other build-related commands now support a -pgo flag that enables profile-guided optimization, which is described in more detail in the Compiler section below. The -pgo flag specifies the file path of the profile. Specifying -pgo=auto causes the go command to search for a file named default.pgo in the main package's directory and use it if present. This mode currently requires a single main package to be specified on the command line, but we plan to lift this restriction in a future release. Specifying - pgo=off turns off profile-guided optimization. * go command: The go build, go install, and other build-related commands now support a -cover flag that builds the specified target with code coverage instrumentation. This is described in more detail in the Cover section below. * go version: The go version -m command now supports reading more types of Go binaries, most notably, Windows DLLs built with go build -buildmode=c-shared and Linux binaries without execute permission. * Cgo: The go command now disables cgo by default on systems without a C toolchain. More specifically, when the CGO_ENABLED environment variable is unset, the CC environment variable is unset, and the default C compiler (typically clang or gcc) is not found in the path, CGO_ENABLED defaults to 0. As always, you can override the default by setting CGO_ENABLED explicitly. The most important effect of the default change is that when Go is installed on a system without a C compiler, it will now use pure Go builds for packages in the standard library that use cgo, instead of using pre-distributed package archives (which have been removed, as noted above) or attempting to use cgo and failing. This makes Go work better in some minimal container environments as well as on macOS, where pre-distributed package archives have not been used for cgo-based packages since Go 1.16. The packages in the standard library that use cgo are net, os/user, and plugin. On macOS, the net and os/user packages have been rewritten not to use cgo: the same code is now used for cgo and non-cgo builds as well as cross-compiled builds. On Windows, the net and os/user packages have never used cgo. On other systems, builds with cgo disabled will use a pure Go version of these packages. On macOS, the race detector has been rewritten not to use cgo: race-detector-enabled programs can be built and run without Xcode. On Linux and other Unix systems, and on Windows, a host C toolchain is required to use the race detector. * go cover: Go 1.20 supports collecting code coverage profiles for programs (applications and integration tests), as opposed to just unit tests. To collect coverage data for a program, build it with go build's -cover flag, then run the resulting binary with the environment variable GOCOVERDIR set to an output directory for coverage profiles. See the 'coverage for integration tests' landing page for more on how to get started. For details on the design and implementation, see the proposal. * go vet: Improved detection of loop variable capture by nested functions. The vet tool now reports references to loop variables following a call to T.Parallel() within subtest function bodies. Such references may observe the value of the variable from a different iteration (typically causing test cases to be skipped) or an invalid state due to unsynchronized concurrent access. * go vet: The tool also detects reference mistakes in more places. Previously it would only consider the last statement of the loop body, but now it recursively inspects the last statements within if, switch, and select statements. * go vet: New diagnostic for incorrect time formats. The vet tool now reports use of the time format 2006-02-01 (yyyy-dd-mm) with Time.Format and time.Parse. This format does not appear in common date standards, but is frequently used by mistake when attempting to use the ISO 8601 date format (yyyy-mm-dd). * Runtime: Some of the garbage collector's internal data structures were reorganized to be both more space and CPU efficient. This change reduces memory overheads and improves overall CPU performance by up to 2%. * Runtime: The garbage collector behaves less erratically with respect to goroutine assists in some circumstances. * Runtime: Go 1.20 adds a new runtime/coverage package containing APIs for writing coverage profile data at runtime from long-running and/or server programs that do not terminate via os.Exit(). * Compiler: Go 1.20 adds preview support for profile-guided optimization (PGO). PGO enables the toolchain to perform application- and workload-specific optimizations based on run-time profile information. Currently, the compiler supports pprof CPU profiles, which can be collected through usual means, such as the runtime/pprof or net/http/pprof packages. To enable PGO, pass the path of a pprof profile file via the -pgo flag to go build, as mentioned above. Go 1.20 uses PGO to more aggressively inline functions at hot call sites. Benchmarks for a representative set of Go programs show enabling profile-guided inlining optimization improves performance about 3–4%. See the PGO user guide for detailed documentation. We plan to add more profile-guided optimizations in future releases. Note that profile-guided optimization is a preview, so please use it with appropriate caution. * Compiler: The Go 1.20 compiler upgraded its front-end to use a new way of handling the compiler's internal data, which fixes several generic-types issues and enables type declarations within generic functions and methods. * Compiler: The compiler now rejects anonymous interface cycles with a compiler error by default. These arise from tricky uses of embedded interfaces and have always had subtle correctness issues, yet we have no evidence that they're actually used in practice. Assuming no reports from users adversely affected by this change, we plan to update the language specification for Go 1.22 to formally disallow them so tools authors can stop supporting them too. * Compiler: Go 1.18 and 1.19 saw regressions in build speed, largely due to the addition of support for generics and follow-on work. Go 1.20 improves build speeds by up to 10%, bringing it back in line with Go 1.17. Relative to Go 1.19, generated code performance is also generally slightly improved. * Linker: On Linux, the linker now selects the dynamic interpreter for glibc or musl at link time. * Linker: On Windows, the Go linker now supports modern LLVM-based C toolchains. * Linker: Go 1.20 uses go: and type: prefixes for compiler-generated symbols rather than go. and type.. This avoids confusion for user packages whose name starts with go.. The debug/gosym package understands this new naming convention for binaries built with Go 1.20 and newer. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go 1.18 and Go 1.19 looked first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4, in anticipation of requiring Go 1.17 for use when bootstrapping Go 1.20. Go 1.20 does require a Go 1.17 release for bootstrapping, but we realized that we should adopt the latest point release of the bootstrap toolchain, so it requires Go 1.17.13. Go 1.20 looks for $HOME/go1.17.13 or $HOME/sdk/go1.17.13 before falling back to $HOME/go1.4 (to support systems that hard-coded the path $HOME/go1.4 but have installed a newer Go toolchain there). In the future, we plan to move the bootstrap toolchain forward approximately once a year, and in particular we expect that Go 1.22 will require the final point release of Go 1.20 for bootstrap. * Library: Go 1.20 adds a new crypto/ecdh package to provide explicit support for Elliptic Curve Diffie-Hellman key exchanges over NIST curves and Curve25519. Programs should use crypto/ecdh instead of the lower-level functionality in crypto/elliptic for ECDH, and third-party modules for more advanced use cases. * Error handling: Go 1.20 expands support for error wrapping to permit an error to wrap multiple other errors. * Error handling: An error e can wrap more than one error by providing an Unwrap method that returns a []error. * Error handling: The errors.Is and errors.As functions have been updated to inspect multiply wrapped errors. * Error handling: The fmt.Errorf function now supports multiple occurrences of the %w format verb, which will cause it to return an error that wraps all of those error operands. * Error handling: The new function errors.Join returns an error wrapping a list of errors. * HTTP ResponseController: The new "net/http".ResponseController type provides access to extended per-request functionality not handled by the "net/http".ResponseWriter interface. The ResponseController type provides a clearer, more discoverable way to add per-handler controls. Two such controls also added in Go 1.20 are SetReadDeadline and SetWriteDeadline, which allow setting per-request read and write deadlines. * New ReverseProxy Rewrite hook: The httputil.ReverseProxy forwarding proxy includes a new Rewrite hook function, superseding the previous Director hook. * archive/tar: When the GODEBUG=tarinsecurepath=0 environment variable is set, Reader.Next method will now return the error ErrInsecurePath for an entry with a file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved name such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: When the GODEBUG=zipinsecurepath=0 environment variable is set, NewReader will now return the error ErrInsecurePath when opening an archive which contains any file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved names such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: Reading from a directory file that contains file data will now return an error. The zip specification does not permit directory files to contain file data, so this change only affects reading from invalid archives. * bytes: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * bytes: The new Clone function allocates a copy of a byte slice. * context: The new WithCancelCause function provides a way to cancel a context with a given error. That error can be retrieved by calling the new Cause function. * crypto/ecdsa: When using supported curves, all operations are now implemented in constant time. This led to an increase in CPU time between 5% and 30%, mostly affecting P-384 and P-521. * crypto/ecdsa: The new PrivateKey.ECDH method converts an ecdsa.PrivateKey to an ecdh.PrivateKey. * crypto/ed25519: The PrivateKey.Sign method and the VerifyWithOptions function now support signing pre-hashed messages with Ed25519ph, indicated by an Options.HashFunc that returns crypto.SHA512. They also now support Ed25519ctx and Ed25519ph with context, indicated by setting the new Options.Context field. * crypto/rsa: The new field OAEPOptions.MGFHash allows configuring the MGF1 hash separately for OAEP decryption. * crypto/rsa: crypto/rsa now uses a new, safer, constant-time backend. This causes a CPU runtime increase for decryption operations between approximately 15% (RSA-2048 on amd64) and 45% (RSA-4096 on arm64), and more on 32-bit architectures. Encryption operations are approximately 20x slower than before (but still 5-10x faster than decryption). Performance is expected to improve in future releases. Programs must not modify or manually generate the fields of PrecomputedValues. * crypto/subtle: The new function XORBytes XORs two byte slices together. * crypto/tls: Parsed certificates are now shared across all clients actively using that certificate. The memory savings can be significant in programs that make many concurrent connections to a server or collection of servers sharing any part of their certificate chains. * crypto/tls: For a handshake failure due to a certificate verification failure, the TLS client and server now return an error of the new type CertificateVerificationError, which includes the presented certificates. * crypto/x509: ParsePKCS8PrivateKey and MarshalPKCS8PrivateKey now support keys of type *crypto/ecdh.PrivateKey. ParsePKIXPublicKey and MarshalPKIXPublicKey now support keys of type *crypto/ecdh.PublicKey. Parsing NIST curve keys still returns values of type *ecdsa.PublicKey and *ecdsa.PrivateKey. Use their new ECDH methods to convert to the crypto/ecdh types. * crypto/x509: The new SetFallbackRoots function allows a program to define a set of fallback root certificates in case an operating system verifier or standard platform root bundle is unavailable at runtime. It will most commonly be used with a new package, golang.org/x/crypto/x509roots/fallback, which will provide an up to date root bundle. * debug/elf: Attempts to read from a SHT_NOBITS section using Section.Data or the reader returned by Section.Open now return an error. * debug/elf: Additional R_LARCH_* constants are defined for use with LoongArch systems. * debug/elf: Additional R_PPC64_* constants are defined for use with PPC64 ELFv2 relocations. * debug/elf: The constant value for R_PPC64_SECTOFF_LO_DS is corrected, from 61 to 62. * debug/gosym: Due to a change of Go's symbol naming conventions, tools that process Go binaries should use Go 1.20's debug/gosym package to transparently handle both old and new binaries. * debug/pe: Additional IMAGE_FILE_MACHINE_RISCV* constants are defined for use with RISC-V systems. * encoding/binary: The ReadVarint and ReadUvarint functions will now return io.ErrUnexpectedEOF after reading a partial value, rather than io.EOF. * encoding/xml: The new Encoder.Close method can be used to check for unclosed elements when finished encoding. * encoding/xml: The decoder now rejects element and attribute names with more than one colon, such as , as well as namespaces that resolve to an empty string, such as xmlns:a="". * encoding/xml: The decoder now rejects elements that use different namespace prefixes in the opening and closing tag, even if those prefixes both denote the same namespace. * errors: The new Join function returns an error wrapping a list of errors. * fmt: The Errorf function supports multiple occurrences of the %w format verb, returning an error that unwraps to the list of all arguments to %w. * fmt: The new FormatString function recovers the formatting directive corresponding to a State, which can be useful in Formatter. implementations. * go/ast: The new RangeStmt.Range field records the position of the range keyword in a range statement. * go/ast: The new File.FileStart and File.FileEnd fields record the position of the start and end of the entire source file. * go/token: The new FileSet.RemoveFile method removes a file from a FileSet. Long-running programs can use this to release memory associated with files they no longer need. * go/types: The new Satisfies function reports whether a type satisfies a constraint. This change aligns with the new language semantics that distinguish satisfying a constraint from implementing an interface. * io: The new OffsetWriter wraps an underlying WriterAt and provides Seek, Write, and WriteAt methods that adjust their effective file offset position by a fixed amount. * io/fs: The new error SkipAll terminates a WalkDir immediately but successfully. * math/big: The math/big package's wide scope and input-dependent timing make it ill-suited for implementing cryptography. The cryptography packages in the standard library no longer call non-trivial Int methods on attacker-controlled inputs. In the future, the determination of whether a bug in math/big is considered a security vulnerability will depend on its wider impact on the standard library. * math/rand: The math/rand package now automatically seeds the global random number generator (used by top-level functions like Float64 and Int) with a random value, and the top-level Seed function has been deprecated. Programs that need a reproducible sequence of random numbers should prefer to allocate their own random source, using rand.New(rand.NewSource(seed)). * math/rand: Programs that need the earlier consistent global seeding behavior can set GODEBUG=randautoseed=0 in their environment. * math/rand: The top-level Read function has been deprecated. In almost all cases, crypto/rand.Read is more appropriate. * mime: The ParseMediaType function now allows duplicate parameter names, so long as the values of the names are the same. * mime/multipart: Methods of the Reader type now wrap errors returned by the underlying io.Reader. * net: The LookupCNAME function now consistently returns the contents of a CNAME record when one exists. Previously on Unix systems and when using the pure Go resolver, LookupCNAME would return an error if a CNAME record referred to a name that with no A, AAAA, or CNAME record. This change modifies LookupCNAME to match the previous behavior on Windows, allowing LookupCNAME to succeed whenever a CNAME exists. * net: Interface.Flags now includes the new flag FlagRunning, indicating an operationally active interface. An interface which is administratively configured but not active (for example, because the network cable is not connected) will have FlagUp set but not FlagRunning. * net: The new Dialer.ControlContext field contains a callback function similar to the existing Dialer.Control hook, that additionally accepts the dial context as a parameter. Control is ignored when ControlContext is not nil. * net: The Go DNS resolver recognizes the trust-ad resolver option. When options trust-ad is set in resolv.conf, the Go resolver will set the AD bit in DNS queries. The resolver does not make use of the AD bit in responses. * net: DNS resolution will detect changes to /etc/nsswitch.conf and reload the file when it changes. Checks are made at most once every five seconds, matching the previous handling of /etc/hosts and /etc/resolv.conf. * net/http: The ResponseWriter.WriteHeader function now supports sending 1xx status codes. * net/http: The new Server.DisableGeneralOptionsHandler configuration setting allows disabling the default OPTIONS * handler. * net/http: The new Transport.OnProxyConnectResponse hook is called when a Transport receives an HTTP response from a proxy for a CONNECT request. * net/http: The HTTP server now accepts HEAD requests containing a body, rather than rejecting them as invalid. * net/http: HTTP/2 stream errors returned by net/http functions may be converted to a golang.org/x/net/http2.StreamError using errors.As. * net/http: Leading and trailing spaces are trimmed from cookie names, rather than being rejected as invalid. For example, a cookie setting of "name =value" is now accepted as setting the cookie "name". * net/netip: The new IPv6LinkLocalAllRouters and IPv6Loopback functions are the net/netip equivalents of net.IPv6loopback and net.IPv6linklocalallrouters. * os: On Windows, the name NUL is no longer treated as a special case in Mkdir and Stat. * os: On Windows, File.Stat now uses the file handle to retrieve attributes when the file is a directory. Previously it would use the path passed to Open, which may no longer be the file represented by the file handle if the file has been moved or replaced. This change modifies Open to open directories without the FILE_SHARE_DELETE access, which match the behavior of regular files. * os: On Windows, File.Seek now supports seeking to the beginning of a directory. * os/exec: The new Cmd fields Cancel and WaitDelay specify the behavior of the Cmd when its associated Context is canceled or its process exits with I/O pipes still held open by a child process. * path/filepath: The new error SkipAll terminates a Walk immediately but successfully. * path/filepath: The new IsLocal function reports whether a path is lexically local to a directory. For example, if IsLocal(p) is true, then Open(p) will refer to a file that is lexically within the subtree rooted at the current directory. * reflect: The new Value.Comparable and Value.Equal methods can be used to compare two Values for equality. Comparable reports whether Equal is a valid operation for a given Value receiver. * reflect: The new Value.Grow method extends a slice to guarantee space for another n elements. * reflect: The new Value.SetZero method sets a value to be the zero value for its type. * reflect: Go 1.18 introduced Value.SetIterKey and Value.SetIterValue methods. These are optimizations: v.SetIterKey(it) is meant to be equivalent to v.Set(it.Key()). The implementations incorrectly omitted a check for use of unexported fields that was present in the unoptimized forms. Go 1.20 corrects these methods to include the unexported field check. * regexp: Go 1.19.2 and Go 1.18.7 included a security fix to the regular expression parser, making it reject very large expressions that would consume too much memory. Because Go patch releases do not introduce new API, the parser returned syntax.ErrInternalError in this case. Go 1.20 adds a more specific error, syntax.ErrLarge, which the parser now returns instead. * runtime/cgo: Go 1.20 adds new Incomplete marker type. Code generated by cgo will use cgo.Incomplete to mark an incomplete C type. * runtime/metrics: Go 1.20 adds new supported metrics, including the current GOMAXPROCS setting (/sched/gomaxprocs:threads), the number of cgo calls executed (/cgo/go-to-c-calls:calls), total mutex block time (/sync/mutex/wait/total:seconds), and various measures of time spent in garbage collection. * runtime/metrics: Time-based histogram metrics are now less precise, but take up much less memory. * runtime/pprof: Mutex profile samples are now pre-scaled, fixing an issue where old mutex profile samples would be scaled incorrectly if the sampling rate changed during execution. * runtime/pprof: Profiles collected on Windows now include memory mapping information that fixes symbolization issues for position-independent binaries. * runtime/trace: The garbage collector's background sweeper now yields less frequently, resulting in many fewer extraneous events in execution traces. * strings: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * sync: The new Map methods Swap, CompareAndSwap, and CompareAndDelete allow existing map entries to be updated atomically. * syscall: On FreeBSD, compatibility shims needed for FreeBSD 11 and earlier have been removed. * syscall: On Linux, additional CLONE_* constants are defined for use with the SysProcAttr.Cloneflags field. * syscall: On Linux, the new SysProcAttr.CgroupFD and SysProcAttr.UseCgroupFD fields provide a way to place a child process into a specific cgroup. * testing: The new method B.Elapsed reports the current elapsed time of the benchmark, which may be useful for calculating rates to report with ReportMetric. * time: The new time layout constants DateTime, DateOnly, and TimeOnly provide names for three of the most common layout strings used in a survey of public Go source code. * time: The new Time.Compare method compares two times. * time: Parse now ignores sub-nanosecond precision in its input, instead of reporting those digits as an error. * time: The Time.MarshalJSON method is now more strict about adherence to RFC 3339. * unicode/utf16: The new AppendRune function appends the UTF-16 encoding of a given rune to a uint16 slice, analogous to utf8.AppendRune.- go1.20rc3 (released 2023-01-12) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc3. Refs boo#1206346 go1.20 release tracking- go1.20rc2 (released 2023-01-04) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc2. Refs boo#1206346 go1.20 release tracking- go1.20rc1 (released 2022-12-08) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc1. Refs boo#1206346 go1.20 release trackings390zp35 16891660911.20.61.20.6-150000.1.17.11.20.6-150000.1.17.1asm.htmlgo1.17_spec.htmlgo1.20.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.20/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29785/SUSE_SLE-15_Update/1a4de2c91f9565eca9c8433785c524ad-go1.20.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode text3yqo#|y0 utf-89c70227bb9862d681ab4c597e1e481196656308223637b2ed3f1a0991ac5f1fa?P7zXZ !t/] crv(vX0וx gלQ=oR"84 ! uB˹逵S8ڮPT9@Jꄂ W,oEg}&ERGaZtJz=1 'l&+I5HQPf$?FVA K-`Ѥ>)D2,$49)2{B?T\+B jM~lΞ=Cmڈ z2JA*{ oYtz2tC\˧,z$JGMQa5fhe=X<^FE?9=D, Z(dGL%]pzSO]ę19y+BB5rHGi.<`?va[lez9+I3Oho:RQį/x}UObp n]wϖY,f:۾'hC,.?%Λe]y!<ѹ PPe=R͈ zq_NL"Å!s&EtV8JR{ݎR(QEX tLX.ޡBR6y 6,j@ Z;Ȍj{2W i^LA~ؑ+ف_Ŝt^`j{{zGw¤dvv4qzJE=;ҎbFMk|=B͒hdEivř:hjw]QVWmG.λav5}=ev7ht,mrf^WʐF.]Gy ),=bk䴮Yihk:n6<֡L`ա|C?ҽc)lR7|dF:vI[WZ sF NCn/F{;O. >B PCi'@s5{Dt"m eOO5Z T=Ās$M (T! oŷظ鑩};$53Ua=I(fyZB >Q!Xp`O?Yn{NNPrFJg!j2#5P&RMN56Mċ3QRe4MPN=0.ذ +B u<4v4bGJɕÀ”HbFP`v(T蛍 ͨl;t_-ھ?mN"JUe7w}7ao4#=>wt@ xOֱzl!D<_ S7'dRmԷ]SAz2V!jp26xJ9z{)}K?ck&2#NHJ )" 1>9ssJ/=4Vj_FNظjX{wT" DOɥoQ=b{Y 雵8J@ `?U!TBXm9G_B_$ Z:#pL@_Cw=}H7V U E@D^D]n޺\n.;]opJbSP5҄ 0 GYIv껂4Ԓ —t¿J#8^(l E,"҈b jX\0Y@e|pTd6XXhk㟻Y%hXJDEs5ol=bS'|YPA7"OjK,-a'F 7X {id!&RɚqD7c3^O0TADB'S8P6e!€8?(Tћ+qq YnD.e+J&=  w:-)9L!2}S?̤>C"byqSro]6~O[' 2H}Bc8O҇N>rdxsRܖ!tf\BmjK@G=U~ȘMpS$j} ` #2lHOݼgEC09 q_(U\#fohSO3{XcSfty2aN p $kAG"@\#Ta XP5$)s_b)bP׽}ΟdM@b9LW(SB^S< ߗZ)eA~L)r/Lŧ2 L< ׺o-ZL%4;PNxkĴ;bEsvz~r\ݎK'ԯ Yy#M l̟Fjl{o\Zx\q}s.?&pRۭJ(8żq}_ {W T#HL4GC$o{Abbk K3Kf>,:+9#}=ը*ޮf_B/Fn, +Ql$ѝ!b-}S5ڊ)An͕ 3q=H"gTAͮV1x9+}T#zb jUG$6ҷC*٘L'qGSE:=f[( DUYGNI8}%>:/vmb~L&^u6n5"'{Zre,;>D{^^IH--kͳ1E(Rt/h%Gڂ=}gh[b¯Y0DLo҅/,U95O%F3T vU̽LgY.|AXC4^_JӪKBMT;-ȏzlA0+4!VL$t}\=ȓ%`3Yi\tYPsNVvw+`@:H$fz5iN +f|,<5oc@ -ٳ ~e#X@!I,$}e7έYO4U(<56jh3`-9)HÀӣZX&3#Yg.9Njl(y*WNYg9Ԉ(OH$l% 8XhaeROZ71 UXL0sR뛮toɳeQ*ٹVɮKUCDpt-ǑqRFlղdHq F٪p لgڤ3Yj 0ohwYmaI?,cf J'Fvi[z59!X#D݆+oËjvrqw;:,(y7J ЦMrtj#OTH>)[!rBV'a A(AК߱!ؙZXZ#74Z=U0f pSҽٺӝ4n>yu_Ժ'uR毌gZ0tMw>[J-!!Sn9+H! 7SڀX&klCp#KLBq{mrU\0pU |e =n 'Xz<1VOr8E}AȘOk%lg‘KG).cD25b*H"YN1t 8iJ"ݿқK W>?G`v.;B>*g #D'/9a/It0 ˜;K 2N482Ngś-8GJzhO-IULQJ3M@ZDSC[G+Qj<jJ~^VL|/E_g\?Sv^ M m*0#)g)^xX~/.>x`;Rf=YzP`<QJ~a9/ge|ik'ܛr/yf,5*(@DgAO);,%q+ :TlzDRcu[3֡HF]1:`^ewɞmSCvnbh;eYEPf/i0r[ꬎ;]aݖw 9#i\3ZuLu3cwyf]' R26:؞BMahi""Ṱ_Mղ+Lv">Y>f΄V1}24 ЕtbÐFqA*'IE hZ[ߢ'Ӹj?<=xQeJYHr b~HFP 9:z`'\Vg@2vY{(Q'-  c8_!uKBZȑAQa}.vx4 BSD [a6h8PM WHCGdž4t]Z2@);.? Pۨ{Ԗ=coA1k ݳlJ~R-c 㟛DdYhQڀ} _L,d WȨ`{1T( ̭:1r<>7+HI298:C )7>Ӽ)u:Y|mI 5U{JOB-x>u6< zC=}/ӹJ4H|ÑP/(c';grEh Rtc'L37C tt0D;4\%6rp /",|Lx)Ӯ͙pEf6q{lfhKkX@П ;I&5et]OJapje8E~:F fn qĀ'kk;fyV"y+ h5^5>y_x)#>ͮfiԠQ/r&KLEu5Z;/7zsvqr~PGű:LrzB1-üg4 "VV0˔~4${P=@> ,V ht {~b!b ŽOד_cRG~%k{G?`SG 6wfm0$U:\x8WM0~ht~*ۮ홬(e$]x3ŋDŽwEz!IJK`\~xxhL>^g AҔ7, !- ڮW*{۾ /FS[|{7??\Đ MhAnh41$:6#C/r=3 NtnЍ7ԗD7EFF [-Q^4=XoJ!Tal F|"7΢iBj^s")贬^%Qy=Hbu C˜&` +m&nvgh_z{2LBhKHm2$қt#4Ose(@AaҞB VSd"_eɧ5*DŽ.4aB0ųSXŸGճU |fEGؼg@JހoE*OC3-棺2+[uŃU,51Y<}@ _<9.k::29ԥ?Z~擜ו5kU*#Qhm 0D_EM&mX|Դ_rL0aЬoJ:|1e,={(Py\Ӧ_TnYRQgPg";ʂ"nvcR㴩1YW iB7j%ZeE ]+Nm i)0af"*T1ƀ}yG4vkTE~˵h!ˠ>Up\MB鰾#SrliHm׀\;;' tԗ+Qk{ٴޡ*(#T% |5lY.B19ҏPբZ ~&e2Wm_2EIOИl GGr2̨M>iP|>GaFGRD| szhcp@ڄf$&g"#x34B$ὕHʤzOh4ڊ>F͋ ڍgyauMkgD8K'ݲW06F_BPAuɪG=I@Fx'xXkV%&{fԦ)! EQ$قT!ؕ&dʶ.`DȜWD{FЍ+T <3UiAez# $&wY()HB]s]v[="GP! 5ۥ`ջZDM+:Q/¼ø4tˣ꧇ 1\SbH2{':.Z]-#j*X, s[[^;Si^ 4/'a2mvD y*d.y4Ճ)}׌nQ/j4*=ϵPFDHP3Ug( jNA#Ɔ`ocR۾tEM;vjtJ RP-M @om&oIZ;l'Dt-Je=d صc=:O,OJ\l} EGFr}m3>,`+KnV d:; `xL>I:Tcb~S2q˯c;2BOU3^/w4 >v 7x`gʣɳLz x-ˏ fy;$xc0'F; \s4V.z@/D`LR(gk75>PgSw.GFAEf n5dua!:Aw?7!ފfա)B޼3l|wݭ`TCEj&B׋Ͽc?KW$^:dՊ/K ?#l*0֠_џvcT,R4#/}Ec qLC^*9v._3xRXiv!~|L4ڼQ&;uJT9G kܚCRR+MFO^IxQ D Ye)83޲Z\ЖޣDA:s݅Yyob2Ă|uk< s _ϙK_ty9/ag-t?$2&$ٹDaiQ(ЊGYQ,[-^2$AĜ<D|fG*XVI_ϼZxGU+ V$֜D\+2 ~kFIjxlvt$W  \ev}tS>l*ߋJsm}ѭ:cBDvƥfk|2zqhby4r㴘T3 ?(*Mj;7-OK{-$h2/t.rrFd-*OSHܢJVO`#G"-[a]UU@o\)g('.힩dBvwqʒի˷{X VT׈_%6=Mh?X{ad]R!6V)L$8>5~Tgp hv8&qs_Ak7@.2Œc<&zsO˂ O/hƚLق9h¸01#-}$#YRvTL.ٰD[fwgÛ"S.9sQ7ڗ#ITy<%dVIb}[t0ُflC..3 _}'tq`q5ɏ^p4G\2z-$$KO_S_U튈W^5*Sx%qɕfH3_D`: ԋ*BYnZa[Y;7~zWs-6ɴ.[h; u)5d!ӋXϳ]R ]Y8ބD̡O'_Xu7<1 [z7 -^3 A2NNl\k"x DTA2o*wތcǙE2N$@Ip44;3(q&9tB U$N[Ő"jŌ+أSZnvɭ~^rGs#R S䞁KTL?b҈a <]4FhCRwn{Մz(q ԃW'8'QܡI$ti@&˼6oh[J/ZGx@?Nj4VY nNJ. ?p`ir&V1M,Q`#hޥA v >iX=ƴKqk8E~hSeP+>kAc6ll lclCMA[oEȽٽJCmY}1w(.rpSi4^X`<>C\稚yJDJ極 A.5F7wTPgN!@N\bu$ιP'?ٔ5Ksr` )ݨ0B[0Z"$ GP>9BmB+ӹO>kƗ HSKu޵nO*R=N⼷al-Q\S)GwޯQymuCds@.16Gxtga)f,8G満 Q[ <: 5(2č+78YE(qA]펛[t [>Mf}:V2V\gV3mJ"[%ˊLBBxH u1XCNJ"(f{ѻ a NO^oy4d8l37S58|q*ߩ 5}+!-Ih EDxQwrQltuCδU/?3b7]zt@3|oےrQT< =twgE6_ 4Jzo }*rEBkߤyi8r'NEph+k6CCY D -\Lw+"ǣ\K\=/ e ;K|]Et̜J1Z[* %*x/vX&֫7V OۙGn'N.\y5KNj ɑ}΍ ~(61V@tɞUl7v{r7>eUbK~{~v6=Œb:xH({o}P@%:% f$zmiָ( [R3 "{G9Ɋ ƙ'MDusf3QaA+t9 P*mت{:hD^MK,s::rMZR0 m U "яi=iQ_jHNK'ͯ4[UM ד@DyT/xB!'[C-WjKWyZ&97<u^ N&֝pޝ4)@wr?<ޭ ʨ&+Y ¸V}cnr UO%GjqO L|Ae?y,vئsm9 30%]GBSl`,V`:&^Q _pZ^6;zX![=D2Pr,d80&tuHq\bUg…pP q|n6!S--^g[|)(AG_!҂ W+MW)X"΄Wu>1۳ D(Tı&py@fа\#*BŁ'׮XE\>s&̱&$w%^B;oq#رѲդϮԈ@7tB"}g9)(2sլv7*6QNѿ6.u .TTntr;Xu,[eg8>ނ%&`ncCa/+?R}Ԓ;9\ ?qʭ'R{.i Jw^jژ%g&kjrV^u&֎QS6G'qTr&Km{ˢ\TdEd,`%x,El܈/fYG~4<Զ2ܐr3OИSV?<8ʪ<''ht1]LRDB2c@Ȑ qH,M.{?5C$ԾIs . z"y1*z{4$l&l߻05Fx 0#E_EP>Y+6`D;[_iQXdvCD^ޝ4]U҈_}đ9vuZ׵^ 5]QzfQs}2́z8&Ľr7Py %9ō# yEYW(o1: u7 y_Xxu)Gx@@{y?Tzzr6ȯY})bR(5bRUQkzl XYuYJ l!mY>)À<9{2wpd20ޅX~5 `elu_tEYGذ{pP# аH0M(DnηQÃc#kR'[:&fJsTu%tDc]^E#mcD\EL {c7M41;Ic|ZHׅ\vH`rꐞ5iH?JLn5|L>gR Y\֡}ԭ0 fCi!s,!WҮ=>'$~0r1^wx\ >psl00'cta9!=h8Ֆ^4"g^˗9xFǑfrpg9;co'CԞw@.A;^~+?Q*g`J<: DES6׷DLCHLv-f^_=< .7"?+ WUx9h9DOZu^tE&{[XK]s ,)4xtcÙ`<ɖVNC =*ZYJ8جL*4wyBX FC1Y~'\a~ox/F))%41'ց|}|N[4B]3Bz&Qƒ8snt}=y1tŠ&Of?Qi4>dPZêPGcf/7r F6ZI\i[aB1В|ao'@53LpaӳgNt\aSQL|ғk[_1.wQڇ})ɖLM Ěi,`epKGB"18mZ_߾ (Dmn}잟ʶ$?mcOE[W;{Iv JVA uF*X9 ]r,;NsOLKBLz:< 2'C{j?&7NХY@WD| x3?4fF>llBL'6a@36$A5nBI'b*dކRܗ6^e`v.WN~$U1ӪT@u񾈃%qC'|Y"^d4ڊYD #YC/5ks}8_$ Ҹ\{ s9Cש޾a̪ MBu[ S\ QJ8lu}'b KkN_>C4P%GX8|D@e.l; )qk7f ul Lu8[ zʊ>8f>d0Z'rҩ/?*Gx?x#]*' ˫"_1"7䢂IoJV o>Jv{#@$OX [<<.Fn0п$j齢jvfr%~vt^ CNh ba fK'F *aз  S1OK~󎻙p_k deIk^0>ji쟉 GdtcEL) ]ĥB킄:b+Z_Y8Mqɳ ~i z[i5|%}s 42 r8pDGMS_[MK ^ԴC _܆Ljeq2x޷֑N-;wҸu]$]fi[l7zDzAU j1؂$xskz,?Ϩ ?a~,ssXDw](ݟCg&/.*c`Hך(h;&QbR)af-ǏAc$ܡH}߼s;H v|*t.aoN^(!'ϙ>%5#5i4 ʠ0jy|ک>8N+9IL̈v;d5T6.f۵ ӯ_ayRQ|otmOY,(N5XL!YrI7Y dk pT!7dj?2,8v0QbH|Zv R`uV{ΈcVg|,f4(;a-o1ȋPC{Wd8cx{Da "anAp|:=Pl{֭CfQkH{vX9Xxet'/;a+*XqC~Q$OJ$wgt_žSle#>>~04ȑ:;gZG){"c=j6ɫp} t8tEz{tWSFE8LNM_yݞTNȽ6yďBI"Ȅȉ{ՄMM [? r&C'~7KJCOL֤kx;&:!l|8װ.7[%]ĨJ-8V ϱ+lM@st7c874x?*}nQz:9Q<1Y$Ĵs͍|qD1ñ[(Zڮ0r#3V'3c)2e{<{yW<5ԃlQ 3 <۱ uIOf9y}=SlyRL,]#SL#zln[V%}܆z=Zﻕ9KT^nF449!lL􌥪nq0E6kQj0xdg~Ohv5@3dgL%QYA'7tct=]s0[w&U 'R!b{z^VGy31 "wSTrBְ1H޶ KIܚqHA|Hg6wct{SJ|F<^!j_MU\ݻBrMmtÄO#0,y΅jٮ,NXD|翼B!; q9TS"'B E>3ܺYZdye ʱB LbD`ެsƘ|!o:*pA0[u*JH梀܊wJրV -k6ĤF(j#&=aT xgm9ٿ3_͍@`7$+thbhg9݅yv OSTa(kyXx% *HO8!VnmEߝ[|U[!d ulh:hF<݅dU)c,|ye /^M'NK@XH۳B7STה;8S8 &~Esj)$6Z ت}Z}-3縴$?U_#btePaC:4 {*t磭$J9qsx(Њ6F Q@ iSdR&h\.zAl3.&DJFkӫxE -hjӽfP.%Y`P(3G]>닀˄b6q,bWVrEwX Qe_ǯpW;"紧ŅAԘ7 ?}' z!J,Lf>vj+T,gefk/_cTcuO(&%) tHI1_] 8ɷEP*DgaI k7ӽ6=On7X0Bc\S[00}:#㲰3GƉag K_ ~+Krozj|.mZ_m.wBDUy7n Y|R[Foo5G)Őq2392az4k:x,rn ɴPE\k"s⡄7k[nLJWi^pyRJV>Ly9W`E?ROQTn@⇰* VV-^3;1nF4~-l eRg8߄Ϻӄݪȋ\2wwIp}^UySyuJ5 ZLs(S)##+#ƂdCOu\{u~;yaRT{ʗdG|uU@ds *|ljvlsgp%ߢ8Zt HA]1MJ 9dىi>;0 l jFHU*@x?)@%kIgOe};ab+پD GI:g->ΫsARtT!!9oExx]#_޽bUօ( vDдQmӵH 2|O9Mr]PLD~%aTf'wt6 iI _ oWr0F@&NT]U4N:7n ^N\rrLEl`i3+ֺͤ^$(2ydxwټM|LE"~^f2{fL*e'j &W~JKl j]κxyQ^AyW*Y,g/EJ:ou09*QY}~SA𬁺$ia9-\uF5Xc.[Qއ$|)fi{^-auETq DYeiU:8P_Zʭ.fQw !p\=].26 CLu35ҹJp fp,HDCVtʘ d⯿Ulb -u|(IOFxs"|0:hԪKK >E'AΧdrl6g DʃcfwүXDVֳ '^?@8QX%<&v1=4|S POjw*fc\;@ɭH =O.q0}J-mC^|.IԈa*܌߆iRp\Q~LϘnrI?>5׽,)Ѝm̶[6'^.+Gb 2klP)G #<\U\nL)ngjHZWH^IS7HJTc P--;}w=V(-#!*12P&}$z03pok}? ƊS(m[‹-eݵ&M?`툢D[J-:K l)}[\t|WKZk}[w:)I*V_9*W6ȾVpĠEOW/gB@fVկBJ{PYGu\5}*P N5{ Eo9l$/=pa['g?'d.PM|tFW.Z i}'SSMڧ,OM ň1gc.ۇ诡ɨT~FZɋK;& 4ow0}EN*"A:8bb-^[Z`~d-Spm8f>ٙ c驹\ER%`D2$u ַd IEg*sq(pe'Tc-2vwR/歶aXHAw_$aރ=5ZE3E9|*N-n ik~P9 Haxܤ0&dzu~񊪾o @y߲8l,[ִ8/U-B>p ~J=m,SWrIŰ(4 ^M\w,Y< |7-W.?%gQMo"&SDq$]@fĥ xol'RZLvE cMY+;)z&fPzs=yX N!㫫d&3h&>已ߨ_:mWuvlpV. B~~RZ x%Ϸh<(@Wi me>#XM% ]P^.h¢.^ve#U{-\uޟ".FiT)>bFC9֊K|c&",nE%̖u!y4#LS / >}oz>&K6MBY&*S]W;2ݩ'*f.V|>? {j pw ayޱ6`J̗"I(c= j;a[|<l04^YxPOY%8 -HY"TAtzťSuG7rž7?؜]/e !s 6jn"GS_S868#& (0؃A~!^ŚmV8HΟ:ϬAqᖰR@?`nQg<@@nKtdI5gf}&Pl!`H5]ҕ`!zF鏕ӢKj2ǫM}'Qƍ-goyW1xڗ`5*L%IIn'vÿ TE*Z 54Qy`:9JOe٤} 1 7\;is&ŸA: Dn5N'uHEqhd@U7E$t\"p}Tݡы$JQ@Xk5siFqz8!P:f%zjT$|hee3C@Jw=Zbr/duȝU60n8Cw3/eDp FInqMdBvpS/_ҹ{-kDg_Xz!lm&<"Eo~SS=`/%-LuvrAM!5HẠTjωVQg>t^q~-H31 O6>E8ߋ:o,u@_(߫l:#P =y|ˋf #X[Ǟ_3 X@u޳ݞ'܀#=Tؐ$R[7M >*)FWBMC!9 pB#tl)KXFuی`P|e0S \<DW^Nܼm‰S}˂yR/̮٪9;=Uzۻ?&:uOC$[IEęCwtWRܟD޾-1A8_xD)|/dF(~8}Ni# -:'vلCδ {m'pz~ C{bXXC} tϚTU؅J4Z\RIWUO>TmzF:%d`އ- |%~1뿳GXg!;k0Lai*Al0!W)\Y,5¡x; evI9G"APWԴx@UX=C Rȃ2׿D6 ;؜ tuG:J=&Q'8i[򦂠#YYmTx\'hV&~[coӯBp2Y4tm"6[4eUdpMhŔ K=r o:M_J0(/j k` d5E㐇N1 8q ɕHh8V:<9E"Z\}۫ۤ}L\[GLF !ƒ,2cH X@B׫a4 CK[=P )P-2*>aZ %9'nÓ pܾ[CR)9(=έ+ m||Dte][PZMI)t{'NZ'H?SSd))<NTP E\!HM1;ޟ_i$KҜv7Э#rW}]DXO baYu4`k]Uϳݕw4LeK_=Zk ckڞl:扜2R Ko$}1zQ[9b<>|p-qRaH h {P8mM8is:A4'VPNYo_mvXFŊ.a/wU9Gk(\A{4vOVM5VA;m슣ni-QT@-5{2cֲgK6FE@HğcCH:N5';O iA0zHRN]ԇ%yGi$;7~NNS7z [(DƕĐQɾٻgV g[G>㟈n| XNCP[|̲;J1buDnǕZb3z̆^qp)ya0 w ˺:mdTqü :^TzFڗ.'a}?pVae,lmxPo4I$\h[ PCWv9߉6"AwCi-:ٲoĸhq  j#e ~k= gm#vI 'k)HpEIo}#{mېJiAu9 Pș ·o7^5=T?bn<΢sV~lVsѴmS|lVCG(]n[NU+AbW~ ma}{m5Fl]8Y8\$Q]d<'r]] G8i S2`DJ6F`Jwh{2[|W|}r:$^Id űt){pĺgc3Z$nӢd=8>m\7&rA]eGX3rPgXReǍkDZ[aZ-1+)e4?yuseuÔ-v33){Pׄa4iHV)x`Ygvu~)SmC^DT}[4Bߨ'8lNYu/z%Dr\c:ԑ8~Њc17u8\5'6,{2F"I~6`Jj)(4+lYaJ` z1xD"άgðO<'~"w546=Vk$;WReډGp2EfG` NYڞX24Um$%.t){d' rNWMP"';=8xzU|2d]Yrd;H!}gr;,L=N;*:4-E,fȶɳf [}h^f+, Ӫv@p"v4$Q:ߝ|sOLwsC»{#f;gvտz;N}6cW8#6*_Xt%ϖb$=BdyOxѲyN"9 :**LC }ZDWr# fJIv6 ;QW|>A!oR-$/e`&ąku7$mPJUŔH xVV֕Gw3e ->hlCvgwx{x0b+dp<8e$Pדy(;GWu0[ Ѕ*OvKX2ʁ n1̐a>T5)I{m8nbڬߩH+@zQ߿<.^j`ݫk:F-r#3 CVz񽘝+M4,kRElDk!z`9B]pFwV>CAQ40fR0J p QyyoT631'?!+<-Czobgp >Bރ"̑XOnsNvp{uAPhn~ċKi{6Y#lX$dՑ y} /⾨b*̭< ]Js\JUCY$=\f损KJƳ-4'i)V+o*ՖR\\@׭? ``#bCRgW|=4K=<rGÀ c5%xi^%٥ȞpCQ%56;;/ɵw}aRyFލ7 $ uŷxM_YlA%ݏ -n CG#ƨv72|nTO%d!{yIa4iSF_y̨k- 0T<6-KQT RY$oT -mu"4>Rښz@=}e鈗onhx}"Яp*84٦͂+k+|+Wª$2NcaM^Iu BƯG;NWfC+Ja-9 Z [qZ5MPgM.n:!$0 j癸@Ӎ7ovuAk*y64F0籕']Ƌ`LAʤݽ y1 9-Xw`[s"z*߲vA)Ӫc}NYʩWԼ*~Nty_ooJٌ,=PR^HDŽqb֨B'\eT \j9Y<)S&$@H4fcD1uV:sQ/t0G dORa\4;xKM ACKP/痍>1PpZ ApwνCWsDӖ iM<y% b9B%xr> 0ca1Cy B~,g,Rh՚,NOz(> ړeDe&hY2^1&Api^uo2VZH/iI1L,㏶R2i _.%Zˠ}wf\2g 9_ ڦ&5yazk!Q9C6!>Y$wLWi1 4E['*(3WΓZmccz7qSH*a C [l}Hs+sP/G]t/ji8jwȉ-vV!ե5Yv%Xil+na8TvXqceIrv6UQ}YП4b_fH@rkhcߛ3fw}s I* 6‚ 7qhנ%K#рL#rJ"jfwuƽv+ִr{ԏ> ~p kWW}9$ڰiLPoiJ#@'GAv2?1Y\\f1]' t@ .}#" 5Gn!ZA QO۲pN}6rpb0@>vXww@ {ͮ'0wK`|]S+FhIHS73S@:+U|U52T-dk# LPȓ ~xbRt(NIgG1gbHt10*P Vxrre1*)Nel.=1p$oY/Ψ .7l ^:U\K&^}!jL+s:nKV੍R-C`ʹ'(.kLbYhmDL޻IlDcv2** 7k צ!)5mr-IMO)V3AK&5pp!V$0/1 vzve);3^w2$Q=/ vN!cxRy-kz0/`ČM0 ˼b3g5Cv=Eف ޓ44˹)iYA1!^#(rf%dCffJWXUնѨ&-,<'j&<xs %SflnA@E]Ŭ&cpjxǫ/xHh injA jv܂,P^+N וֹ}qNs4Q+@E ߈_v\:&ESby9";r7ta\{\Kv]iH"(;FCG`S$٭Ʉ5wtvq?_ { MpkR,i'~XDjn,KطIhbX߱W#*@nL>r/:7f5`w@Y)vƏHL7Y CF@0is *TjT~_Kd!˱ ) -đ8;\RFWK " mmwB ԟ!gNYiO.*2ڏkâ@D)-ɘkgƴMMXrýKX4&\\7lC4,b o*(2U5V' 4bڌg@0@fOE5$j:4fxw_}q$ G^]DOZ,N n|07榼+:g\Ł3i r~tvq@Zѫn,q[̽TR}ԗ1-Ly57xfpEg Ƣi΀kFFu, a7K:N>47~Zz>z)S' êd}DbQ_9e1OUk/^dB|֍Am ӶhHǏA%zU cg~6fnM?Mk筺^(/ͅάyxVة}=E;N5qnTp)''|9{MNZ*K Z/ RIiMW7Ui"nv{[^˙ .ʨn &X=Lb:#Į{9(Xje̠iL:kk Kj$%&[l=;li?y`)80g/*K? iʃw[M\é̀CX+Z-+#8ӛU{q,-ON^ h{Ebfq rje!vH|?lt_p_ QPԁ><3ț9jG9!1yL!Df:;ɋ47ߕQ JgW(IFXf:Sb_ g@d1ɞKɗމbWm a;e:gM*InXa!=(׉4"$,f\C<;ĕo-k}>?jjhwބhO/!I1t.9o(A#yt KO&`|;Κܛ"~7ﺕ0Zҩ=v_7Yg+@H)* 3tOSuBhY[i"قlXڭ:ޒ\hnY?6:i%e.]%/8l)oU~sڢ'sD|ywΖIf$jΕAM=&r'3lb}vX?үD-!UJ|@1lTc%}<]9äY"{!A1s;00.)`NC؝! hkR= ꛫCvE诗݌tv}Nyaf>_SFZjuoCC0o<>cdꌯBQ9C~:겧|'qn̓X#QE GE.ANE8;"NJж} l4!gyRz3@eγĝɛRӱ7铑*~rڰm\2]BBhR}*ʣlq:F ~_ 1]rF5-C= XxQ} " eԈ vC*XhXpBhsЅw+nU}<-ol4~qhcK/EG&值)ݴ/kfN6ǻ8 oe-){w(,hDC>((bV&2A'[0 nɮ)lmU=Ji =(l06=Q"*fz6u 4w-\Co@JhAt91G8-HhUL ~YS䏴.K~g'ӱ)O9sXU9q-!/OuIp$UvWRSn16z6BaKX/ta$шrjz'fp3}7?ۮVLgp@3A`S:,couYY뼹Cۛ/:qC_/a`ty0pyB^ k,v"٨$EP+ZKy4{#/eH.#ǒyiFKXrt;$dZGF?ti{9 ͼMkm?v$;\۶(IV+.Ü!rTpC}?Q`TDc0M /1>Im#Kzڡ~4|Mw >-oq!!9ϼ.GYc2Mh_!_7ɐ;񻷓=xAh*s6֠` rPUwYj,D~jA]ߢ* S ;8[]tF0:j}("B)4"cB1# €UH62It^V6<(F 8 9qϕ rB@}?R6,/~&0r}$ $faX [ij 0O ~nN{k}7'=蹼0qF 8K~3ڔh[vq9:0u- ^9 @2N微P6wmic$Z6l㲴S2DfP:ν;{M賔"I w$"˄M˪6t)vVkyՉe3<gaDgs2L R)vX|8M´IF0wq=b%ۢ S"ć(s[bUc[d嫡Xa5A ;Gzu]̾a]TSn\[̔+Ł-{B(a印f*ٚK6̊ ֣Gqp\tnalu81hѣ(FnpN#K}U'[n$`ddȰ(&'<8&BBWV]b#:* R d^Lc_GR0X@{p]d rg~taR=l-EAi=6p.[Ҽy e` {ew64e/kܾLe8JsG&x츅+Ȑ lݟFVӼ+(+YXoInoV* eIIB7kM9E\gL;eKC=N$"m/)%n(&R8f4C?s*YiϐEBue]NceLJ{09$.&%9B%cQQNiA"lw <;3#o(']Tвm\F^Pl]Dw1a/u={8b/2kp=Kvã|yUyTQIUt.B&+NMH#H9}Yeb>*?Qgg}MCAg}K23J%L:^4,#*)Y:x/KxIf*Zܺ!3b>*Ne7z(FU+48C8't58C~֟E,`wfk΀92!ayJ)_q,)LiLMS!GNI]=;PPsRK=t&NRWht G=r" uMi$HdJBXvf4Q&.a`k NP}P͍c-jm t!R?t,sOYȩX 2B_CalXZG!D)>=l>q-%Qǵ>*OhMI$C=|R 8]* IQ1uvϸ%K8ZOKU9gǤZ-|8 l$v8e{:Z =Aa+X~s/<˄=l88:nSv.jQ?B,@ZZ%ꖵvX|c[bƗю\^DCǕ;.** ' ]l CwUoɰzY|V#8Oٮ7 n8Xڵ׋t=#  n ]+#V3'peT* sYY2sW^?`Աg O-it͠=k2nWеgE.۴ Livx hLJupYg:YS"&eXl_c11C4jt:cxVjpky2\+T$}ZI-^k * JEcg/P3YϞPkދw$Zy P ~#`Il9H@ICr"kXګNEȇh˹A8uJQdU C9WBmK!hQM(\X*uL`0MQHMSȻJ㯦,x%5Y9Ի} ZWJQNC(\>sSk"Ltjt[Cܣ^76^kW{b? @`PmNTbV&QMby3ZpCvX3B(8ړ%tKE#mSh}7v[8rH tښ_=nSV)_.6PYO4+Ne V<}Z{( 1ZڻZ9!RFsй;y3?ĎF)xCwS ulbK=BwH Mb =j *ٌz32 7hxXj[dRd\ gzjL ؕyf- #5*en!퀹}YM5qSFSd$x7sZoU ,ȣjq*F5eɓӞA=E삦VjH*V#))(9Se'IPh!F $ Vĺ5`fթKUOV :"ҫt!N-z;l O~PtlT(=z k2ڲ-p[6I$9s5%91,z$ԘEK5f.9 R=PKb"TRexͶwa`q{}̅@ܹ:,i5~P Cw*1Rly:&9h,R;I2F`LH'\+F$zidq+ X rEsWAk-!Nûe- *>' [R3Oct3DLνLa{g.mVC\H@|jIx0rhf6|Y.! +CFbeun6kMHbM^ܙ6tXLėRy>ac) :]=SGB?6{` GBJMb`ߣА̓>,DnÜ6VH P]C_0bލTFOԫǡhץ(V $' ])X3+(ф&a {ί]?{)kd)|v(ӮmuBQyW9~יM]EU@GBI&tBJl䮊ɳ!&§|L$ӶՖopɝPCY&.w UQ㑢Վ-*MQ#r~j \R1\KM 4QVeMy>W]r=a~T=#7ԗS)SvCY020`۩+k bjPQ5:FbEhPoiݚy'5,.\3xYA"iw飲 v.%15R+ Ӧ߮#4:%!l[ϷyY2r`]& sxjVe0A`3 c#MmlH:/Xq7 @֔:I̓\c*OS\1:~MK]N:G|T"ƳpK̼t:r. a' =LǀGU8n_4E8"Qhץ⎡IyfdO\w -T碀}w6!,e]jbbv`+]M3#yɛ$ݟ-ͱK?MFsK!{n"浫9Cq-ՁXz勨2B=%Dq6?QZX#~ _?:^oh3 @;ȯX Lە(L=~=qaZ6J|O/ƢʚkJ:Thlz: ۢU+D+~G]ZmY!g.Gzuq {Q20: E l,qhI9A]O&@9*,%|-F||Ywy ٥ir`& K2_:&f Z[5>$nNS蚣bz,Mb(iY+(beҐRgbQ&&2^ 쵧qx85,LTP#s|>\G6ʣv ׆gVM06tidqt^2Z߉c Sc\c9x?EM6 d4q-cꠥO<|@L(יA#p$e/^bb`B mi|7L4СKx'pʔXa' +rERf)2ߘ -󭾑HB,'On ӆγѶ$@LA?e6 |,вRRCAN { ]_A]&ԓ>^<:t*N]6FʆAԏDsOQqToME6u;Ы=@ŗYlPtcA[\(XMV}Cl ;[fp[܊/ Kr`07s*i7\YGۆs-6J_mvQ?h؏~ˁŠYأBQDn ׫+, ڈbu=M;EbȰ+I6iq\׳\7GeV$b@3e* &NQYPY^˨ؾX(vyr,I?Ҹtm5]5]$sj>`kp6qx0Ç똕#¬O)A\$(N^#D\IhZk Ce 1vZ_D' B^ZZO^s6=9%ɇQA`RG'GXuM\L.&je"`SlwHxa2pCW-5 Q'iH\cs# "zjXB #fau-?Mp~#n)džV=^wВ1BWm֓8HIu67mMˤO\kfJ2;v;jrTLnN4S=\D EWu='be*+a2sۛ:& )W$B`v͞yfǐR>*Nw-9m<ͰMPcP &mu^,y;Bu*J1&N'ߛ3b0⪾>/*;vGF0YDQ`&!Mrb]F7M{pIڟ:5pooioda2Cb_҉<^h@wJRjՓ XJ٣)RoߛAl͒LVlPFf*R:ֻ%4%Q42+nutFi8 `A)"udx^p㇇?"D/f%ъz^%DƛjnH@k|FгkbjIReg)\gMF @]R@M^VOuر-/DnAAp~5<7NvN&8,wGί!ٮr^Ok͞!}v}F~<ܫܽn}oqܻI5n 0=d3)=a$x1SVBAQtytv|͵qx?7McZ` CZ5eFb@d`oΨ9,c[ HD4h_ F|_ g!`M-%YL:#!qD! L^+$EeȭGٍ#Xv25yOOÈ$(x ) v=kW =kIF"ٲ[(aI:q1Dm$Ŝ$/pm[:v0ſw(m]r^;l `h_ZprtPopT,x>jOMUK]yCTآXLLօ< _WB(kGm]!?qʎZaat?׽U w(\,]~-TUx5fú߰|ӣcS?k~VLW1W/#]˨J`Vs}H47HXi{Ie킕MCco-"j[cՉɒnn qeHT!U05'*F\Ɏ$ZljjH=pQ S2LqXha_[QvC+Q>#N\>p)S%@cك|f´ NNBGP~CIb!8t 3 4UGoSK]xx7T"󷹏`Chz1lJ9Qj#x=lKfRh+sowf: sz9Gm sz+JY0'"xQ b| :2ɆT #! #SQUu 'rԫq_P(^ &o7V up`; N V#Ч¨kBCǯ ۹Q O}-欮e'˟C,-EѦ֧vCP ,*'P8i-^N!c%Zl'"i'+a>](eiك/lj1#D@o9얻t*I@Q5 jpMelu\,]sG*csVqZ^B{ vV_Xl6%K/_fw[aPS׼n51cjsB "TҺa?%V*5HXفi]4B nk;C(ր ƗWiA9Ծ,b[6ǖ~Nz˅ҼP撰`Dd9TpBT' x'UVqc)XG7r!wq\AZrCwr܍3Nˤ,FvT ^9֥;ZA-jyz x}!cFI= Z@xHAe@srnd+OΉSJ:УktS*bp^(: 17&{ ˍ%EJ3eSyjYfaVR3 [З4z=.К$|ĈGU}& r+)tp8L&|ċ%C ,FͩCMG _;sA7G7FfΎs_F]H{ڟ>{qIcCĵXY v`Dt:2N(F(=)&] TLR\O+QqJ0Ĵ8 z %PQ91T4L2]DpAc1Jͷ"?Jo]2^Ab {Y9N"CgVk MzVop#_d&dMa!sY$vPpjjzHuNJx7QpT)ӈ5ٜd2u$Qу(O&5rHtHRbcl 6?q4O=KR|ߊ2yM)YW nͼGvb@3KDTDD=:9q,-gYAoz!Qu"m_rd|:5hVS;q*o fWS-ډ$NJ0x æg-3fܻ+DP\ڜM,cg+c&G2ziߘ+adg5$8˛TǷNqw K&=a8j4/I|uB6|$8^8ž.4=9OnJcÚyK|R903 L{C/D3D`!GGB^4 SRh~3Qɂ!eVL)ɶ:Z&=Oqb]Nq |HZMR(|Xet)mnp(J;Ů@V/c#uJL"__3{4:_{8*DRsdž*htYGaCmpf[]?W)2%#S΃LrﹼWzd%'nD&6o.)ƤX;nBnru-FIu2]85*y)h 1px8u-+/wX-YҺvynL 'I 'znw UCl 끾5m/ ϊ5%63}~:b0i02?#mc >YQZDFɲzmq,Q)ʑݲ{r}GjJ|`MZujVoV@-)Rˏ KHWxǢ >>_G)s|UBj )Hx~9oӆ4 ZrhsY y fL"`m\yV0ƍ'`uQ7=T-nr@VSf2IH˓`F[פ{lo)=o_f٧͉sW]2C:/|E>1.К87nBL9?]` 0* ' =`7ܔ}7=R!'d^OvLOWœ A0Fo7XЋwo T<:b [pp:(GwI.Cgr%1Oa]:ň)V67F Xr,cKx oz$HVY:oX4d/Cf<+2j[K:|nn SP{5;$7w #s{L$|D ca{X브m$k8BF!b D^r5KF`*^X)oTQS/RLqS`V`F!x̽S}R%S}xA@G|.7V[ߒ|ILt1"J(zۧ ݠaPFH' 4̫'D:6_SZ#LkӦ)hq h|N^pIP# cEptZ;WGBؼ|ٽwO71eeKm7 #hmh9>\u?˜l!zzo{TG=?yd{~hx3D"\ʋq= $fSѡ@f8lkHŧ6 8}5-a vRo)muF(SmK,VL+nب.bbeᖒ 6h>m.ʳL(Nĝ3 VԘ  vbX;BX9@'uf5'bR\6nXڶ(+߹/Xi#wwv>@[PG/jS&4 ҹPkHxi*kNu/AQX-9dظ:4n=6ȼ)EvΦȋ)ƘBI U5ZF`* F7ycvnv/-RleVZ߲)$۹ /$mb2LZ$QNRGezˡ#G[Nn7`ɬ>XR"n6 dpEv ĖD 9, 5}t@&Xq^/2}7|m`r :oU#۝WиZ_/'Ry* .9W;NS܉! 4W$5?S?8lt8+D Ŝ3P[,!ѵlhI* ^s:S AN`[΢wCWqŲN7Vt]#ۦ 6n7pFu~+*ل$?]z;'åQ}qem٘Sj=-5%΢n+mK )A>n8o-0^NPL${j&N-&˾0HCtURoq뫳HMYFupQcpX fQ >gԺD { y˟: zry,4m6We wC4+.^[@c㛘;Ve@]w ]죠;͋ZYl F?%i/pU|d4N ᓨ$cCbP_>6Y;΄TJ]4c&26X5\ϣ@S}w wK~fr!kDǻ?d[ J9ܯn'!|X)}`}(gu]ڌj32$)U`g|Б{9"wU>xC5 F j:e&V>2vm9QLȂC nU6X"Io&IyPYbQrω2:v_n}|SqwQn>¹ZƔ:j9r>iU]h7F Hg;ؐ)jazb^#g$+g'xk2wzzWc}3+rcܠZR9UTdgx1hzm܊[2/X>?ѡOnXMh-eR͞vW Гv儃T?}&C:9+vE+1pݘ܅Bj|[W GROG5|O+G Ȅr8=Ls %>ya ƀFYVwI/̿( v8!*{.`-H\ ].E)^&nRԆy^՞  Apg$O.#֔kfGmX+'P] ,Jr%ZSCa!&@_NO*;x v)-B.;ZhA?uY,c̃>.2KH+E3Gs(  حTѮe mg2?Sb@_igC&nH'U1W, 5h|Lgc +?k/=<}U11rCNڵ@f)VRhܠ4. +=؎ws,X'Z+*q %[gN %SM>>AFq(IR52]mefы]Fu423m(32չ- dxbi};`hJ*r36IvN?R"^oV^r7EXnVji\Cò?Y>.$JqU"[7y}7W-!uH:qAI/"xD9{P6W}![X;9:zѱph_'_#9JW4֕6~ 0ԇ${EZ^-9e+}5D4>ǔG/W M]Y<0'͇HeF/7&l&^)?a{KeEs5DCsI@ ]A)' eMN]IUNg}3{ѝ?Sܸ $gL<-ysϮhۼ֚'߼?M^ZRo ̩_R܍GrJa $. ƫ7d]JlBx:^}D2&7;cOW|;׻,.|WQìtL.xCL(38gu`:I,[NcbPUQ||HUpuEA]g" ~g-Ә[TcmFU^e|1ǯ(8B]= %#lcJ=j-UEލŬU# H)$r X~x$?o:$.a/8n36хEڟcu;IwcA⼣KnPc@M;B '+ss cm&Y,:z/4^ۻGM3O؜SO9KտqtG{5Ղ|! 8HX~Rt`yyA6ư|HLJqdW*d{ad"R3]y,Fڄɝqm0͋VVJ4??!|+!աnffH}F$2#: hd;B l%:+>WL%d엋LvV⏌c*H~K>&~3g™..YfD[!LWΔl.&ϓu AhH1g$4) VH|-xG[-S@}ڿ2[?F<<*u.~^B6F|ˁXL]3be >Q$c- 0Sgnf2t w hT >y^^1ؚ*B:{`pfT\J b(UQerX̆LIE>M3EgDF% rIhkiuO!`PqdmADJ9Tmu$,lsBXK3e-Wr[@WP3${Arz)lA'P9{g3x552⌠f/Qp1e3LmyduQ"9?D'eerx%ՖR6:ô0v7MqM!tS`+BÓBrh0q 7-{)`%T59V4m+ W:~(_IX<]%ҩr$}Lv$FP**'WY9<4E2)ʝ9/ε2 Hk j qTZ1iD)36fLF8W0 H "W_^s8RDoI0j9g +*0qNtg=͡*k mBF2P]ȅ)u7Lt#lS`"@FQ??#^ʦ3Zsh rFD8%6Yzwx>v"secJ0f.DLnlqE$="}7gTdu{eWAJjqx2cS%A&ۚ&MNNu )6XP&!@J> \^P< M"94Ȇ]ްtQ@C{Jd@UI"}[ZfV~[5%o"jT Mp(=@=׫}$wd5-dIz\*,2%Ӌ _ic(!gWծ?"T'[W똪 l0$d5[#ϳxېYcmntC0w'Y>;;Ln{I7xGxTrE3=;):R ]#Bd}R-KbR)7gB lrbxESX3"%Yx.EEh;r!-ya:EBO{e1`[<疠$l~${l[i&w*@Sb"Aіۿ40\W J?8B:yD4Fw l̢ijP ,UH-`] `&Tz-w?mՅ886Mg'ċ#"y-5ve1WZȶ+.gqKp֖?,&eG xfdaxL8k 5c6+J_ ,qZEJFqEj1WB^~ߵ z@FX.дUȩ`p0QUG |wy2 4|#tG i㔐b`7m`;aEwqvyA$iyc\]+v^-sMxEHD %QݍeN$۰qZ ܁?94EL,{/hCTqf;wKP8RUG;h9Kqcւ֓sd{6gŗD Ӌ":$Zi qHwX$?;g)Khϱi6Ț7ũO?NUҶp{1~Mf:mge m,!3Ϲjy}gLWTw8r}(f2vy:8C㿵͓g l۠,^C(aj ,U>rS,(|UZ׼]qN2r'jkJ/? ۈdU|mL %>@C"3;$*e'\fӖ뷟Y6QLH#Ip MO>bbŸppApAcQcz(k*E o&]OQVl@ڠj=2f$n;;,b )h%݆nr8J҈K$~JPh -! h$P:/[Շ $5eRE*LW$M; W>!,׻2stE<..#*!G)$*4̺gDrBU}6Taxj/X.;4A7ݾe$d鶗-`LY!wPE¦VKI]]CH[_uS_7ސZM^ ܁m3 'St(OG꾟KP#q/H!U or]XHiii^9kV !:Gɷ/bT|4ܑ3Dfݯc@:s-T}4 ߩXv?] ⵾dB4q{>#1st"NtO_^o4_~+t-ʭeJ${,?¢Ss?}UN8n/#3ஞַRV} .. &s$M[/okqx!*QF:_Mh=3Ve\KC•_OO:&]AKGM|7oыao{X&%`\o0YzoT+3-РgP?z(,^w7=ՀEE뜙Ǭd&߉4Hxz(s*5Xt,]eȾH?`6[ԠO\2h8[G6ɚ {')Q)c¦OdH]ޝ3jcz9{qu1Qw-N7;+JRfbI‹v P" ÿj=,5wv[kFzT߂BW5OJ/>0Cpb /d`ct_9`$`-b ZU.g(z]JTPըuY+D\c ۾2aUm4X+ߠuУn4!R슞 ۽%_$U* qk:x_j*'ݺzԯսč.9RSm$XWXWBćTϷ?P{Mzm0z^25r2ˆ:]\ۅ#,OaސP|B{|,GOԇ=%ܾ6oZ;U}4eBxsyTGDZy%l9s6GF4uGFWwa/ OQ^e۩=^5[SuSV ߿h"k\ uKCzu*hz)FM ''")Ozؿ$,Vư  -f'  f1,e3IU;qa-A6v} Is$yyo! 84IHO=\k#qYP׵5sG-lZGf`)Sܳͬ;FӣK0H#FV HD?y_5jgB.#;<ʯ@/=IEAX9bZO9OYviVa.IYiMtJo5pͻ+oΐ*oEEz^Rޞ 3,@is?7]JX$1N2) @ =I3L4{5)#b&rkhSS)TKlSQreZ$R&%RkԿrF K*w-,rZN,{c@V?[P^?צ&:faN *_<{N>f6a&*DbjHϸkj^YAݪm'pVshy B+V}vE#H067QX?5>e_)?Sپ5g&-ڴF&&ʑ8G[Ù%7t&T{Ԙ7 Kaq$^,zBX")JhY?u 62!nE:a{m(^FO~ɁX~xZĀDK;R1vbOxh- W \]wZD3Aoߍ{RIcX1^_ g8&QnrJP*MM̾(ğ:@d:Ĩr&";kPQ$66Y6pzΖGzIl߆9+7w'#4AQ ƌFpUN4xUύujukI&ɸA%ډcWX22IoIג,LXE&h@O7"sXf>/!Vș%f7KSӢZ16\GDjzx#G3A6'aJ->hU` s U#sv0nU=$tA0Nq3I%Ambc5V@ $Wi5ӧb]|h;=D2'*n3H[_u0 _H=JygEHqB{ǷErԥPӒ.I7[&_$o1QuA%V#})@h{igmղuRʏ`|U- t~քfҘETeʣo2A" -X]8 -ʜCs{C5}fQڎE?^d^Qɜt$UYvNOK(H,@YC.I͗dzҫX}P\P" ԤpU)ϑevK>OώMF{@(qYe.+$?PSmdx1e/ntOF]Wcrmq&DpUu'u=1a}V?f_WJ> gcf} H-t%yŷE 0p[fHO"Kz0ؿ$=6^/l;_(K~!HMv"ɐtRZ5?@DϷh@6YH2!ᆀ2efc^VmAK8?;h}c,7P4۾M*";UwSXU-B1KקiX`S*V4|{Jy'K.mcsv|9V̿}&~Xo֫fst* +?"=hxm!?#xB1ȫDji(W]l/ jvqs> ܤO+C묬Tš$>hpL*^9}HGӠV*JXX\،qk= zum? 7e- mP-IQ7kV꯾ν2v ڸ*~ ċ/ǜEhmDit^%ˋ-o0Ie S$!DJk ^X%.LWMWE3>d XК,VxC5C\ V%xB8S[EZ*qHR<yq9_/Tܭ^q~?I<59~݃BoSڝڛmk7.9coٵHW bӔ. 0fBA'- rKQN+hsCEWY7C>4 ׫7߈k ؙgL/TY[9*n BR + G,gQm d&JTGy3Ѳ*!!a5^5>4YB-}GY5*bO^\y`e3m3%jWJ'.ۓgv\@$[v#6Iqh @&Y JcS;E=CsC5IYSㅒ*~,&wEșKsvR7(d -`5&oߊ% ˁ/*fQGI~.#"\s t0hLN8/*Xg ?,YLQ#h>ϟzϋ!f)p Ǖ3.azԌK]PLYs񧵧`JX V?;"$0C_ѳ *H}IPXL%t_/(F~.YDo5Vrk˿@G.oC.xh6q>$wan!*|y%R"̉yeMU+\eӘ;O4%e60wO;]@Y,M!oaV۵=ax(2 #أ6PnO.dx|햁?܀o-YEI~Gb}IRJ΢\/Mð*z9mPiηȕ6yooQ/nG8QZ Zvƥ-d>ROW˟4p}KM!^7 Npp3vdeUI 6#EpZ%ןܴhG*}?'jy@Q^3ɼZ2TF8˝ Wx"ǩ9{w^zfq UeDVB^-E':$e]Fd,Y`ٜl5BTw[VE$㙪ƭRu՚ŋߙ%wC5Xg5]IF `Uјqƀ𡐭W5vGZFFe#V A-B/hzi G(A-ͧ c!!2͈7B`ҩ1RHb02ڼ9{`ۙJD[F!?xi8Vs& D{(ΣV]wVќ_]rQ` =68F}o6X*Mmnp XSgcMra޳ʏ6融f ;ifd9*WNNLuI1o⒦ l XTȩw Dp07NeXWK?+W{,j%Z\9w<-Mg)]+}#3|9OڅzSl55BuT8π.If".-P4/щ5_퀟W jC›6tc/[GTޅwz?I؀zҹo慉YR~iORBBmyᰟz#Z5:`W-ak p}X]d;M<tbJ+7/d^E?H7{/uo *rmĔi>|POnbpoc{5Km~LgL.vuۉ-7*/<+%AfPa䭩>O?}xuD`tkùDAt;Z6MM4 C Ԋ\@I8F eN tau'ڡzu6ٿX ־ۻ`&/MY!v}Û'"~5nU&L|fU8// 6p)vm)f-V뾬%y5 C036JpSX8$<{JŪH2Itؕ]IYTUNm'^M">M|jxJ #G&γߊDao`zO\đ=}EE/;@= aˎя!;9Yj\U,: YfvM iţj@B.uiŏ7gIuG{l?Y9R|r:G 1%T8懬1qsZu/mfb ٘En.K=IS š хAeD\OZɺ]W/)xNPNUfֈ ԝr ;UP20wK<ܔ;]#UpQ%!,c ;\ޖ"!T pޟ>wYuL0W0:Z9m !vnw/R]k\c*o/k< K##c11#""Cm5^##O))E%4X[;䚊b_!M72։9>xV&Y2OJb] Kߢ+՘c?xiUv*G C_ [ 7eUlđc@],}ړ&G5 *QiQuYx!5ne,U0IIx/J %:D'Zv W1gbԆPB'ai W_s7HMey[S I f-ulzн۽j&l+r܊߻W#槎ZWpL5$dKb`*|I,‹*bvJ%EэL9Ȓ-$SO) 5)Cizt}z;nIDmr.]> q[M$rơê )u#w:u`;u6u@jjܳ3eEhw^_,V փ56+2q$\w*&V+la5Sv4 մV\-1Ȁ O̹Xvh1~"Bئ Ԉ{ ) aaThװCnWnid31t@QiƱ!ޤ8 0$\ -\^vX`ʌ$xu7]n-r.:" QzE tR[/[L +{muqqXT"[3ºz;*$m]{9f@!] ^ Ap*pۭF,A$#3kڑc. ZP CűWM._ya,u`NSA'OcyMK:F*~FڷqnDDwCs1=^M0RfB 64m$h(NGr JrT'ٲO R 6Iv8ώ9Zj DtvǧWٹԱ{dQѺ6kK7܁:8 ?^=Ju\ =; <] "--E_Y A&RivMl a 7vY#UϬzϪyj{;#mW[Q4TCbF+|@Y]yT.6W0d E.,]6]51>\^$#C(pW9xNx|vAyː$toJY.4ũ`.}6 Fݍ!~cң#cхMQj$bPZ*${>Bj7Ud`L3[@aJ&P8$=3vE֍aW˓p&.fl# 0X@iri~*-Hɀ**(-)ʢ/Gz!]u7}.kBU , 2#ɾl|LwxbSO @}jnV2!;%.yk?:߀v:y9gU ;Y2E3e7НtX:D\ AD&~oװs:#y^ *~cD{|+n]ǧUBgk&>3鏋;j]R8#`lwئ^P'w(,)ݙ-sDw;s{{Xzxވp+ +A=[4Z#]I(Q˰6Rs®{9)^A/liꤡ. b'bB7*vCLTX֬(Ԅ~NbLL/Et]{l'r3Iǡ10o ?H)kC`<%?h-Zo#Jd L%0z,FsN{1I;vG.Aw?~.8?d-ݖdU$}XT׬Jdx 1ż"Wl` t(]؇AR &6;2&]ZZz.ҳ$|e/h.HfX.\l((S d zGjfGFbFm2{6&rj6hjG].MƑ:ymKe^̮t%Eğ~Kp|.ɔ;^6miBy&gnUV0[%'!et06U "Z/ %?dɹ4kݍ^]@ƱVLKG)V#O)c/;TW,ѣJ8ʆbAͳIyGqdbPk!&Щ7w~4MomkT2T:$9puأ2zdqZm1\WSm+X&.fo;NICb,CË{P>1c $=İ3jVk]7kAi l@ y}#.xl{o;rYuW2KcxJ ^VBɏr'nQhF믩G`.Uiqo j5HWWstb~>LE:L/CA>Y&=JIe~d4,[+F_[ʴ)9Iz B6⅌{{Z@2~D}6wCN 4V)EC31n65-4IZ1'7@o&ՠl-Rj-} s?C}+M\pW ƶ }O!!œc4mAu1 'iVdmRaR,dRE`KGYV%Ɠro1Ge60îYdSRSciD[ГԽYbxf -,nV G|DHgi)@P_?Wea@=0܆rQhgNt?FL$Y5,Gϓ5LGp\{L.:ȽdPW4כ0L“?&T<>v-[Gr$o? BHɰL@329&EUg(7i8d?sku Ջ/ӛd*(})ؼ$Z?_tԛ;x9ģB+He_ ٻ(Mm>+ ⍷%fYTMTї?p! ;B\3R+rf\c̲!ÄDVIe,C#dJ?7K緃PI)6[tt+őj1E7c٫O1umxA6ǟܖOfIЀ84z9(Gp"RrIy>AbŢ X9mʼ=`vJq+uY%\}%ň) vr1N.D8lpLe|Y==* "s4.8 z?RY/Ƒ#qpRgM4 ]8%~C/l)JrY_{˄PZUՃ9~՟蟓lBfu&9XqNpP@J+B+A@!>/Vu^Xr_΅|J|YT6ݝ=B6ݰ˂<_k&_/V8^riE36Âw+<[ W$ۣ@xp(MsIE p8cͯ8Q\ `@C'B< 'LotP-󣉞xؽ6'* ǔ1fdʹ*+`ԕ3t4[TAq&Uxя!iQtĖ~ؒMm׆r yjMl]!@jVV45,c6| Tj{筲6 ]6ğ";tSŀ*Fb6iNm.IX~iq${H[:2v)JRev#񤊭lN`{OMx.&x2T󄮻Y1;qݗm`cg7n4.>EC,Ru(S16hԏZ^fF yHMZsa,ee ojvcKa7- ݎ[{~zcxlPk7Wƛ|O͏2J.}_<58槱q\Tɟv  5liHf OW+J 0-hK~7Zu\HWڝd>P/C`q{Z'H懶c FHk8,aY @,.\ãH4ƾ3ɨZ1 gBM=VeW@~Kv+ 7ڸB-T1ݢ,RY?gQAVa0 U7rKSRt('T߫$̈́%uP'ꢅ@禘DH( J/͙bp@JF^z*,Ёy?L+DudV]{6=/ ]vMmOpTЊE2SYi5D⯟ƣ;S8ɮbFkW>U SŚXU}kpBݘ% NCh<Nj፷x-NYm;ߗͧ5jJhJm@yqA^] WSE\h7izJWN{z =t}384%N)W7MこTb?{O5)Im0١ a JSS\P+^!%mtҳu澫m GwEsC. V S$5椵C#pN~n'\&=f$T;Ӎ,d='+V[, 8d'/;٪CWu@_zKg#a0*D-h,Б&Q1,ne\<7I4 g[gNM3 39ꎩhxe'/eJ<]O+3/ٟf6QʶuwW{2RF܄ܵZ$IѺ(sgV`o@!rBZ/ ePVI;4?Bؠ!u‘S]U peA$,cK̦{pGME"^L |ҎsJ\rGg&y-by&8׮S^%v˫vP *UNIruKKx|f= hABy±͒]sq C!_\{y#oRXXBoP`õH CJ֓?IǎSzNj΅2fc^sb9"+>k(6 AפbftC8CɦE'uz))0]"_P{pv!~SxJjt, ԍ-8dY٫n1Kk}Csbg?z BYwxLnտvcL:k/P3^toWa$hنx%DT"^uKNm0>-+u1u ZC;E/؛fKbu\KqŲ"8btvkˁsIkpF垵S'tDA)zӛka_媲$ aļJ|*yh[X $nȅџCK*iX/mRJp]&[}KbXiٯKS mh6F)H`#3ůԺq r`6Vq%$o]G1 bE7S f尼B؁7 u.v wxcA +M6ip LH{s2a:T1oXPW4P~]e-~s *2mqm !ү7\ !1.пzx" nmﳺCE֐[6W0[i絸!=𩸖W6p82 ,ɩj2}LZ}Eda{hh6M<M ((A~-U"@-L&q" ' Ә'uL (Fmagnz'{QŽ|Y9ǢVF+#Ƥ@0BYc[KF P9]~A0s/&wXŅ$3fVAyhlYt;ED2?os.ЌP4"2&jNPx,NcUy!8 oh6O"X˭IK#ͲbFxh(MFD G&a=]2g7#Dv*r 4slPH.Sxz6`KˠZ Gq|?-DNdH=2ูk_5'0*n93P˓B Y w䥇̌R[k脫LZ鬱jF@U 1:`"+uO}1[_.҂%}mَ򺃲Vh6眑2Y ډDݼT\2^^̫*dPNݤ 쩣_; QΌwb2(hbs(ƆIQ1< ;i*py#<39Ŧ)0ekTO]Nh&*B̎Ŭ8-b)Kfn&]I% _%PV1[E>"un|3 \Mg2 eш Xu{ @bH {S̒=F-|hC_vҘYmi@.tT,MR)>7x]uI d|;%zWܨiu4/DQ!yv㠉&XC;rk _<ξT|W EǵIzƞ~mη~Zv -ݹZ%qfve *2_PfdLxe*19%~mN6I$.:1\KسE|\H(O/J"u9(:vq{9{ie`ZP"L(w oEõ 7S`aBx6(kGPs4H8v&+|2Ze`؅Y&n4F|ᒔNXtVBV$j3OnyYAFV3Y:NH*ebHKY$7. ]TD7GoHKiC>N8 P:Cu rVWj})߭ uL$)#YѺOؙ ?#֠mXPt '[Y*zEBps?Ք˅#Jm5#Ce nh4S}u+_ v!Fm""x:" $.> 7?-nBՐNՇ{$ќ:%pxbZ6  )z!#xᅻR@gꏖ-|O$-?j[8Z*V"G(ޣ3%Cv_!b,ildZyf6s9۲?%t;B@DN$4 ( ﰹ-llO)0{ ՊM2if6v.;sǒ@7>)c?-`@\1,EQyUw0vNsp13/ 5<͑FAl[dZMGH m _ N.+}6- -YY|rb3J^^{eYt.9`\ P75]堡{%fE2LAyB1VOq3MAiWʅ}Z!c>ָaΚ(CWBr1ffS?u,@[n, Z!a~qi up|HH-ğ,>+^{f )Xvj3՜ySqSc8TR4nI+]fbM3ThI;? oumH4Wuw`iXN#|{gsߞ_V'`q?xYB-#on FkA\Tf\=Wgz:wOBʀ6 _xə\JX"Waqlȭ D-(/bѿkƏ)w3VrHWXzuw$לvܩxZLn=j! 2AZF"G/@Dsꥢۢ^wF^YNK ңGFI: ӇܕoZsj{zO5ҫ榜j)|P#OLo-0 V^)ϟT5 fb-Rcsz<jTi &;5s.Q㇦p઀Uږ4() s֧Zdd7ޭ~G:cpS,@H6ȩq(s41}I׸?g=L|{9S\"g.'wbJAk^3rmB`&,ۮpH \Iw ݭ]g x{%rөHk+zArh"Aܟ~G</+ۘ:: $1Ẃ]s 4l}Q4!|u hmo 1fhtqr&]\Z i3ɵqn+0~ ,s);șG1ɯgֆp&;ݨkB&Lۉ5u!<{َ,GXT.o"jCA=ytO{*Ua}^vAf 12wXc _sR$p8t܀!w%i,6qRl[KWf-@.lU1Mbb刣[{ĭz[Sel1-/ӢMQScnYt캰Z徯wѠٜZ:,KIp&>dLȵ4|[9֠rM9h˛`H\nj[d$9BDi$ U4{Re8Դ>*خkL-ЧmaD7 <o4(jym0=/Z%lqP9'b<քhws,αAHX'TաEaJP Hh~Qflptr t*1ѥβR%z&ⵇ)n[&.N%n7^D%> RFz`{ OB@r1cdZM}¯jY( 78,(q!iAk : 5$E⦀e\%!> a37BLkswB_;/4Z%?}摪fSFM +*G/RHemBRf]!>嫀B|,X= 7 9^VObsswPJo\Qe`0&5mGWa-ΌQ2 hI㉈5HX]_$ !0t[ FN#87CB <{}j4 1ܵ_C:X;= שVi5mTR`UnpSEL줙om27{E~x8wgN]ɋG1XFX$?4gB*%Ѵ^_j1J Hb0࿠fÃp=$ЗzU2Pj٦WŌ8d?ݪ:TcwAHu|pbPRUdzU8E<:huJ$ K{E3wcd3GI"3ކzj%oc07_,Eu5JKS7j JﭟƘ-\M3t @D:tk%W9\[xl^/X/蟰zsՃX^&{3+% g0TҳjS}BNI :_ﳕBb!pJ `PfTd%TqkwlֵV(00,dypMܗx- gy8ԁtwĊyiN>#P=;;CWN<-vCL#KBZ~uW-0lV\(qE BU(̰r.T[+2>.j0D{P/]Χ5=Qe7#(4IPs780(8z.N R)u@1W7WTRlܯ.{o%=*Lnc[ڲs0גgjٚRNog+=#ídrm:.OUR5N1ܱ8¿ɉ,**YkRj :7]OUP>ǞՖ󎆪}m ?t ="ΆStJZta#a@JN>ֹѫ.f~DZ(.Re}!q22|̏6^hh=Eܕ:>BN}mc_w-C߅KFeh")'5{a "lbJԂ= R,YR# qg2aM2a̕LX|LHc8 kETѴaѕ?@S}DR bl:ŷDn2ia0"z3D;K/2:A1yEb ɞ>/d*emgItwpFhdpἦ3 G +'0 r*e,Mhkɣ Օ`E1KE8 17YNcXGR%.҅&ϋ.~I3 ݱo>޼vЀ&%Ӑq\U} i%6ZBLf?+8i"K!+SZV@ V#gN~:uzj/`_LQ,s]Z6O!*L/M[1ЃPb^񋣀V&3GiC 3(S1:fEҀӬi0= e},|>r^wcB(~$ <.ꅧ sFr],dT5 Eh;\ ۠p#rCZD9FQhP m?MͲGǼ ;[&ޤS3"(^ cL׻SS=b?Y"RJiR9!l h)hRsnrmN1ޓ#C(/iWF9sPz>XO4cRFu%fA8O ƀcýEV_bYIGP]XhAZ*̚f 6WL[ynqm#ҾRxf@~wocϡl"$%iOuy XPvkfo99 `ЬK$xEtpZ|mj3\YCOIb ֘XtCp84ܽr+ O0v,OH'g Ͽ >RUO;4I=NQGVAڌL-5G21b' /rMHVk J2݀}K ՃtE".K\{' wwu#!pu+_ 4DjwxH ## O/'Xʽ5P*p|@Hw[Dg)*-:ɜ٢yd}I.V2b[L0Ѩhr)@^?QCW%Wղ 8`UF*=ou)Z FjUl3#jKG&u‡ %$%LTxe*?+̅zo~ӎ׶׆G}!rRb봦^E0ߢ ܿEe¯ =%r>wnpS; SV\0,$,#]rkJ۹/ &hםudwd`m)>IEJ !Zng"Z1޽X'.UN "m me#A7趱kѵϛF쎓vi{(q:9/ԹRUߎg̾E}6vtUbdqIԙb2guSBey:h|npmNۼ(1PdF-RMNZl+bT<\mO g98ؕ,L ۠!Wv*lPZKPZf*>^c-3C Z;tysdrtԷ[u { 08Tޤ\?y}XV0>8\oƹPת8RD\.:s3=KW QMOfևnyC<}04hmXll.'>̑oFd]yioMgp)6鲫-$._;GLYcS?d#·ڻ\T(KsB@{ES.7'pf#.!z =̣bGF=]rU/.fd5S)nKN08;}!H6sFElZ`*g^J`(d4${XW&$oNF(.'41xnn?PK0мErZ1GB$;Hm 7tc;):+,eׯ&$?"Tٜ x˱{)tc)VcFA',Ga:C:l3-`f)!m܉(崕=jwlj" AG^,@i-ʱJ3zvLAgԿPe= 67٣;&ʹ)`d=En4ѧGc%QTJ|@*䥙Nلv%tDT|GD;yUWFAvYB?2u1*'m.1_ MfqLoF*T9 *>Kq'8O [7v: uMYgd@]{Pn5o  z5Lr+c»,fzq4Yϓ"Ɩ_ߡ93S ^ޛ\T+/Uy7jy.P>_"ZJ[i}ƱnaŒD;Ob/³Q'쩝֏OZj~*cF1uB2zw)i"HOǭPm giTOx9EK܆>\,RssؕU[#[w"d}D8F #HZSXqOe/ׅ4G/h[)C/٣)\\M8ߍ_daRWljr}tBޏFa|tzƨ0rWIZk~_dh)^BzI4zĄ轴^ ̌]èEb\Y *] 'ƄI>*kA4.S (4#CRCTϚ5deI#Z H?{F 09 CwՕW!J{ &kA*5SZЀB'fM)up7%RzsGuEhvUSyr^cVݧYR_ iAgWZO'ıTȮl+;֕@vїTcv)0ݵ~6JD|]\IlT4EP"lZlRAp>Buc$)#ZCPNjFǍ=ݩKOZ JیɯꔸWa(ԖWEh Bo\coM}lb#b nbw~E29~Z+ls%/X+f(iob2 N1k+':4di'%>\w"( G["k(!q&fHif.#~"DZ#tTcΞ>biA7ܜi.Bϫ-&wb`>{+HETi(V;eB%=(?ҰiS|5I@mI}kljjH@Z]W-:}S0?#noUfӗWe:Z>@.4U{>qבpҰXLw6{BSoNFQ7abp :@ {۸tfa|ka-65%A$FJ"mWo3As642 eH[n֜ Y5hԃʇJXɔ΍QdFLOqԇB܉](;խjC|/\"M|]ƄI4He%sP:="A;D;.4*f]sM@!sxiԀ,}2ü%ʹ B@~Oѐwg9#R X@ĭqB{Ex46FP"zW,86GP8ھ!ouG W至ڻ ReӾrv?lK'Q_zUHkXyE!k țC"CVKfB5A6VX;" 8eGHdB~ɳtHΏy`NQ MyYU\ihd7/ O -[us> +RuT%kg׭N5c;۠8v[ 5 [Ƈ*BO‰~)T=cz):P,dn FλQSj`{~p7īp"4+szЃvӍ5]f6iI/[Uk7x(&+mOlޛ@gZeO`dZ#o$<BAmqai{۠*@mwxM"iYr( !pM ާ!_ $oic8.{q%kdÉt-:8̢9Zo$L!HM:ϝi![E&beqzQm;#Y*qdS/H$|R80L_W )k z3FAK9w.C&&LF nvÌ|!UhI`=^+Ȟ R'4u|2Q$)F (\N);\;'1cMmO*~c-˼t HM=!|Էv9_Ey/2XTs]UjښpŒm$ ۫Ci?4L"ZM{;Q+}y/D[$w&9ªŅg8:.xgp}>y-ijk0;蘤 u)4d`[NγseS\زv/*VGH7xyvVmu)F`sŵ0PưYɗ  ed\UQCg1(kx(_.Hٴ.)nRajKڭlU+iva>C]A+O{C(G,[&Q"}A?bC@*WyXyNFxzLŸ# PUw{};,7=IaQK֯HYV/w$+ԯC=ZP(У!.0Jaq:l{UY"rRQCmzIi+i*yP5vQ_#=ɠO9- t]"O4֊7[*I :sh` O!N[SF Q?nث|إF0^BT W!R`vjHT7|AS Z4bbyMgܹޘj?7~0&&_6{L" ?epJ L] ʷڞSgdX@|?٧H” ՘TrwjCP:V_bjZs:E~/#ұl魑1QX?)JD ŐXS{h2r@2FOdL|TPIqڈrە w`H^ڮtة5MjzJf5U[8C+˪o-_+}+O*ۜeu6yH ,7?Ƃ ~ҰVdޓL!fIA 8MNqǴ!Тi(# (e$iЕz4NN#ۗ ]<%Ƕ YZ