go1.20-doc-1.20.8-150000.1.23.1 >  A dp9|&* bvf~.5ʆ]>m5Ed3wsH()њɏ٬v\"@{ßێO`?S~[L[ܳ_ŝ\?@1x pLL׼N`ԉ+w4 <ԛt sh3{Enޟu{@2l1Gt6j("С%\zgp\i 1OO0 &=(pbwK2JPSr˥bb0f3ac04d02ec990c7d0ad7359518bf394fa1f3b4ff120af2dca90c5b4ce4a22dd872fc640fcaed00103d2d49bef0a3afb3cd3a43.dp9|Iz/v!i. 7(.A+ߓ9&5KE|$ xϙ|e6tʮHo&{SU\M Ê!imo#^ފ#3'I &ݏضU /-@Urv5yٜcZU:#dpkxG2ʗ뼶RYht-TPަp{ kkd~J='[蓨--R;J<b $ Al>p;`?Pd  " 3TXdh      4 y (8(89:nFGHIXY\]^Wbxc!defluvz LCgo1.20-doc1.20.8150000.1.23.1Go documentationGo examples and documentation.d$s390zl33 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxs390xMh>i+xdddddd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.8-150000.1.23.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.1did@ddD@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.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.20.8 (released 2023-09-06) includes two security fixes to the html/template package, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/tls, go/types, net/http, and path/filepath packages. Refs boo#1206346 go1.20 release tracking CVE-2023-39318 CVE-2023-39319 * go#62395 go#62196 boo#1215084 security: fix CVE-2023-39318 html/template: improper handling of HTML-like comments within script contexts * go#62397 go#62197 boo#1215085 security: fix CVE-2023-39319 html/template: improper handling of special tags within script contexts * go#61198 cmd/go: extended forwards compatibility for Go * go#61744 go/types: interface.Complete panics for interfaces with duplicate methods * go#61826 net/http: go 1.20.6 host validation breaks setting Host to a unix socket address * go#61867 path/filepath: Clean on some invalid Windows paths can lose .. components * go#61873 cmd/go: using a module path without dot fails to build after toolchain selection * go#61966 crypto/tls: add GODEBUG to control max RSA key size * go#62018 runtime: execution halts with goroutines stuck in runtime.gopark (protocol error E08 during memory read for packet) * go#62056 cmd/compile: internal compiler error: 'F': func F, startMem[b1] has different values * go#62070 cmd/api: make non-importable- Add missing directory pprof html asset directory to package. Refs boo#1215090 * src/cmd/vendor/github.com/google/pprof/internal/driver/html/ dir containing html assets is present in upstream Go distribution but missing from SUSE go1.x packages * Go programs importing runtime/pprof may fail with error: /usr/lib64/go/1.21/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go pattern html: no matching files found * Reformat adjacent commment in spec file- go1.20.7 (released 2023-08-01) includes a security fix to the crypto/tls package, as well as bug fixes to the assembler and the compiler. Refs boo#1206346 go1.20 release tracking CVE-2023-29409 * go#61580 go#61460 boo#1213880 security: fix CVE-2023-29409 crypto/tls: restrict RSA keys in certificates to <= 8192 bits * go#61320 cmd/compile: ppc64le: sign extension issue in go 1.21rc2 * go#61449 net: TestInterfaceArrivalAndDepartureZoneCache is broken on linux-arm64 * go#61471 cmd/compile: failed to make Go on riscv64 CPU with numa- 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 trackings390zl33 16941780841.20.81.20.8-150000.1.23.11.20.8-150000.1.23.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:30605/SUSE_SLE-15_Update/4501b61604d8118b708ed707d3c3498b-go1.20.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode text}|9rutf-8f8e22ed09d17365d808923b0883460ec268c1d77dbdee4900c2667b1ea12a11c?P7zXZ !t/P] crv(vX0( V,* 6$(=;qϺJw?=jrk7NnUlY! FIeIZqF9Y[!9I$Cّfٕ!(Ltlw/d#zHfBE1'K-%$2 jk5`i`jrC=M,T]opF`s:iQplN5l@XVӱ v̈ն,h ,.{ꭀ;I#^xmWaH= bV^KQZ<GxŹ!!n΋=I}u@]&7I0_/8 0sX=;fר"k-lӤ+$!wQ"/auˍg:b($JrAd7<:iG+44vJ (8ޫjMr ΦFY&JUF*ٺT= a&u|lr[yj%r𢡊<N] HCuP8]EΞE@w=\RM 2τK"#7ELX+/9D{D׃߬qSL1M}IW$Z?1U۸x?hŸA&f8Hُ%4Ebw|a"|*CIa UuW:ägds:y깮hF'ݻ?w˼;,eilt3< % "֐:7|hQz% "HNjx7-sRzix) |([1vxͦU u:JT~."HrD_rLu|rd!TB<*Yy _E0oLN ]HjdSpK\bHa0 1dG[<7`3I\vcWl f:bCrZ^vՂR(#/?Cx,1n㔉aCο`¾|qPL4L{3YN0||9N:#3V>6fDak Cj4ֱ:{l >`{M^UvSr2cF{4 c8ps$} d(;g5r-jӨ%HEjcNOzK ;0Ʌ\:h/lCX|>Ӻ4Zqs5ߌG/}1?r,,~00J*7'a.ᯏK}ʯCR't)mqy AEx|GF [07xETU7f}vF"6!Q2/pfMNSGND2E.voQō+>/.5i\ş쬔*5܁ (ʉ&l"s7Ae% KFP xgS.QmEMa'g##S&"'^is0*#%9o*l|ix3^e(tTR5A#sYq`JyS݈*: ^?ki;=/5T?~BSU3_njh!=fܴ6m%SxH +MIY$pi EZƊ]rI/DԸԪl.C:;R=^юh*M*=E:̟W-(`6_MtB|V<OHy /0)!v?2juDZ=nGKB4B \5Ap)sA$m]0;h9J>wyW?-.8! ~J[-E:]x ލ @K{%]EKK#E`%̶ C  %[XX 4/WkМDeb|/q>?C+R"gObvg"Ï 4և?mUE],Î.038'`A Gg,rnki?Jy70'fZp"<*"ZAqAZ"!4Sj>u38Ǎu﷤惠e-ѹkGHd'dF{' D$ǽN?]c|2H!Z70s$Lm6K1]U,*.X7}◊#@,j#T4̄lk"HP>$5AX daUKJX5T0ne9DHnU, &r-Hg9]Qy E(`h:@}f(FvծtNKa*թ?*~Z&\ K ـ9C.# A?سN[u+Zr PFk8vKq )["1r!85C"뉩-qfg[bTQ6̒Ya3eD7^v1+&}yG6]*- ϑzz;Oon !8pL=~/tZmE`\>8jH_3=C8%7cq0s紧4B8NtNTBs!|;tiž 7V.8ێ3-i`r|y&<&A.綺Ԡgzi%O+K4ܱd (ι,℮)ERg mHEWashF/5CƓͣl jS1Jɾ!`6l!ڗ|uǞl qf Lf80ʪ♣ak%5 }^}9Y:Z8X3ϡ/2X{FZ J%1)KM̽35敯+FSM=1%fc_v^%5U}7׷A oFJ7hrА;5-n[7w \v%'5\bQa] '3a{GFe):K˄ R2-eg)w}@T5 d1 /ZJe;UzU͌L̋[@$y{Ҿh;eϿsb?н 7èw՛=X 'Rq #_늄Ig/rVhDzyPik*uƆ p4Q_blq{ w 墓ugms!;h[8ihϏ?.z.NeFUԿ0[^wG +7계a:\*Z5uax0+9SOXLw9uUn:=C>k-8,k+&z4F; <׋o~$_TVAF߽Ѿ !O%7Kp᳆fv%DZ$>78w=H1D5X1,EHlJLmV^-/ R;Y[[nҸ ,{JI9(<~G.\2hK\29hYbk\-U`sБ z8$:} vZ}:1UK6m_ 9KNy N}{N^Cb 9xk0'|C6V2R/%44[a>Kw@` x U#8 J mwBb%}cLlMO߆7M Fa}[`Ȃы=Y^ZرJ+ 8^ }eI J*),.iC؀ 0Bx1dP.lN%=PO5QRW@ Q&6f顚+ťi<^]Eb2=;׋#g=f=6"yA5ECZu} xS\3ߓ펜&5M"頖Qƭ]7 W&Է JȌ9EIyK\E$Y|*9zвɮTD$*ג&kW ,ԉ+iq6z)塚 ypFp}D{@&F46y)f[M|, ^ =nD/W9TzcU|ٲX؆j\( Nc QԌC{9@RTiăuw|Ŗ 9|ͤj`%}W ļŏ'p_ Ě9g( Fq7d`]A|QEʀdfC4ϵchgwӍ҇Qہi)j*~$+'W0lqq BЉ.pB;$J1ؐ2!tY|JPʅuaY$p [֜ cBl7I@c!uNdn18>Lt*mm`(|}:͈zujL[)R`X6Yӗ*s0 ߻&HfnMp @ #3he*=8F%ԧ.-~'|#>*MNť|Z}.Qyᢜ4[C&Z}?8370lKU`W^eO~s!V7& _R߰mmB@z_1>%Jl eĖѦ Q'Yg4{n:UCtĂWu*.]d&fWĒj@1^|f{EO0  v:{_ٶn W]հ)@n+S3ߕ#lhid:)BٳqyonOa|Rk@`jz"~w^0ܔnR݈RIM$fy_6\ZteDEfT`YB Yث&b)_6O($50CxFz–`O('*dsa{+RWi6*X |tY=GA0$d<3:*ْiDf-O-NͱawVcrZ4v p 'ATBI͟O=Y.]Ip^xf 쫱 CŝڿTY; ϦK-^]u5:O3U '7m@p5Ț$7JRk00H:CX-] ,n߉b@lG"z ~M|TRZ(q&knyi$-!3?!qqa ^@&yZU Zdπ21M.V|!Rh+*K:30qRV"vH l2l){o"ZQкr.xu D2/$:ZKZQ*|I0Fdw5IZfYV`r{s|JjJٺ[-_r :Z"R)+oigP+~=PLQvٽsʠ/t J1gz>eس`G8}!!Ҕ.}6Jt L)-OВ)cԤxߣOa_VkZyO_}!%1f2~%7J6_Bt^ ^j҇H^۱Atj:<0+N9uw_qMo5NQYZ<{It85LJ4>av4Zw3 GM9v{ҔS*Z%`Aʯ|)5EіTBO2G.̽~dJCX;W!$=zrqG19-XW.8x)lE% ϙ3CTJ&{{h wfadF?XIŴXQÂn*k;3fh>\0a5RRsCJQf/lO Q,KK 16QdV#vXGW#A6U p,-H/Mo-e\ԓ[@֑2ɶ^ye.q tzZ4f@'BEHX'nk:9`ˊ0$܎q8WLA@&gX_d l`c@ߠ3X588R OS2FI>HD-큎34!bLab‡[AYO dًE&{yc5P%5;ge _ˇ\~ (7V$1BYX2R8=.) =!-k5Qf8pgy;|XRkSEfv A ύN&Q|p[9Ͳ"j͓ԍ2Zt']dll[ {}~uAPdJiC1v1Y[#DаD1MvLvx9jiu:ZQ>u"/FzahA2Ƕ5[7 q "h%be=Y065ӰQ_B9啱GAy&!Z^%D(+?8Tj΀`̛€$(B'GRJ4zĩ3f ^F[(L~7cwSchq񀤖otO-lgm_ptk)qf^70xlѤz0iL;&-hGYS0f"cܥ Os|E<՗И97z6]3B1ܲ1B@igߏ |<44ZRD"lЬ㺙юPcGBm[CLi&[GGQ,wq o~b8s {XT?RzG?űeoF߫xpd*G<U^\,3s^gSwGTJny.]9O44aau@:O'[duuhQ$^}~}կ9H|2=G1|{h@WhˎmO]qw2u^ti@ 8~>ӊ8cBiU.Y 8 6U.˝r0%xƕ*b:D*BJ>?NG5A7:Ɛ!lXXJD/ΌLJc[ᚓ>R]^uH AHLEWLK^ŬxX:bH2AgIXk2ul#&&g 14s} -#}lFZabݧm5lCam_[wC;d;_"`9OHّևk`_;0WR,VTS|WI3IFo},\-JA@(ϊ~ƬG< PRq5ɼDػ3)=/˜2=Lqf·Et|8ܳ,0/AJa./O^DE|!/,euac̋P|\qc*.33k>ke;7ʑwϣ) rbs=>0cհګZ匨Z2M_{gVW9ڜ9L?RwBEz9x+͍ul%bZ8r^Thn V~51ݦGhl #RF4Tyaojh;%?QWV9*z+//Z2tEs73!w&x@<᜼Rl5TLrbM:jg92}?z\[_{ffM'ב/ %Sy57ev _8 ͔9/q̛N8`S _.km0QJ?-d=(޽A 5BEI΃ܫge-e`?@yH0Y`)ULA/V].P}89ɶ%M{:W17httpVbuy Ntsźb؞Akc/t+xwσDL"*W-;Ҽ[l ѫ".{HU?cMP~* ~e|^H"1Yfeaꓡ؀U]&"ہ]DbvsU0H< .:7|n*fѬFV-ַa Fvt2J_Ã,B{4۶; DIc 3%֭ ÔևzR/7BŃ51Zf[+-z%Ia+Kť+osax.H; ͜_j FH̃0tM ĩ8kYz6O_9Tg۹zl38HxG=n( J ɷa iLc]MtOa'AoO y7Y-hKN8f9oy.kq2eh;hXu/B\(e_{Ea &ZrI]4P=WNҐ 7"W{PF:PV{YّQ u5=ge>6b`1{whReV;@w]+6)wˎ4wf[54lЍVjf:>YR!;2)9B̀[ukB-D>פ"@G) x:ilNdrz-T:O܃-|)vOtinzZjDJRiחhw\r v 96;  Xb*pG^B&R"Ź!%tz͝ #w*gQl-CՂq k/7GI;l}6 s֚/$>U 7xHQon2c1.OvEiNopC`{!G v]Ռ_!XCi98c|\TDl'] u@妒1Zc"+ ;c to̴1MnvyS˦uj5ss/ α .=hߖBh_G 3+ GFDoy2$!`\hԛTYmO:Fޮ‡3^0#rqtld"Z%-qOZSppaJ/"AB 8{q6^mD(n-hxU#<C&L_+kĥ bQcTIڮ,q.w7 0McV%X 3Gu&>pTvP7EX'EaMc$>E%C6bmDe>Tqʊ&j;UFPDD|]a2Y*, nuz[YudXGhFB{k1\pTx rJzSdѩ;PJ~pޅ^ؠHqя;>||Q>ݐQ" ,Oic^ҟ\gk_$Eϰ 0BWZ3BA\m V ?f ^/lrVsI%_Jss !JLN=)Ѽqk,SQIB0 CMѽCy bKdEV,vY?zz cS}ʼn"G<&='ivuҿIh ^M=v)ӽ lw<*$<ѣ`ΠUj35Uyb$M VZa缺brz IwtIg㘉GI^m|"}.Api ի!Tp1sviVl=+U@S{^GS d #ߡ@<"P8%']D- Jp,%(Mڊ$#>QN\ #oA_-VN\p٨U(b=i Q*) 9LUorU6API/NEʇ:ŏIVg糒CzDXE`Ay1=Do.SZŌT3a"h9׎ }$smXdRmQDx(]uYd[۬5"v8Sҍ˓Zܺu;hrM^B} F/ijS/MgNc8aqHg1Sl`5"EmťibCU`9bFHA&SqTčDt{@`bƎSN6Yy. ݫ&N/4-Ҁm Qn5V7vXq 5B#? cz&YMT( 9^-v;G|XoyQE Wݼ>Tِ"nSl.1NʀEe ֿuoLByo^v|"Ր-le/Kݑ6zXZ'Q7_NZ`|tdȍTؾ !SpgA 0YſA*t'f2ҰS Mt.v@Ƽ;Ktn3(ϺڐF쎍Evty,G A4!+: =@Ԙ cqDs5H{Xfưۤh҈A=U=ܧf$߲Qe7L[*Xn޼\QPU8xP)P_(iu}6H3N.e,=t#TKN_n0v+DKw>,-w2VC5 U[oZ5wsG:ՂB΁]}Kff UBrUAXM (;wѲl*4K*^J8 CoE.ZSy:#RFU3-- i'/%L,( G94ϤeMDL{s MAԡyFSQyB(e)1PY(I{cw H^`;!:ajk% |IWu6Pyef҃4.$ʕE }+҃,V.7(|6bb`@36t5>KĬ&#M$z M01ZqN:Y`s#nc8L!c&&8BRnS>1XcoYhx h~^S#e]_xon):`q~h42|!z]M%d=K .]sµ$gMg-Qb ެ ;󏽦j*IRNV+5#kج} T$j]% w>e#`"h`jyg8] |{Esr8{km٢p ?{woEQ7Z4t~C*P wګ.T"?uzH7hfЌsH?ՙ%E7d7cK-n8Ѷ 7t"[SY|&=5L%EGKHA4:bB\,%oCd%&?.d aC3G WRNm_˹ 9=I)I qLZ+09, Z-ń!шpmH4ᐹ킒cgwD"YO7rB:d[Y:={uMSGŭp{U@^צ拶\C_scFzW(TJd;ēϿv1FGW>ude4lxcPpG&iےKx'¥{E"4B|G3 ޣ6s'9Qט}jʿ|ƞhQcQNNVji]5- ?T|?%v55}#3n\:([,eztXvþS4`|4 Ҕozn: ګ Mx=l5]ܼA@p~E؁q\py2t>V6xrv4)C&Up/NE Dp)hGqC,  0oϼr ѭ1m7eb$2EFDM]7=Bu);?HLcXm 015fhM KK`{G] (37+#5E[t#vTbFk?>0ȴyL[O>Kܤ H]32 ;gj|HʴOX^9o <*a#8-[ EV S &-(Wbtpt h5ƙAA><`#򺉛r:̋l掃Ƽ=EWwC HOhA(PS@8>ht~0#`<'h7"WxDQ*q@#)4i5TCSS?L.˳ f褅҇Мe,Q"vk婿B[LƁP1%dgsu?puSTH ab";[3vGqi䦁Y)ѱB~#ɾec;%En|H]OЉs42&)l##ȗ@㍆E ?3cHe]HɦUzg ׅ7,S-T$:!ئ7=A^{Ųwef.nrަ{aݩ Js<3MRוSF ?Qoz<1>5܉CrWЗyBM:?" ܭ3oxk+bk\2tvjkuqܳJop)L]#˫^]6Ksi dIj]wVE[| ^!-eeD+f-"{ [Glc:CX2J@dwy%QA{! IV<yM}akv._ǠT*c@r^#;JVNVn}m[*zN5D%ۢ)&AX '5;IehY_lE3n\ү_\i[+vk44o T{ FlP_N)ﺦ^UBc `"7L#+ @_i:X.53g QYl0˙(bdf!SJS$0 ;gm'nӱyH4E(i8+ܪ:`Bzy,s̒/6{DÅwfċãDV |J \[Gx!s  VI$<ä⽔o@pfP)Z%hV9+D%d|qieP[Mlbu'jG~st)KR:8ƼrE0LOdSqY0`Ŀ 9 Ը^dsK,UXޫqf2!8! .7aӂh^LkBp(忌-dw]vjt<]ϴN 's$6q$6|?^:: Lu`MW1Eꈷ,Gzwڙ^p*]ʝ Pr,x5>"܈ Ahw>ʋ飋lL$~V${K1_J}-_:RLrP\Gsv.`5rhM.l9>iY@:a d r^)-}>KK%\m8ׯɊ\, شӵ0h27C'd|X:RwPduVjRxJOSDU;/72qYɃt؇X_4d5SB_E :l}SQ_*SU'ZLkhbdO@E)p2S&*?ɡMZ '($dH /VtV~槟أ`\4`S>3MYn[%ƖY%!U(;*apJq}InK _%8#|5Mb.HD ʑ/YS/#cCdSn/& 3 d>Fq[ex35dA[cItb烎Ҷl%c62݈TE:l& Ztm2}6< z$+$G, d3,4d:?.1K=p/S b%xtΝQ4Q15yE~ATH -5P,Mu c3-Dvߴ_J BMt""0&S9V4A즢1`Dv*eYc&ګttE) |젱Pϑ jM{1-j=I$oI^S,m2Ww }M8%gHYC=YR1"ұ &XJZ,Ń(T|Q41*]<Qm@9n t+$b2iH]+Vn}ܵ"&E5ն|!mLIV qd q2L֊3r6܄Ҍ-N|kC-r^l2+$Cj gH@׉io[$nvvAFMA#;3T=bAf?wEyTw> '20$ vS6yQ:m=&\=I8tA~e VѦzZT?띯=8[@}qϟH]o}y^sM%? B߾stkA2-uÉ3 . 9&$ZYCDaM5rU3b Hl"K?xMKtĻw$42ĵOMENGI:8fk^ρWMA|>ڝ ZW)yCk4Dm\*M~LDCR@GyH9a; ~{γPgm{o[LʁM^R;pQzgXyvؙh/Z )\aRQ@vFf}]q.\:Gr>-3^@r3I7[yĥ8G#Lwbv~kpi֮蚘 fi ݛO= EPzzHm ^\i"_u.2ͷ(s{!zҴ0:zh4?s!5,WUq2YU  |'|*zP/q~X!~FRCQOT0.{wycYoXӃrX`]aZa4? EnLcH%߷ΑҾߔV SGENC2AJT}!/-tG!T.(аTS}Ny9@jc ꑖ &-<+0Kތhm5t{-U:Le9%~p$h"5ybPW?bv-(</Q?0^wb~`XHGV'ĬB͜`,Ĩ) '&zb2l-[~aYVH|" ! <G5>a%[j-n7$D:;ohj#I3i{d)Mr5p&N+.ǫLϷtAף\hG{NAV41XۚYs!:ٍL:y'F8qp`RM=\gP/g*@T0v3nE|& g{r)Oa0p|r裍;?.2Z1\kG3 !Π$Lr_%LTQareYncL֎,l#$V'Ӝ;2ˡCÓy߽ɦv/Wpc$YM?.~SZ(a>Tb.e%= 5]9a'lFr2JFi-}af%l+oB E٥|%Y4oRL4_2⒘}# c׹9N1狄`}7˃& -+މ/̈́GaS&ާoh8^s`]i=<0,lBI&[|[3E!=:a(ve_bosvDP\f _ӝ4C;qZ=m((5U -5 oܣdg: V#|v|q f")ߦ$u5\2%]=^Cl2!%LPu kve(8]Z4$v}yn|ogrpLMbnf fVm| >1F.k(hE^eܫ4vn;1DSTv>DMI]\kRш)D@/tK➹94( pҕ,ag6@ȈO!d P.885.5Ay쑩(jZzusǜj|2'3b&ų?7Z= "gkFn;슕cx2[g WlՍz:v-̣*R͌ k$M; Z? 0\:ڥ_ԾAfӖ᪱}PQ򃧐׍T r4^$NuꞻV "u̸cԠƍux9Cr%eɺ@Љ웭Woho^ԫ% ִ~" !p15N)Sn`u䰇'ozh-/(U*[li-@K8{w U͛1é$ctCťiGr$:֦tSYf\>dtI\y/`(piZs;^pxUu3A?ZLQ@;'Ehi,,RN8zl YY}A1&7حP44K*_ JJlŝb.z'|6./2F&a*խ־bU1#w+*&:x]GhKȑ17ʷfP"5)f2rk&3YG9esۀ=f|0N9_܂M|S垌%\b;b7B$Dp"r;K@WgP&4` VOwM%:ZDhR m*QF!U x"[NǕWSYy\zc<>&Qd9*|/+j{o1wmTZkX^)lช z[>Ub!/$,})[kJ9tZU+s!͐CS.dF5ut k"_" u+56UHJs@I~m~o zDN-?Rk['v <[Cm6yۿM9NA$~Wun,0AQxb6[zlз,2pN*#w~ZIwA|Z(7) 3l8Y&k_kzSܢrjLmsťj~ y[;u g;5`{umFN#Q@e(1~R6B]ot.v9 JgWJ-q9gv[#QILh@v"1aQ? #-?}^N"n="b4 vђKtxntx9 t@CӠI ޽X FonnX~gYr[;Xץ(3i-%IR?UIsz hnRާWQ3$3.{(h%H+,HnG7#gzfE+9-6Y,;='F\/Ƒ_ 9ڼA'=3a?0hs5edH8 oʣuJrtx꤈v %"2,DÔ&ݑEʫ{x cZkxN"U ;U``%1 ϊlS m-=Bq { E!~HzԕaF) l0%/_%\<'ZxޖW-#'t¿~>2um}iG~W-؊>XlBclP.e;j<"NU< _Ԝ4ˋ?@POY”fT<{0WUp$) :XC]*;24UKpɣI #is+}n2gu|Zᑺy/(_BRw|Լf2STx]mGFjM.K-SF;!Aݽ1vOa$!YL+mR$oֳt4ҳQ`C@@~ şb-lC KbhxB.t,ڴ@;\賿=4Fד 9~*VL%kw{[E|32)dmMmZe̐[u `B˹ g#[LӍ:-W$aQfNaޡ 90Mj$M%AYJhml,H;ϙ8 U B#pXqQ@.6Ti=B/z툎t|w +T 2<z|EUiU)RY#ϖ,/f4^g2eiEl pJ"w]n<;)چ!O(#nPsY^%XsnzNM=;7ȩ[g˸.D_ZKO#!?o-&E_alyg} b{. O AZF|;npcUB_|tJO{#lޠ "SՉnȹɽ5YeUbZ>֦ sgh9:q5y7;v!4O1+{/?"M࿅;B;(CG,X}23`uOըn<{গG\/ɏ8q5k,5 y8 j=%#jጼ)NJ٦"s!wօlQD6~ݨ^E;]]!VqR ERoGUPMڥ'[bEMfL_JD&} m{ 9`r tjmYc?5}f/S,FgPĭYJG]qmxR#ß:n2vq{8"*f' O+.k%tD5䗕 U!,[o,f| d> p\pi|-¶`;t6’)^4[e $ .Vz" fy=\Osf-{ŸUyC`^ w:]`CKDMVn*ֹt1ee s%J0yTo:_N{ A&9P*h UyGW g \Haﶰ6*1teGr\l2T:AO_B|"_sbd? a% %ԟZyIirk`+0L kWvnݞ+Bht*IL]-Pz~E- V_w;E" ӂ2KijQ%i ` EvGY6+A_j%fmL~:7bdF(:*$0A#٬?$$b#̫xX,7u;IxLZvy$wį#[X@-l\ڑ 4Al?H}R|9D $!ǽP}D4i f0"NaQwdkvT1T(@.K.{g~0ժ&P{谠lYSظJkm`Em |ρuOhBUE벆Ó5o$G͒ij K5bB^LUF!gZ]%,?g^Z%MXHih9lNw[nl'iCMG#;)0ɕB,'wX.&mũgqGd4%aX?oƺƢЍru=x4OUnTi^ ǫ=粽JqdGC -ԩR>U٦JQcQN"fgqMn#f5Y y67ݢGӒtʕ|vkCzL-YgP*1V3f2%>SH}TNȊ$1]Bl 3?&qQAgo(& ^`Y1lcu{bwV_j)G-P?I01EPie[:Ft\ d\/YѦ^|G|[|Z^V "2O;M&=5ᾧn634{ V+u-w (5G/6a S}= ûIl쫷Y4Hp Ii7G9ݮ4y:GLh7$2՛.7ִ(4+YXm|QIZQ Od)hZ\5ר.-+W)wL;qKX.k.Fd`/i1h1 ŧʜ!drcWV37A)V>(-n= UD} H[l@jtNX<\&!iql1'O`7`q䒥E= ]_TH(_# $d*TCQpe=Ԫp1oųdfaZ\\,eAt|Z v:X|Oj!ꃳۄ1K%QnxgO>ySڼ%*!ސ9k5>bN'gۦ^3j"lz=iʃҲ{ ]O}rw?OMr WKK*MO`$c&f|GR,x1(,ܶ+\sW7sbq%Vy8d%8+I(_1EP^l6QTpqgJQ"Lh D+)3C]CM/(Aa!$X+Ay%'!J(_;8)ϣ p[ ɽ5V|nCQlwEUCg77ԗ/Z|^DCW[%W,/o#x1a3^ҎW*h.jQ,;E%Uuq[OXKM mUս,^v̫.DfQVbWhD{Is58H*WT gIr"Ty u*)jŻں%mg_u تRXPdU2j0N6"))+ H2תWZȺqwe[ M3|~^ 8|sZ]ܲC5Y̘@W_ '>}j_n;BpUэW{#DCaD% LE!$3xdŎ`WZQοWl]&;O | 1FQ(^i5"(Y2/ʮVW۽:HkݼxMRY ,yvM|+~G߹]tF|'4|>AnUgla8c[2XA%S؀R5mFH@/W9QF7 xӖrm$rY/&3rt8 ]K M nUO= bJ7-UxNHęnJuG/7WuF*Eܯ U3* E\O#b1vD_&MK! ~!x9e1u\FԋFus\G_FI8Z62M 361ww#3"7UGŕ҅ m5"Zr_ڡبi i kZ1 ՋJ1 E{x5Q%c RaJ@GM3=]~{J//;c<:rYۃ0z^#qJg zdEWS$;%Itjm90_Nuu][=pWkubT9V}A@& 8Xy ? IQySNOC7#aI SgW~10HwA6vVlo# u}YIQ3\b=U7V، "YVfZL} ԜPcydVؒDW,uFHӏsq_F0Ӕך*oNmTpO8g4+D;_t/NL {{7ʒDn>gl%W8Tx(ֈ. | U,(Y<PECw6oW:"!Wxĺwq+B_a3m8SAr:oc @$W?.6-޻BOJB̗RrIWĬ xZ>l.X=';zlbL; 9Ւh*ceN+tVi,a;QnT,夬{T|tp^-Wft 8-YS$̿Pm8W;,^.+t!&aѢU;KL[^Uұ\QZp jUBf9Gy c \ys *W٪+?*8*iS<6"+:"oRt.pE,t5+YtNR߰6":{" mpTт%;s)tkOW#5Ua[j[fY'z Ruff9a$bj&'O hE~WRԸ!<׉Rc`LQ(mXң3RRalh4dG DQqg)=0BC5Ų@cJE:ņȉҤ7mepE<a!Ǻ|Sfu!+|.S u( u}K Rf@`ΧO6blB+`UpETgr'鶆&ʡGkhK"כMGPnƴz,OiEqfHuG\pW#.45#^Hs o;m]ArVXk U[F\b ,dDv Q3Tt7Df`-&5ۘCj̚߇'7M?/QZ w7 TMVWCӊSS™88.8qJ{6}|fFEJwPǢOظNL؅~ݖ j e"M'S^e Sd,W@m@ç>?RhWU tf+^-̷uY{TSIOLSJuf2{"9Op?Ə:O`_;#aL2׿46 5U҃yІ[@=,OӃ# j$'|EpARo$p'FJ𴐧.㲟8?_DZNA?f:^0(Hr2Y$.p axP^9%-=zGZPkƪ d~-W-V mQT[qکިPKl @EuN{"ڌXsӼ`c>n;ww_@F/ٳ?\:;, xH-y7xtj̲N0zbA(钙$\CX/PÝ7'tJ$ȵ0Lqp9, x)߉,m=z!֚j]2GدAL)w 4A<$ rOsv0EkYxpBZ3\PZ|%C-y觝 -QMy~EM  bSER04چonӜzD)6A+ P98iN(]xF>F^q`wƄݥa#'ME0f1pk`l K(AŏLh[io{'>(3h$\HaNkkz&oDq1QNS{VFɦRE$>;ݒ]Ad ]2٣,G_[ʟ2H7\8ZeZ>ҠP&;uB?7}Deo{%\Aԯ֪rCK B/989IŢm2wɊQv"-mӪu00P0%A4J2RUG۔R|vLj gS0y8MWH3d \Lm;>,hz(G ɬ͉{g[GX0|v;⑒=%bl[J9d0" 5[EјD"6dq:\u316V!?*UnZ%91;*CSY*c5n,[G_KBR:ǀCurN<LTV k  c;,oA z&0_\C̙} a, h1/Fk^G]CA6Bo6:j~{K ʲݤC..^ֳ?c 4!6'cENx )^?<;4CE0?D;5a_AJ{(ݢӏf&Y%ҵ3 D_gB{Z%X%DMI-$BZYJzZȀVNw\|vv0fZjp?xT\ I?}PQwL*8-e@w{W9-\tYTwT='PYY.TǢcq˶t"fcn)}!As*-Mve[ve=gcŭUR=NMR I OEn3gAMzC@D(dS`۱<`N&K@L/G4VF:fHd]ya CαQ`&ٌկJUEbwаy3 ō`cI[cPhn*f+![RK"M\)(UF>e{92nEM̀dv1+- 7Dڐs-ϗ)> f׺@A)"w¸hTY\l>#b5a|w_\IADEr9p$D.`&^>=2| .c-g 1h-*o#:3uz 97~bxMT3:Rpl,tEv"#S.q(= w1zXQI~xZM#:glw"5ԦEb' 䠘D/ |"a3#w]xOKcмxO/^½z|yDB=L=/8.!J*Tb=],ّqo,$(Bz,. I@AL8<ɐb)^EJ347}[89k=:x60H37m/:`ͅ5]S$mMTc݊Y+ h:ԣmo,FZS%5A Chp^n/jL7g Ȓ;5+VBN,\4ܩEXO ?k:YvA"昺Yy5_.s8ɳ~g~C~LYȷ>7U`gg-kF?xLJ^U?#)<ȿ=ׇ)F+j0EY)ZJxCESzn:gوS|rvr`FuLa Dm3kR2'߲s96JR{Qo= (r7 >ȞOc=>r89C# >و =ٌ 3CRԵR孔ãQXsFWj?|0'vw+ydQ/l|ۄ9"!NxBf<`uxu@1O\{뤵 :{H H[O2|O7!7f{K-FQȉjoqsu=ҏ-[88>O | lj.Η#~䩡i"1y~MD*D~2ѱDQשŢ/;k-2`Y1K\gbSYn z`zx$CTR3{>racj`95/8i}Q\9r9E]wweV]x#`dWl8!#_t-B#?QGSXxMj3 VYɪ91z"ԞT@!gbAڂ΢d ڨDO![țiGᔈk%(=H[3UQOo _FuU'!{ բW* mug{ܟ1g=l;+t.`HLJ9Zf9}"-a*BZdg˅? K~3eIgu+qF]xф혾r2f`WQ^ًza}RMolw7L`|C3y\`_3 _5[:Ǡe4=\>r2 i1Hs  aPWQ,oIz܎]m'sc_; 濄=\CvsY33T{1]?xLK@f {BpkxLfh,"[.@~jw5{ awvwЙ)fnyuksH(B?]!̥H[1 Kጏ11zS# }DrQ+i%tEѱ3zsgAjrkeR)EFs:p>QJmIBdɯÎl[]\Zq 1HFX4*?"f/TTx=Lk_98^ +yYq?N^$E7 5 |$3S}ʽ;I[o*Nn^1d&AV-s~k:`frtr\R"R PD +Db= NjlAeُTS/xfyh>lm0J &a2{LGrټ+)x,b^FCr:e3~,n _ ΋Uj޻[.x :6[z)MdL%𱛘,|N+4v4 $d{#J+yA=u# %ycy#\sKxj{F؃# i8ujD7+n%4,'Z`Jm͊(2' <mlPNRf.^YبTbITܼ%DHjl D֌+Æz"ybƝߙО Y7O]JFh)L11\c+G d!|{!9MJeڇb T/$k#L=1WKgȨ"!ZqDtoق/Bzؼ<k4sr`թw{e2PdVysĿKov=%$x =Mx9n`t/EjdPX~x~Lw{P&OP3s_07z? ~Xǐ%q~AO?]˦2SA6z/Gfd|a䥬 QBӆ-n}oE 62ꪇJEٞYހF3%07A8վ)# < ~cawg#|q:]@S'?YGX`ǯ(*rlWbrс h HkXȷ`:k{mK04PYDiDvvwi9&xNa͙cU;֮5HgbF.ma{Hel{-ӵbm֙DI#1MQ+\6P%k?T%TqlcOpa<]506D*Ιw\2Lfo 2_ F!}6I{䦟.WSmge`UtjezT:g(`lZ9D@-S%)*P˱ }^Vi^؄4nm>u8_H Orr]- OQ7 %4P?fkBߴaKɛLkQ0%alL-$/ܞTILq7-Ȱ|ZlBQ0$\CXBqi = H'.(I=ʔ3pmvؼGwd qz7 K,tHr?TVט3#,R 293x4٭AHH~ R5D| SCǐ@5P|X3J/cZ x$%44ȣ[U0X+,mn-iȬ4DJx)0q{]Fi|Mw~ ke?mǮ[C Nb2n\ki&DH_)@yB @<%Dү'}F|AMNQԷ{˩Nv3(4-|3>-?@pdog[D)4JTܘ [ԭymSEih?ώZmHh*I]]32kZv0.YUViJǻt MHt.(2GJ.>m64l},jqȯ KOAv az5Uځn,8L JHnL3s$,ClO44{6]mGgʲԟНJݪX}nj?,os!@H ZѨW?Cr&KJٴyb6Pnۏ &^/%8pRVjMq1 }t:Ri6r+(_rkIO n_"Y^J>Ȋ;/g։q8i_ oVǦ8GMq ;NzbFIDZ,<ڭKǤ[jixS;-uw{~^o02s_RF Sȍ[!˩-P͂v*)O=RºNeU{M_ &ؔH XABҺvd[ҹ%5Ȱ6e_8v[Oy= etw} cIhֻ»՝+dߐCUQ}jWvc_y%}߹dq,&xK,ɲk~>iňGߥ[4o}Wg6D "C8: شj\2/adKɣA?~F@ZyQ3m[wpvd#{jBȋ=A1Qxwrz?Qa+[MYq"ǿCO=Sf~4Y!Rv_,e(Cn a8j 78/PtQvV&A֫*OO2OD=f$hQ =F^G+8 ,(~> su^ *Kw"gJ/D}?XXjh-s|Y!*r^@v׼'Ja=J! Cl9J߰@4&XR UѶe=ԣ(P4'Ojok?㽗b8l= i;y *1UT_&sC3\jٶaZPT护MogXY3`), 8{Y> x9"`kԃ/ۚ\v,~(ߝ.wen_k!Kk'nFV!oB!fpt*rюxqzmK/۸Rلinh!|"88GsCz}V)O(dCj'A$ @Х˫PN3n/k&}W'[gN1 ;ɘ\g/c*aؖ3-ʠPM;eجpJMp1g"V=.QPG7rbp9G}+#,fBP3rCR ?/F_&Hȳ4!k&(o %}O ={Ob)Fk3Fm.?z PiLLy^-iF]\g,v#2Cw EHX]13F><(=0^+ECA1A>=oliU:cDzDRjѫ{8\ :^|E4BXP9GmL?tzT2t 3+\Q*kCa) dn *Q#~@0bQ@aԥa+z'tjd4m0.>E j$ߜ;ܡVvXХ&S<`0NJ8~U,Mi&V[W-p򠫘m5<3qf1gHbڑ.gRLmE gؑk`f6fs$Y?ո@8_<_z`guGK %PTqZӢCc+[N2S\SO/4o0:jAJ9QZU%Eb[>VpIzͰT-4rEVٯo -գfbM)e7y0D:rLp:3CNY.dxpw;DnTl"~}$ao[oYęwStVpIoݬebFY @x׃|)D^E76&U|K]4f-~"9)u$B EN"1%M%dj1`8TỔ&)Yy"Kʫ9XΚLi>@gqGg7jItם>+[8KT7ESԊGuH;wbRP9gn[5aR >ʏ ͬ`t`KtfvI!Is[:+5:U Uep J |WAk ipёK u i qL#e/KM)hF =Z?0E<d#lFSvl𭋛X=|jaSSh}7𱂑z: L!;[&CkKׅɫ?c^hV|1:HVjje*j:i &!|E)eht8+N@m\Ҝ%Jk?t6xʭrj/;ZP>mU 2?4 HE=CYt ^IZ\e"t n۪XX&TWoItzIb\W<)*hL,]D0GigW's9Eݥչ3x߲GA=?$8*.VQO_ QY *}at"]q3$?C#l|~9J'Lq+. W]u"_қ}zkU;9sI<W`m[^c/GtmTt *fte?qي&&Wb9ͬ䰰̑\͑PT" D-d}+o5{l] 7vRoGn@oZ"e'D9aaoMݫܘun}1jBl׃Ir(.DA,NUvEܟN:"XU3$RӸ ÕC2/Ͼ%SڇE;^0+YL_Lz6h^Q#G|^lgdB8J +^=6Y²fF$ Nz"¡MS81pa|_-ʇZ4ڬ}ĥVL'y!Bל ȫQңk(~YM%rAQѝp G <I3R y=77>LM=Y)$Eߨvmq-=#W4/Ct@7Nq]FyLffś7 5u'2k17j4}=/FfGx}v)-|W<V.iI P`i`Oq^̉5]53ߒÀaBg$'F.7ᅠa,V$ئiJ8$xQytrL=YNe%-v?\Z#Qmm\% 1%QgK/igJę" JlS=Dr1{:rZkA|>*@Ӻ\ǴgT*)`]C)̑X;َ *&o߭Aݴ V}Gͣk{~AƘЃk,9 Bw=\%SJCRT+л0,Gfۡ1rILv*E AEܿ_Oڴ5~&zh{ޥuH OMqt "5%J滰]k8.a=X"$]?ۧ<^9˗̎xQm>{<F.G7Gl_gmSWH̭HGp@p y~{1x!g{"C1p@^帹vlkyAy=vF⽿l8䨫m[ˇdeyfQYMR壮Xs"D\gQ>5(JjU %} 񲞓 I<(nuantkZ_ b/CC4&9h!u֣}GԸSk-wlmߊ 2s ׿ƨÆt IeEX8cr-Cʫ%ĕ֒׾Q,co]vv6g]X䟞8t.JNr řB:q}xzU1T&jJ[rjAy'ٟ?Aa1 iJ$@N)ۖko6gukfnzX{ ^֩Q-5J#L0I|]*Qij{I̽(D~*r'QHEOŐO?HLgjAw5Lxtb$5:7vML˔o]ֻJw#TKRږ}"M &  d+绦4 M@qF5tj\F#zZ_aMY΂Qts\Ԡ |>=ubߔrK䴖4Ѓ{3qD=;uUs%pbta/SS3b@ H M_4 :4㆜xڗGwTuni}@ -̤3.[AEBW>4 X˶3fghmMq@Vp%Mθ~Zʀ $Ww_ם^E;p >*WkOi "SFjz>"T!e7H0eAh!G-1nݯ?lfO U"N- B3%8Q_D Ee{2GlT@ C=dϒsHs,(U#zC_>)d9*a&%77*$&ۤ" B7_c^&pb:Cf[ʷ ,9A`*@5м'EBj&Z3<]- 7g<Ȃk k@fE"2ԨYnEOR C=XO7ؼhL+N`;?޻h978~ZʴhiTֻ0ڇ*S*r^նrm!߄f f^N,9ގt# d5]'1"Z"?T؂bԜ3UۀsӾ7h^\B Gl]#E蘬 ?ai]G'[Sz@eG$ɢ.C#߇&ހbHV147~qSvB%m:76orɫΓ lti6iX3I lykeaC!eD͓fNxFrN%mRrVBGQx8RE+ m2,mqCڻ<МJX2gקs[Vrx^}c߷Z(IԎFގ`;km0^ 8I=?操P=}NO^Sֲ8ELii_rFA)}ڜ+$s͍]WpWy_W(1vK`gm5$kxAs>Ć{+~jcg`k=Z5=-kch%aR6LuS€Ae$-:-3^磋rq*%vXtYJ0.qk^gPYjDl7%Z:xgVqY#J*9J6/= f:LT[=}KwB6c.8Oۀhz;HH2 \ C8Ca/PS7)n4%R4e/ɯ[};:;3l ^_TD!} dtXԎB&s:5A(KWpz>؛0/& b2Mh9z9E``ta BT8Z< ]zir[C'!A:i[ٞYj} =yڻ]LQO ,rG^fVapw(HsV_/5fE5|3ܥP_m-)Ȓ$cb+ly{^  E^.bS-a]kR;ESZ>,Qq875R;R{hr5n80JNwIE ^L]-BO }ht`4҆3TY9 ZIf{`l #* B\YΏISdJU[i)d94Tu>>\2/ ႵPHm~]@h.Mc]cS[ Җ@^'P_i} ˱0 A:ڷ'ft2Eu+Uv. =` 4N5uVuQ;"M |*XY${?TWEY@  `MYg`a:^IϫS+5wM d;6hzr6<WAMH]Pm+ C*1oC1;U1czK^y"aWHޣ^'0x &&11m=#H,?h:7CmV(2Kix]T`*GO^oW8MX "Mhxvɀ3u&pћCkFt|\VA8%'./H$[o.zM6"qH@- Hǽ[E=&"/F'w֏Sե }9sGƵ!q{X Ȏ>#?H*:dIzz~:.V'VR3, Rpe tv?M7rqۺğ|Ȣޙ xM-.peƤc۽_%J|ҏ+"b|ȟUv2$a=BٷyوZh&':Sna҈Os8I8wHJѮF,#6ro,<zŊ s>~L:F9{g~oO!0)MjSAq/_ ·?Wu`Ma,@FrW VhǧS5`$Ma=S&Nĥ42FHNZ 1T½H^;0ub\)2)e_Y<]軨L$zݍ J#/+N,e]!/"-ҶGvuݤb Ҥi'7E>xXh#~pw Hk=ͥ^~Lýo`!]\3Iψz!-X#m_UZ_~"{pdZR(!lA^J Ds[+N =@4bڽ˧xQ}ucm - mB21'[!E@JY/+|"Pf$-G=MR[~̳fhH JxCr%F7k1B]b #CEqjlk$&eF`Py/y^u zK{龐c0!NOTfյt)oKZ T{} &>]W&Yf5amcq֟Z|A~!džz[js_};F~&Q#>! ݒ Yբ'G:01ZNp+}1FA{D^!܈2QҤ E淬RxYzAŪƾA.涑R+u&Gm3my=r#ɶ}춧k3:Q.#AΏ|Y'?u[Rܿ*}my@m_x!RXQ8O8RXʘ;0v/1d8VBSSz;P {`'pTuy %7$Իeҗw2*zw3oE)vX޶<@0saْZnq, 02QN=:iT, u[{Z Av:@ Qի?4,#1VgcKrҮrOPhݝ! :u΁z1[-s{I7w%VطHpՖ/ |e72*L7 #eO٠P=!H4Bbes/1-[$5'7r3U5]ixd%ơBUrXnOo4+~!(-!+{8%"Zd 7Ùs蠍b*ts$yCŅbfqHB+G4zI1d ~*᱅{W*75-/m"Pre mB+_c9*tX*o8 Fr:5Q*]d|z:g3x 3t.<脹h(D$g~b En ۟H)t?6*,j)merd\KmQ\)I7hK`=)"zt$Baۛf_Y}Pտ!֘],}â`MI0#w;zf5I Z5[w.N{jhJ'񯷫`1a{Lo GV˭5 HԹKؕ6!ȭ6iz/(|aGNeL5wcۇu\╓ןf"-W8Ypkr61z.wσ-ΚrL;w%{զEア*ĆYg/+* TT4 0H_l4DP]/j= =dQOmPPa5ovFz0kO Z nא`ڌb?~ |'H1cMYDkWFsWϋm)KcÚg}9lR K&j! M{5e}F6e ͟F 9O Nlm斔Tβ븵;W|PHf>~xrϩ<7^JŸ#u%O 4{s8Oz`_hdl!1ηt!CHI"Ϸ pL~i[xaٹZ–r1[-^Ya{y-4O38v$B_H57m^_{LJ:" Haz:UL;>,cH0gNc9 +'>aX"zݎ\bt ֯Q QB]Qo7dtg~Oc,͟D<Մj&F4,܀f2 S8+͵v5g[h9WkЄ"tjYZN_AY!'WKpď5Hp <׭ P/4bX(.t(wt Ř4EF4<ߥ#cHSpsd3qu݇ ՘oFORѺ!SU>U__~Q=M~@.Gfev.X??8-/֕H:nlha]2f=K$]4f0npH>]֩{ԾFz)"%+*BǶ!4}{VΗ ,aKq`Zu8)|T7$=ǎsҭ*Ŧ(B&3r[O] 1qiжz. b~ mN]eՍK18Z7Ikq]ɁͱJ:པ0+ʈ;]4\I}6|3Q ДxS4cjCĨ(QK/ A-CUvؾZ Fn_ ?WzIAba~zyrIfm>T1@ De?K- AJkxH%ڇF}o 7JŽFnfGPh _it.D}Nz#y6;cnBpL6!&4eG(.ifQ_BO5ڈp/l-rӌ͜-Ư֎fK \%9o-`غ_iΎ#`IRq=Ij,~M]]xz?[TܮivQ F:'Va~qKv#z+^nbT -#Pzl_ƵU7]`i' H GlZh:rTQ7zkɌ$ZT&'֗f%סÕ?o@WTO-p%|ĊH=J_ɳI|C/h96DF^&UcԿX~ͦHx:7 sR#Xż.WdIZfzZ]vh6*]SiiZ`)&7h>nȦc\UOo@XOGC n1cuEh#\~+11H /eFZӔơ)DnEk5B (}vfUo'N87":Ln5s ;na 7|Bk=ĭJ.V,7By]4k[_Mo8Zm04l3n0'AO2 ٬sRnOȜ8+_jMRf c'ڌ(QҎh>즌nOZv@d}&K]Ď6) kg 6G'7 z'croQ2 F[NaF^ < "PFe'.id;1l}󁿖Pې֦pœyȰ22T3Tezk~%pKVIBvb@Trq"8xIg^veceuݵ8;%HTb15Uz ,7\X$NjAB #_y}T!7Yyv۟#ܶ=t @x,h'[xJI=F4 [FS}$; ' vkU[Ajm+_B N{UCgnD@ z`WCO3[Wߗݠ Mު3୪{'M4u{hY--mȐMAȵ | (Vnm]S}pMQKz[ mF+W8-JB˦G":W&fNI=c{Д <XȉϽoP+%o߳Mj'wnIv zVO3P5+nxxoP?ds[%6g獕/{T6ã KsD̚XCs@`ffQkLZFͺ@<$os&ŸV#o{Zju 1edՆc t)Ս FogSn2DbnO[́7\Mj`wÖD!Q-?ALLӔcW.i{ (lԢ\CNu:L7441{G#@.Kdr\ę׻` j/խrJZw }M3?A>뷨WdxSrȿ|Ǝ58a؅p9A8nzoF!;RW2FA>VѝHTWXݘ@Z'܇rJxb9h|9w luLJ6q?5qܪl*!`JĶz 1E$ao= X9k/PvOg u#%hTu}reZKcd2\&D$)kK'څW/Ev%@g-xӡPɂccI,1#k83 nf-5m_4m8Ĭq7(8A(GSHK^{Ioю)XY&:|8 wƴ1FbGhhvu|ͪ~- xV1;E{_&x7"aM렶<^tdnE+@L-{H aم$fNUÛN E"N)J:/)>S!5>{ٙMd;[PuVm#W^O*NۦZX0Tad^m7*)F;i01]G !c"<)dw(À߄\ ܑPXk:[[, 6>[K]PJ. ZDc:> CB\mG.BRozhd[\H½]۲U6ρdMK;8%]>8t=QK7F@Bٜ\_F@fA_Sw(%j+n"z «}gO͊ whK\s,tWp%w5qYdeCr{!j~Ft$q)8t+2>zfgL=OCro#m߫Z8B(R?BS})2#Z?a<|Y۹]-]k5\I %"=,M yh;zz1LĊu Oss>ZT3Tg7k|y($G9޺2Os-%(ȽY@r}\JqE畟eZi*<0fDrs&NK>?+nnNgzD5b\|"bg<ݸH'IRб16VWcߝ٬ 3~cF.p2[A\3V8pd;lxfʗ_֍ns'-򾌓 'S"WqgxZ&eRӵ  MwC˂znʼ<} eXv EGQ rٓuw{R=VoML$yU"s@?Ro$p.Ƽ(lWcZb>Z )MZ/26lAPvgx,,Pi[l@6}i6tc\(zsD2LH ƜC3!.OРFK }gYL\3R+'ǭȨ1&$ϿEO d[!)m¸Vl2CMQT'Z̭uZ^DΘ0>/+;^j|tUy`:3"ndܝ!O"1I19Fo PX #mTi/tظϥ^Q[Jnӳ*J!⼡x8c-D+E ѧ7qѐeBlW:B@ES0쥣KARg&)8lZ:A_E/]kÍ E (T 姧b:Ի.CIob]_B]eGJoPd"` G8XJaG'HZI^c'#[њD Ί ?_}H'*Y)2Y9XF__:xDAM CRnnYwipiz$Bo1GKrʕ*=?`FNk|բ;풯wS-$̣FO&>zTfƣOY" 5\!ք}4iY;d%1aZvE׸t%vkR0qJUFMr>|jG994t p"ٵϠ8̔>vw2)%q~I3gm=,ʲ}yLHǝI \(@HxIj_ˉ'۠-7aI%=R"P|AI5ڌ jrs-^wn.1O{l\#@1πOdP+fAgXum.J[I-y b#0LYfsI*;;MO.a9IW1E0lLf7'KЂ_HTXT %v*ά+iF!j\$qҬsVJyC%?iO;_(h, o5bzG!d@kHƋ)YCFD (c/-;A̅ݳhĊM Yi{ >RGj%b 7\SV/u#VB]Zu5sZU捭;t\B5)8*.X`C&$XᱰJUtŊ/жh`pcV6!<s "\RdEc;Puy _µp?I6j,u;1޳"/bK äי?Yr͉Fi7y YQk)aʆ?30@1O^EMxgP:V'dvHj:dvή5UߗGC{W[)嶠lEdW``#bH+X 4kmݝKIe 9^EAR}7锡xpIL`bN1?O ݏ`J%?kXIs? Ǹ-&%r8t$^?N>|?J$yND0g;ZL/GxWfPBd' aw}8Ung~U`$vOk"ejL(ًCU@ %fGRXK$ ?c+^j͟٤O"070P xA1[:S)P//Rė>7:U)MnqSQ-!] Lֱ+;o9=S^c6 n;נL4?]-^w74#Vq8'׾t.W#}3Nc&\gp/IXlnUt1$u}I">YDWDʄnXDɼ6ƎKI/ȃ$3갅}Bج@Yq儉l97*Orf^\dkA ;eW6nsʊҁIO4X -jNOB·@ׂ@B9`H|3Q˅.y畬Gh3n7{uG? %$@T %# . =C_ʐ z"]\ a[vtyw}aQR;0=n#+lm q]( 3qIz`~CK0GAADž"?$SU" Ma"mDR7N+OS"xYA]r:!}"zUZqJBs@[ F}Y讳/`yF;ϔ3a LE{I2PʕLq-B0Hg (vNօ_,qJe>ܥ1E}77haeh8w~c=E]t1=)qBNG'@BW9Zr" >S6nx*Cyp>K=0A*ahxG%n xҸwkpf#hV{]) 4KZY1댫ʡꐺqH9+nDO+BLpF?^*jہcd㾓dۂѩ0Q4q3~%8<#"i]$bԦH![4] {a|[^1qnaRq9aXn|lct?7先1q ;ϒokIE5H'6.teKŷܾK=x Aey @7n iBa_.(2sPup/URfmv:0}<ZxQw)?+vJg᢭I'Ԙc +rG9}G/˩̦&(S(zZi9oِH8[.!u#0m{MelhO֘9Ch4fu 9ل9ac4$,8\"9eꜾ1,#]>jgLёH=``,-6~f4fεoFF9}x+]i6L xY!L]UkM\aȀTL ^gIMG>k}f6TGj$A bDsq*rnvܝKs~>š,KZ/G $42eRO't;T~H^Bsٝ՜6fAEӻml鹏O?pV]=P#`;8f6[!y#I-uj\7Fe* ^cr6`n=K>[|)dIW?O폾T4eA1XS[pO '5y~D9̳Q 0:/TYoGae~C sC]pߌzRx(,ǜt"|ޕD> Ao")YwJ1Rݝ&ʏ2y0⥟}OZzI5EӒFBڅ流Jm+E vY4x.ވK8Q埪#ڟ@`=>`65PTYf;*͒[qpEx/9\9;#84x@RI_ZlpL,`T9$Q&oi9͗K:b]1E"(r7J`>erTST@p]"A+p!Xl\絝a!&+t؞He yE HĮB&^(Sv_N]H1*V)lN.J +u.)x$c"oҳ}>#.yW nԉivzCE1smj!/s t/7A\N$R ;Ldwg<4B*JṂq1{o~9]!Bм)〄yj7pb?HPg4 ~Lk'\q]i=MSiOsQbn<%_ƾA۸S,Հ}])I0͹JoML l`Ӫ-.Ɖw%2xd]y8^Eҟ]!,NIsE3HVkgjn<ٕO|p\#pۤHs}Kma.お!G=S(ps;sʌj" "3[ܰul+jVo-)ڤ?q4XrKڀ5gkc&(G`K̬$b3xH 4rqgX9$M u)ձN zޫ{Z̻ldZ{ >YaA7lD13 9 T :omce\ o9>_Y^W{P^s3 c1~fv2Z?hc%Pv<|iIYiurݧЬ{bׅg竷 =)CthZv26< :2Y϶i~6kv'^䨑>H40rG6<i=?]Z5q1QSo;>4ב+5 zp]҈4 ^5qֈ/ŽA a>bNV QGUXoߟu HRKJGo6xMK ڣ `;%+`*FTvT)7ʋvt7Lٞp-vLɏM,SЉQ/XPȪ8䎉[lL7ueWIGiKlVvp GAO?2^ "y;jiN#d^35#!l烏}9&pcE3qw\͡(mN?;4qƐPgynoJoi-Q᫕;.؁X7&") F+$RB4սiLmzU7>~{I 9_RȔe \Y˔[+8o' 8~_O9:i FwE&7Ĩ2$`oJg1∎nśK4LHx=!qmv R 9T˜&$ 1IW5P“&G@s.\vDlr" kz`E,M(l`8 v(#@["jS|%r8p!}DM=4Nx}Rxpp/Urn [Z箕y1`=uPdxvv9^8-H1Iqs7bTEA7Ե%W"$|s-p*+=6i4eaxLnk,Vm ̛޾.Y^n1H 5LܾnB0wZ0#2 {%XȰ˒#֡Zؠ]((3_@oOYurcS]vsPyL29 [@FÐKq! /HNQ.CtyxɃI'|z=9lY($WVp8 ah:,4EN/i|f_)iCרTzat&'F ![^~iL6nklZ\໼a/e酠[ u/0rƼF+S#G4J'%:I6 18\PS붪pS.[N8X-M3T׋yBNʫm}oh=SnYǍs`ndKwyg{masZN^i\&Q?"')doVY|.b]ӝ"nٜ zI6f`#:'O+Q 3DXt4y*O6'c,(%XǙP;dOLFAm?a_3l. \T`zNQBUyOrːN9/{p4$ -CD;o}FxTߴZjMM@y&6TКV  (,SʝGߵ4<9njb`NpOhIMy^E8kǙ>r!C"_Nn~BT-%ֻFJU&Ox^vٳ EL %Mj JVr=k+je PQ{uJP! @l.(+Zx)bIU!ySSOS-ϗ7BΦtu'S7~:*ۡSP4G,(z}ќJؖO #53dUyKxnf6=,t q#H>'{D<+95ٛyD$}B%P?I֩}m7HWQj2J* Jc#^1@-;Y2+p27fmlnPpWũE$]Y-!_U~(5co_#>Y}!&EdgGaʙέ۱uf yr {ꠊZtqh MC2 BfdaJzFJw>q*ܺ.}$ q D#[Ʒ1o/sP?ꭱDhhٟ5"w&֕y2jv݃0R_ˡ0B+N@$}Ft:o19g{H7uvum@yS%0]@/oD7ot,2z:ijҥv {ؖM$(tIyzԘB>1v_Oa IѺf9ͺ3lni|k\ aE;%iǫ_>]-*d^ ʔxBޖChjoJg%FvxA[%%=B74:.zidH蝦 j> U |"1w$_hXHm8Ĝ>37.ݔQ=Wwv}LVMM9ZPFrAAuŦE80,TTQMFf0~{7ߎ2M#"]0%+EbA+B}G(g؋}T\Ðk]p[ F49x]].va"twN.-τiM1@0V11GvG7SW]B?}y|zԥwoՊ(taś2_dD܃D`n5i&EH%O])IǥSYǬDPڼRu? 9'oj9OjI.>LStۦ1Vs:vJ%AsGpT**mD%M1UG*|Cv56e k w.9$5+D|MAdjWr?er,eݎ6?%sO~sZ&^-n(m ۓh%gnj]o/voB^^BB/K0ڙ AD;n?#@_2ZxERGt_%L93)ۇA`D!z3:[]~&CYQ1!l垫r&ۧ'ifEڋGIߜe<]8(>LVMVmRb-^87s˧k/hxE˚.dO[Ǣ㚉 NK~ZPrfb)SV-,GD/-5m6)H;"i W8#|Z繁<ܷ&f9gZFI9e 'A9{Z_"KɌ?j !aPqSN5Wh_m Ltm`Q y#hDNjHeЎOažΌ!xoc ~(m1tSxT( 'PѬj0hCo"4˸uMi=Ӱ}R51jҴ9Fp_ +Z-GXTΈ3C60kpb9s;$t{-L2u$U(ZIͬ:!jL$Sbh%o"$]?$?l9JG2V(QNar* '?)1Y_O$uJ#{ sA@V\%zRړ>(Q^tKYTc?e:dA'+|a%S|I P4b4nndpڣ ڨs$P-$+w5 +nؓ]#ͷ9eCz'ǭHߏ^ ',Q}'Ię!! n [͚Fz^C+#[Pأ54d7g*@pI I-:`d{qjuhv+ ǣCݧգ8P ;'=^6LՆ=SC3Brsk>."}cVG0kNf1wƱ=l#Q+QnG ׹G]d=&,t@mVd`؂P"~ӊih&eW $ PSd^?7Tvt8z)(tډLm5qF*ѥPi 6+%~)iņO{]8]?6sPU^ h]{i+XFu3,$ 6%☯Q۱?L|[ ea8 EJ/ jQ|"5(>BToNu wo."P!G*LZđiAD+7HkLv^oo.HFmzu έ$ vGʓ:OKZCh>Fʾzmd4kEڳ2{i#&mkWzM.{|4b 88z{Vs?h][ྏhAp?#YCm@K$%ݎw$A2M3+$i )4}2}{734?N?!~9H,HjY`MmL%}vbf%D0 _!LK=XgzӅ~JQ':USpdYuWӢ'lQv~` ˯B?%n8l}=!EQxg8?*%QJW8Xfy8.u8ҳy;~Ωc^Xf܏L2ckEd=GԬ-Fg.5ȗ^n|q&Oő RB'k\n ~sjYMX#d;iȼ/YsgCiz+mAC^r8 (dfLoP۬mQW/, U;\B߈M,w\{V(G?9Ppc g]([^,]ek~ }-SXNh.pPtU/oP JP.$L]nƘ$(%Ь9@%P.ςCX&v\93!c%Q;t0 !)#:CښG1dٲFmCO:ٺf06~r2}j&錧&;-ʯX35KQ?<L~$ئ:MVxӝj&'i)uMg \3ήУ!E,ecƖ8<& :>[*ڷ% :"'XY1;kX)wjj+>[,VȨApq9+>FNIvrQԎO7u;Fz&zG$wc+ ӁZDc'.84Q'ḿ:ơ>Log _#K?x5ЎS0# ,fK6x 4\lO.+0vT ^K`^tx<_8BT/Q r.(A. 2gEuhy:m5T=Sq%]/Gu;9Sm4#^cWO0PQ`3 -e;zHyND4MXK SE5L^ӽpaRReQ: g,YT  ‘JM3|01q@lPZP#Y4Ҿ>)객ȩYTXkϳr^ҷ~cۆC얆$:e}z !ӝ.GQ81.~CRD-Т%%/Ļ5J_Rɷm!gܨct%k/k# D6b'A EL,p$a"w wPGП3ma*ttT絾߭W^s4w5GF"|<)bz-iN'[=6+ ceO]ϐKGDǦϮ+,ǔ}2}QʐJVi;-&74@F_Cm(͓*hvhdVjFI GxиS-P ,# y#c&u ɥ x]_{ZLM7^[עh!g&N55ZdJ["a5,b#=]030Ncmt d(l# ׶,f.Ղ6IeѕH48R#g8a-NdDR r@l( ES4j7w(KGKCwUZA!foP%)"Vޒ9eN 4Eܝuz%hrF$^v#Et5]d8.NV]k4̏ԉ B?xZ47ݲn50K8ykj˻r!uxR]v%<Ģc&W`dTk)vH>u?[ru*Yxs^h&HWiB*վw)TUkTү]]uvy%o0,\wЊ^PRk[}P ~:E@+2_Xf+uMw[ߥ&£%i!u )^6tv¿PVs<0R!Ëa/Ҹ_u"Ԅd0 DTvT hCkqٹ{E# FϋR*8 Tɭk@2S.\$_N%SV(X6!Ivoeӵ&gOW!1߰8&erc<A92c /,lB6yM hNQ9SV8/-,*zrVaX56":Cw3$xd.Th.u儨E|KEƎ un+KGQ=D~1Xdv\C!`*aCcKMpQdgk 1آ7 ]I[+2> Yj@ڧ_asKނB= fT5+2iy//5fT=!%I~޷<4A9'ly^|3 Wn >k$&w#n (9 ,Fm^{CPH'{/yhaڤt/{,qGg :2W٧l"9#̉硶W~\ze,|kRϞ}XV yhWsGw9; +ٖVe!i5ެcK>m1_29xщyfHeN{F[dcÎCy&m*RcNN_,'UF 4#Ȕrnz9(bz 3@0Hw`U;cd0($'CNoCVY1TQep l0Jֻ}Jk1`L2_=bW:^5F׻x;f)y"q2/a&$Ӧ JI4awB͆/Нa$T]eѣ[;gi霦DQtQT[eJ\͋4uIЧU.|(.N=_;PǺqGl,:CBG.mc[tK{M ľNQD dߓSl;`;X_x0kDhPcb6uZID`HԔy: S+7!#I1kGeB9))p%PzL4ZC7*Dc J;~jaUAOeR؇W*%YUIzY ~kp(pIx8?opbC=^EďB=Œ׼aMݬG >=,o|ÏhBTo]2)HDT$ӼW2 j&_ !lPjtSTAjsˡQzCy}cr΃_q@S 0[@z GE ?NBп:ImWbAŃۚ8Ef䙳?%Qyˎ)&NnbŠ?n~ݢk 6GL 닑I_NУ$N's#ʈ)B؅B҇Bn㙅}2e4=}VOVa?d @;k0 $4gd"*->OfZ+%GyH)"uhEY-VZ@oC.B{|̨8>nJ%wŞb`ܜ]S.aD)H1QT"MydR!`𥷱ep1U!Ju!3&? :jV6*kThׄv5!ZnQ&s&U%鑓EIn,`}"XBCDI.ryÓUQ/HHg'ҏ.^&]lTAPr,sf~#fuFrB)c'479|Bfz U>)qḭiPBǪڅ \wcOooTa]S}- Z05gEB[ᒜcx]^u&Te?M |SسlرUc"$9,u[GYtԣ58Wx^e 09k PCBRa9w_\M Ȗ{zD#,*9M]lf(83 #撴@B>GwQhVtF ކؚ'JJ%vY7KL'J%8wҔӠ>˪t8Ƶmas5D<=9"GU Ladl+]@m[~6 p#I>Q@."9Y4JN^S/}xc";蜪 ѕ0p' 㙬L(MҸ˚  1%yŐI $d[ x-*Euj}5$MgtCm;?2;eܼY^cSŸppt+3i'/HLvOI!tjJ~}IεP=f{KL0? S{0b[)f0I3BEmLĕJ!Nr-}>NԜ Zk&ŻjliY, Ue8#9K0wY>9gtZ{@A4qO/4$PݖCss.~a?BQV7 6md)?N/K5ĶU?0V%v )T# F( 0Nymۄzd:P shv~K'Mb;^ZBo ИEup(&QŜ2{)Aq3F˗C6_n>N05xJuq\?tlbLyI# ;g:fR tK1Fgagx)i'JDP˶iz' fgJ^Uhe),\hHW 'TiٛdZof4Gy$Hvh]%ȯM;^Q)&̈ 9%,PLIsyQx:Gg9Y{fG&\] Bm4::!Ϗͬ\g byC!Q)J@E)js$|E߹BȨ3.iKÛzG5 >iFΛ9orou8rr0:Ӝ*(:t~^h)3AfE'Huć|{-_Ƿ]¤4C6nTz~>N4t we@wCCkF|c_53H[߿<9fVju I֠?CrC //K (@l[xİ4n:O 7ue-F2[j+eXࢎLQL^8r "-+@+C adGXƌ Ùl;)ѐ+G(P-LY|xrMk}(^uoH?}- eu @qn[0 =ax#$qꈜ=9lK= nHmTBY2Z^=!Rp}WwSI)}*q@ur OߋȐI[2Ly*U^m V>e1MSןh2u@2Zhqjd$K+vr0k "Lۑ3|9 >U QNW}էoK/0@l@p_Y^2;ZN M|BUv@s$XW@\Z "3I{x$PV̜~<^"<`ma@U2e!͔J^ K( :*RQ,AO@xK tLvd KfB"gve^&MA sf  _ǞfHrč!lZf zth"p8QtK 1L:c`t~'OK,E#RQM .{/ϐj=i1MueJu~{#umd-: I<[|LXzơMFf(mhep"IF-BqP S12zˑ)p,#'s£EBuǐFNpQKquv#M)Qd"xs;A? 'ޠ-{΄+u?NoX ,2.%~EO%zS F~K8V8{0(Ҕ>~0Kă|c5d ذC"~Bl4dAI7{[ v oa&o Z~+fy⬮U('QY:]ՍMڪf3KP{UrpS< GqM'9mAI}֟D;ο;$k:Byh,!?TFF6ñ#ȗ ~umKưZ@f#|݀ g*y+} Qlr wOj۝KAg*lU_ ?{#+r}1 WRS=NWg/[9rD˞PS_~]uu] YgQf]a`e]My 4mU͐Ưx3iӰU<+!DYs Mqh^|clHIQ:]lCr$R?S]b"篖ꎑ|4,E*oOB+-mR0'# =- 3)zԞzbSؕ>3͂fdD%gp):ff=VfڦBEIEO?9ttϰv`u}qwҍƵ,"iA=1Ӹa~b4Lm 0RVҕq\߽#b|.̑q Մu]\Mw> |=ePhň 6CVv8I*azNP.kl%db7)_'FZ|Yޏ 5EgMk56֩y9O 잖H[`Ad/iuS`P4vd` Z$ 8 Ŵq(SUJhd^M\&HGv6w6)oUb]% N=Ƈ{lvw:szg={#y>IqSuP7^E:fg5c."GucC^cvb?g_[p}0Sb8vt7'cnLiYЍ{XC.39-T,r[a ŗPhm&K$_O^Id6C̭6lm>n[0R$Nm<]FLWAX;XH&Qt"̹E^J1xzZ&?m {dѠL2J_I%)7-fMo\EeP%ilJ@A*[= *@3IHvX8) H%9/Z´P3rxQ2R;ݖ翨v9{ 9Bx/ãzdg[ S^?卯{׮C?1HI [Aq!DExƒgd+uiX\?&mlD"׌WB"N_1wP=NxGνA,ƨ٬c ߫ۢhه p@CqT~O=vNg$1{0B D`R%+*]q4(_XKFȊIǵ25v41@=gI#@ <*?i_|$V3l9oaS𩎃|I;^Ļ.&2(wh#Fk,ըOh|SmriHwIy㓽 >tyU ]-Sf<)CG ^[P뤄ϲDP='ɯ]g(IҸ $+XiK&3HH=;4wgBJ Jiuӹ BGe,_u'< mZnA18.)*3p\S0bv#=jJ.6L_йw)3 q8*| NV"4M#J_ "؟G=J}}A¦9_HRm ?DכK4ÓTO ^3Vo5/(i|5a=dJĝ*ȱMjdj]vQ)hzNXĠ60~$"T!dX;E&/ԈAn-FM3wb) RH2q@Ś 9_ՊZmKʷsTA$Oxy%37#HvLOs") 1>/[`=!Թ{NGFH=^/ ,2 #r zfnٞQt:٢F!GtMo\ضyG۳1{I6Nceź~`h$jsy-T[7e tlawvK(N]| sɫ_Ā5_$q ٻ׀,u-]6~ T+]$ NQ"Cx㓄kOL(3rv)3 jZyLI)>AQ_RP'OVO26? #:vcF$>=ַ/F{;+.Wn G7}g7$AytƅDM [VX9E#NfwLDf 3K?_$7h릧I^UU?nl lp>%l0^rFz 5x5u}l~7|J%Y*,nHUriHU>BBпKE;$A)-Wi_-֔lX@L)=sɻ^B e̦1#I)("Ve(׳P煛38#j)\ P_~66A XvV!KM2v'+|zq;`ÉNʱlpKe?EیW5'FK}? qLܗ]KkNQE.b|rlŻ37ʦMMMB:<.9DGCX3H1їPo @[7Aoacv+J0݄|Vz^A ;GX@.Le̔|c7#l<0;ji i!=1Wn-Ws/AJs̀1/«< ӡ.^a=)ڋ7;B7<%*B:+Ϝ>+v*k%bR n_1"#& -ĤR h`~N2c.RK_#Qغ=@_~" ?!9Yj@Œ! V"}ݑq6;43OFs6{>w'&`oGDhwU`#߰(9BغԸ!N&/`p+jY]Rkxކ,/}>TgJ[;6/w˶$Z;;c"ݓ#苦avwA" ڒuqYQPudTœ&xY]lٚ6J;9!z:^]{_%@A@YtXu3W7]9/F7:#nM<:܉ˮ-b%n4{dZ$ʷZ f}cQ ]_VdyM´sRP~*7SS2Nٺb'Qnƞ"!UEe, s Զm:8BeD 9yqZFDX>",Q(J$&f_5ೝBrjaڃ|֌]8w >9=P$¶ jz;/vF^lF@EkxL2!BrOzZ3avM^z횞 7oGR#{P7m׸}B4 ߥbWST˟Ev$q-:QgNb꿎E6~Ð^ęaᠥv9ifHq]I*DRU6i Xf5:6Qw{hv~}C:Q\c8b۳ G\ NV##%&aCeA$ő]7c%[GRLjG̿ۢ2^Ɵv^GӊGbnkY+8O k*ьscW5ZV{$̛=g`⼒ZnH5#E?st82ћ􏱀5j1Syu ,,e >y0 (nRR[dXϦ*\Yݠ9/xawۀ(3בVMR*x4TRyո8 շ3$RQC5\9Ti8d:N#rkqbCL/Cm(dT@oc #S|MK{p1F֑֨"AcJ=\#d< 0[8ˏ"O.M„PF"eJ R2n MSNuzͧ8n'Gd˘ay wĤs#섆D.?殎.LLτjpōЕ)\vaczdc&7 նd5F3!U*s6}87;ZQTΦc/h!E뗏u;6㗸#Ҏ!s=e& \pJ8CR&S;lɄ*1u׈]If9ҷ#.&W3 [ IXFmj!z|F):o %{~FTՠ`aqehklMh~-}WXЏ?o,eIUBP<3ub:qu|zGzj~3W(v 6&$'DjZ&f>S|`W!zv6طb|^_{|үZIn|dY GJEk84x^۴rY%7:,7FX$Ja{M̍x^0h;2&^:/h`ks9'"8gc@1Kq9Efn/,xNbł]xR/|\8CQ܆HM$*7s.Z ;KzinV'Ҫ2wœ6h yƏWK*K\ BS|1n!˻yTW4vp.Qe׶(D*3͜(D_ۤKaN*._ŇLEo˘_L׹k_ѫ\TJ#-Rz׏+l ~.l( rwOE>CH3yp@tپbء:fHfha\^|kF:J6A VhLRl9ZOnV?rOa *q-5Jtj{1ZNFF6pJ ~ +[{q8q$:V7A`=q],%GMAcs݋ 5րVӪc໙v+lȚ޸jA9߻ 򚘰B4