go1.20-doc-1.20.8-150000.1.23.1 >  A dp9|x~7>~bLF`5%}d=RoћDBs* vß:ʕYtƵ%܁ye~ѕ(k;,:REChs;` 0,b~bQR\ӵǗhXFNHs@Y߱qPj>%n5 vOL{Tg#SSx$AF{/?Q$>I3[Nx𘮵A_np{!Ss/H}P3o&/>.}gl:fF/ Al>p;`?Pd  " 3TXdh      4 y (8(89:nFGHIXY\]^Wbxc!defluvz LCgo1.20-doc1.20.8150000.1.23.1Go documentationGo examples and documentation.dh01-ch3c =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxx86_64Mh>i+xdddddd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.8-150000.1.23.1.src.rpmgo-docgo1.20-docgo1.20-doc(x86-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 trackingh01-ch3c 16941777841.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_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode text&HG5%X[B=&utf-89cbc7961aa1cd96736ae1cc083fc2655bde425e6516e4dfaa97eca2ae5f117a6?P7zXZ !t/Q] crv(vX0e2K C E| s<e<.Zăj$ N"`CIr47rO XYnH;rIAd$+pFPE+>[pAݲE'_+ʹ9pi\(@۵r%lorX$2^߂tс?m$+2[=#"ؾ^ ZN7M;?SwRL^#]d}J/W\Ո9jq"hzhXPW_1;#pVhJa#y"ḃ԰6Ŧ#2+ܻJĠ6??@߰yI,:qucƞ.pY`'0:$۝ c?x*^*ҹn51>&3D0bR^}U kHuJ|ja!@/GoRޗRP۬IbtsVbfSR6-G k,yK:N''bAyM4۝. y.{gFbyz2ų^9)זRvLw"!ۍT5Xd=;-@=!p<<!}1E]9m."6l2Ap@W`FmyMy0@X,剬J+aDBE.9}j`]ҿci Q5ۨw ϪnʝXf )0M$z!zo1ǀԤ6Ժ\G[uw_C"wcd3Oi^cVheɺQK2NEe8\$'n-~% YV%lv-`BYD]wӟ kJ*]o-^|l@lŸRél StrJm'ܱqGU='JO=v@y^H KcJ9ўmZV[ \o h}b0`w qFi3s*ư I鲳Ɖ:j!籝.Jg|6k\M O`*V{朐Hiz Ų} a 4-"j(AUo1[ (f.w0hb+a4uKQ{: ?둑7YX=T_)l Q6i%%a_,|5BtTD0EMh.J~!VKރ_G)SAc7 UEU 5p", ,vtC]q64@R!ׄ>&T E!qyFgLu}3[2]oP&17[+Ccj4/6˾P1nYrm=5 M$X??0E?J]:DnzPem9P/H>^b j՘:[wxR-+!vWL2)aqk g=lsVf *xAZByyiTf ;ᬌ#\-7Sh̶aL2kg8*c1 A۽NΎꦸ>mރB_֯=԰(,4jh2./rP5qIt[T!cX`G~7l@ *XnGb|1=`TAa) :L܂,X0~H3VYfVf=آwp.NS{? K2+ ȤŒԊ_7T>+8#1m1jiЙ~g*;\®S<3E A6= 1^vQQ#JK`lקk_ʥ\^ 36 ~FN8dC fiTc#z afH=$e}"/xF!|r-2+(kQHl R jabsetbKIk ~Nc %,Ht 9 Ou 脻WK=TH IFHÉzoJ}eQ˜?f_7X5HW̩%ÿPz;,r )W}2"Źi-s`B4w B<2{#ICN2庎ΘUD>Q3dBgd2:I/gurݩm]ܧ}|SE*pvN|WȘ@uE[ rL(rR[ heia>B>2B $ZöN{(g'ݜ1S%d^+Ł KGKڡp0NZJ@Kpa{Rk0߂JCʱ˲@hv10(_z1jgV@9;VGMo4Bϕ9\* f , ͸<)`_4"Ul b>6"˃NY6˵שd(%Mb]J47fI߈[/t{:)1'ᶬM5qѻ}H}4gnG-;d9Wr_"WTj_j }NmNlO [B^0Ro9Wф-粒QwdŠoQB! rc;pL&c[Xn8(--O = .1I(! ,ielb L^A+kj`/PW{_fwZ,ɓo,}%◗V7NGWm.luwHZcɣ*ńgj0fwn! w{ 5GiėtlC]@J/2/F8%9KR$[FG}hՌKH^AgXW&{MNJ?Y{AR_Eh[V. 8*l&P; ,!Os- aPӪ4)|^$gޗ0ȱQٷ;btТOYM[ VSo7둻d -4~w9WZT͓8)5)UOToutʮN}Nd#%IWcGv^1y4ڹC: GvkneYz((Z;}HZ~LD,@`#A%.[[OV̭#YEe1϶Bh'}?׹I7)EɒGBjʗ AF!MdF:TC#A]SξnU{w 聱0ZXcS%K3>#d+iw@Y-rB؋AsF# /]Y܊T_\~j:I`mTzi8ה'9OGG' RI@m6/̭R>;M7c0Kbiv,A6+hK{x\cЂ ҇ _! =Hp*- OP؅1v+hݡ=R+L̏+iT}#r$^XFF ݤ3n'iJ`wcȪAj*"$nY_VxÑ `faLc>"baJƝ T&7Z #q~o/`08 FBweYR%9Yod29408jt0aA,n3zjRtu—3V)~3G Rtmxgsc9p`9PkJ1we\ ;dD2^;7̾JqD<-ܐ3(w%T 37ŵ3-DHPE- \EV8JGA#Dȋ3Itpb8!^&l7L4C-(f ,*P?qCJxmnԘQ202MY"lcW/|pNǨ1& `Z| {8!W7(ʽ:䇓sbRYNlK!^XM>H;YuP1@ïc=vo"IOӤytZ]e?Jv=g1]#ɹթ$&UDis*lo[;v}kfG3}W-̯抳[h`[Z4K[FyX=`rw;O^ Kꄳ*W`f so7=_'+=$P7=^8CY;_ gPp${sפ~o e )[\n/[/C;qltߋ EQKs[O 7"RVUbfqRnVx"iBכj$/*vqt||\$+Ds-[aNv܊}7Sڴ-iǵDbZ+,9|Y;yDl GBMu $Fa7̇-:*[G._7h0sf MF*;絇q {J6Fq-ėXy/; 1R>;D!(g-@0%auնq0R2a$PpFY0ghКr-㮵GѴK[=~_3',YXe8Ƅ't8ٖ5w)fƧ. d{]zO?NѫnrAXUvV:o(&~Tc,NrCm띨1G_RoH$іHQҳ  }Smv/#%4ۍxpu~iCǙc}JJbn MwA۝ 65ݱ"W)m'Pw FeLyʸm#e"DGhWXQa_6јvx~w0 Lb>|7H>_.$l)#GpCRJ e>o˰9%qG]kb)Bu5Z@kyl7sH 1YnRUHȦe&q'tt rDÙ,Z )YW`<}JjKW'3VvzZVp8ӀN6J{I> vqJɯ!2altoǗt(Uȗ^25Q:lgPKRR__ϔRB&.%C> U喼D=q}+ڇ 쾚S#iߚGx[T ΍RL@ 8 ݜrR&7]s슒i& Qe5S3°N4llI_q`0;x#ߋc7)`w»+UC-lKIYmSuj5>V)ɛQ f5 ڠ"4dxʬ#do.WcPc֍ػt<;ƄѦPMJm4,ˋ䪂}4I5)ֺ{u2D`I肣n7FhEkHe X܎A兊%1F̎"QQ[f@_tS4XMS7BT=)&̀/SFȿ 5{"ϡЊȋ ǷV4=i&y]pJPMOd#321#="GzH5<l gvp;.Ztm |6FI04TȜ:X {:O-?oښ}. 3Ȩ^$2?㸀'LAC?Mm 7#ǜ: +AbQsޓC=J]*wNhn8x@Y)w<\!m],žyI;j$M+>@eoC@?zH8Ȃmx<[ Sx ƚv-8J:n2u9bًσܴ^>~:Y,["pw#h\eWӒie~[; ?$'Yrtfa$tr\p' t1!Y#,}c }GjU/[ :`0ÀJ9!_g#W*}cMn><ǃfx8/@0ílȤEqTL&.bEuA.P>e >GR!LfzKy1RRK>2#h10I8Ǎ[r\lܢmH]ku8% (5#Xٱ8}rrl{I)?3n/ZX.!L c7~uCwFJSShF.Ӹӫ{qX4ǥ֪ of6.iHE SA_5DKfٺ#+a DPRUn!'D&l+=?mNm6H׉e6T[gM[6Ŏpk8J"E#{z;a2@>y6A ^ iS#?tIb'-06l ߾phN:c'58]>m5Fja]<.dHrqt³w>Qa]>Mo2Mrgc(_5nj^<Rrgu!3&h䂟KwŽZn9,.ΏDdoQ%'I;%_=|Z.;z#Yw&V on^AG֘Fk7F7[Ct aG4cJylk.Nj_2"yA& ^>+n %.ݘIL<y2o:k9wnE8GfQ׆ VNTzTIK750Br/=sB d\vm {p]G6]2ANXg?v6/Lj!s8\% -ye"@>8|D%o.Gm,pDԢ۴@ f_ˁSc\vn)ǘu?8ϸ#NXP[(WY#3,~ѻ 9[W?B~u+f6q0:M@ Eo^ izD9{j^q֞)̺S :GdQvH켻1̈́$idg, y$o8~Y5qPr7>oѓ)^?q[ ggM,qO#jow"K_>PN>Ϡg-ZJ7[LTֽޕl"hooȧSOddv 6Hy*%(Ig`3G'̼$h 6 Ib쩸Q:]h>KfzN2tHq5H%L ]5ڹ~Xa0)[JULզof[;E3 q+vxJo9h{'}+S$A`uw #nf'M:ڧA$d.L\s`f:#gP|yICK#2wTDӢ>s/3V%Fp^5 nBr4=eCw RdavT)chI@솗 n o؞5b ݁kR!$o'p^8©]e7 ><1j鋮SJmc KVi0x%hìo =-֙}`#",0rĜְJd̨D:+6nmD')BS"?1 5}v)?N3y& q]5vh +^eDO$o{ v8?3FFJAT;6zgU;Fq3Dyj"YSA9ol?H" *1m2Ǹ,%{q 4rYLY#1Ҿ@E}%JfAiʒ8HL"'lVzqҺ]Ը}!\0_Xd+9E)nA1>0:i+^W|jRNYa͡v_쭣k. (W)WPj=y E ffcg3kcT.옐8᧖ϖ0 G! ˞f 0Evr?nTՒQvc%93MUײ5HZθiJAGij9{DvQf@9dS\g(ߓbØUOrkބ5Qop)>Gk ~nT Ast&E"?|s} ~Fc&!OYiNs%T+ޏCeH*iety.+HpU *iC6`31זA DnX'֢)x(HlS`җȒ`&G?0?7mD!&#hŕG*!( "i(~wzo:CiwjDda;tBѯx% a >>bQE.;m` f*'EHͻ _ò[6;$8_Zlf 1mu{ja5}eFNҍ/ |2ы2[Pk :'q4U=.2۪Ey'瞤"gU<-*$JE]G@orLj$paZw!5DD@bt֟4<̟>u\Vǖv=l ob߱O|J5Xk|0ilXț>`zUK]Aϭͻ2=r!'OBkJ\?Qɧ(w4b\^TFNqgQ2&Eʼ;_& fvOO߿7\ܶ4TXoSTXX\1^BMC+Ⱥrvaw2.Oh|U>`v.9TwymU'FzR*aYZ/!P-)5eT:YNQ>Pbci8g6 RW0:xWw;JUOG]]3iMT*K:M#ϲo/G[]yD&L0uϑ bGܙLHJaKl&5ߗ$jJcC69+3$&G̊i$.pz?oOVsi𗁤84[A-Ѣ!/4K[/7tLrKpǞ;p`daG. egLxZ}dtg1\Z^P`DLˠW<oiLcP'fF/U`F?뼫sञ{.5J5! YK-sZjء8fZ$ni6שGv~ uQNxe`yx%8AJf.>i!DQl}K: K~P*swNP Z#tW6==aGpiSˋх*Fh]c7Hq{=+lp ifȊA=^/Q{bvDm'/3nŨNUjKTHJex mkփV6WپPJc@Ћ%dijhWmYǓ<𦯨XDQ"_tCJY@|L"+ί.W|hݚ33$!^#D67O~'P|&/1rLu0X2_MMBgf V5y2eIjڎUP6 } \fl.Ի;xI "PǤ}y2nSVGAȂ#uɫn3MAʋ CfCgv)28dٳ9hh9 70nP:JO ?FZʟ. Od[X{@KXZa_h,3ye3/IOeO `! لbBOS<^AŪD%:k/7*l3| >Cⓠ^n[zQUޮo$(RrJuS4GiK_AL|q$q3o/%c۪ȅ@ y#/ǴӝMTp}jݤ?xYj/]{6B.x+3 0%+T*7̓0Dm )>;S|UDZؔXgOژh ֗y@ ,[)$4lG"`J`4cԳI+A> 4];W{_-DԘ{t3q $PIJhMb$*lk-y<*6-'|?]lX%P7U"7aW(ɲTc\<0_WA4([+|')I=0E `·>+\<O|WoN*@-.ܶԱ562 >%m8i ^Zl̮ wsf q/mU_06"浽z[j*1YӐVܮ".(DD0mCL H%z3C ҡw7:yŋPo`-ixh2O ,) ]xX_(}WB*h}ЃsˌhϜCXYU`^T/7W ^8)ix[nlі~~@ߋϋLBu]4=ǧGp*Lstg ڣ x#+ 3*Y#I4m w=Ft<>yIO ng2[BɣCJc_ʚM;Ct6s%Peʟy>rG*{t@h=,7=ˉaP!LM,C8A8->ћIymM?驅 "է 8=Ƥ8 jVؾU~:ԲZUi-.''է/ӖS TŅ+;{jyl/r@WD1/1`}69~eq]e[Vnv ܑ̳B@RB2߈h6g.48mӹgCൎ2T׼U8Qs= TGTlVYn%n2>.u>v~R?_ ͽx Om!džtyKɼPG$p&b)ݢٟ}Ɋ:+l!3|l XnӎL X߮I,@XZ l.Xn9cDX4Al"riS#: $eٟ~EKJNVqZg#{+V5E+6{u)}'R e4 zk  +Н Xd$aBhhC5F_S ]BM у׏ CO251R,kg"L/G59s%m9ы2]dɪZ0oE*m/<=htPY3W5s/`e=4b Iʚwa!@nQ<=0_ 34Լ?d|28 c1笺Im(!>t)=W𤽜Fw:7$YJ~V8LƂ;?ф*ޞǗ\-QX&b5=bcP&]QCsB8vI 7t #h\ @ab ZnyW6(JReN(I}+DԠ#J|~HFv. H qЇjjpQIo%޲'nemc)T$KfrdlQRVZuqc=o ,,[?h ؇:}ٲ7tÔ ϦWb]x)p&z 6Jú+Ul_ CY~.HR=,Cx)Ɉc/Kޥp Õ8X³5ZC>v YLfPvyҬo6v/d$A)>(6 Y Fxsz<53YO)r\B! 2Vb[*u `3|N:j 2( q?,#|'|7 dПG$xÊ5 *x8|"`i!x_ji ~&f^/znG i7NۻJ痛%;Y6j#V{]H\Y. +=| Q+0K+ Umʪ3ϝ #0!+9 ˲(|o /jox0nwl#VxoG_J4_8ě7+N2Kw a^B+-^| ÷Ĩ'm Ά"v"jإQC|`NeڧnL0Ga3)UOqx0kqǟZ>!Zj ڳóedWfZ8Q"68RrwAp܁:KG>n?SpnrX`fJJft@Q%VE>dur[/0O)GqNCcHB}]~*39 T^$!'܄ӋELuk//i̠!- SL"ڈN5aҔ Wp\\ dHq׸=n*e/a;̺!t?ژpA 4VGÚH¦ #/bl[[C ޖ3ꥣYL.TBT`Kth4.K;y@][@.}ϝgCʵ$*ES+p?/(ُ%(c!3QpԅD"^ڀ L |lAe֤a&Ъ]J u nޒ9b>{9 EX6c#2քZkt̽s_"=P+L 9a 7:KT&K[; (+g{Gd\LE6Z4KGOe eCD(N+d?=*OQEӻ/ZjEqD+Ϲ)os*MFQz1]]է]J}b@猳f3]pox켭m `!c&&i2(>:iLcDl6Z\ΩgzdCzmL¶aV'I*'(P.'qS3 7ŷ'&d𹢃_@- (fCt26&?v,D@!~ Oڜjl& :L۠ju%m.+/r|^F,^=p Ѿ9{{Ry"\F;z}'t(!M`%/Jq'@eU%cZ>?Xh`֯s0Ď/%4"cґ_kjOZkZ)B6_1Y=%HUb\7akJ~텫Y 5q8cy3MA q* Jj'\Q,;HnR9`݉hҤhe6lǢ(xʀs7 `;<D-jɍ'.[-=،XԞ1gUgY4a^)u@ _qtTX!vzB0w0Qam3';>WXya3rli"n-Cyq~@Q;p6`x+9cevWcTHW5Hz&VF K6%k:Q.p.ނ9a Ih*|UJ!8^NȖ rTRH:w  -4fzCHIJ2YA ̏={IqN({7k"kWFz"[1+K`p l\ipD?c]dl)!YŨibp&k0ex;PBJ, 0cA ~5I3 8MFp kk1^QMѺi D61T?2f5c婒ޢuvF@^w,4^ȫr~-g<)h[v$(Y-:To0IRV:Tۚ9sO&!DrWw j~)vR31 tбr33g@`GHh蜬d`FN~:U ڲIJ&iNgr>[GAcG=咚وwh=^l85EٔGY '~%>ʸ@.Wuݽ1O.D$08n3Z炀KN=FaD{^i8[^_)F4KyblMKǨ@ܻW-EK $>]-wL?N%EjObY5^"=+,sY Ss3Y=#υڢ k$/%ʇ E= Z`jnvj3y_Cёw=uj:C{ޝ8)>å<ۘ#"hmL5+c!/{z˾ԫN\kݫ) ##MNAេ .^() yG[$uj, v .% *_d'1@P#Zw^x v~ȏ@lԞ[tw#iXQȘ!/ "4^w1y_2u Dgsp?u" guM$ =yr*}oo1;34:"//.9%\5ʧ`;JOpruA3CxOesT=UcLEY'|F/Iv'+hh;^LvݹUl'j 8-\Kz-W|2 Ώ{k`08mg@\ߌ4jVK&PpЙ} %HsyJΒe13nxWƮa[!xFA#';߽!An sox#F%=$A1d_p\!D,"FX.8{vdIފJ})P- U Z5˛tW!8 {#ۈo< khH$:ƙL'+{Y,'ge=EpALd4|ϔ#~bIx$EkʆG i3`\S2Nt\ Ng!0;0ߏMHrXo_Txvu"ŌqajY9 nي <"D$Bu=!~*6DX~̨֑K78E-*YaRpRRRFkTѺ1n/aӌ)bHR~0Qaݕ.z,p l<Hnؑ:3,/#kG=L$WPtmFEw$$F~]z=N8 $ u?A^`̩K?bϝo^0[\ mPcbLjʭ3( )eb4k%l\$sl.:x9a7V nB]^<^rh[ԾE4T3B/U63cou VEXPi.8.PdZ  >  xzyݯ }E]ԟMC!pí邵J \>3x.>;T>I{) w{,?s}܇\ߒ]HmF.K ?T3?ܥߤج,}{C[?bҗM{wpK&2ݿ ZlZ6GU+O0sWZwj]oJxkc+ JA/ >A_Nd|E"MipkI=8ov˩Xg飝6cN/:eQYBbv~&XL Qow@K0"&IfV =jQ_$vH6/9IFf"'nvqa& /Ǖ)LscS7V+5'9)N1>]6vsd%|ilcDh"pV)O*_kY6c,FdX)qow^bt/$xbTMM|k5АJM!u=2'FxH^ R8HMb'yXzL6Oxܴh6p }MhNn ~d\>VmI@/Xת>L6U d)Q)Wf\H_ jw!rVsAk^r3$mM`vp]p$u*yV["67zY_G:Mc,@o"g; GhEysʖ=i9s[pecՓHc\$ =P:-=cΦXi QSK7än%ô=P%q۶TD ^:\A79 n#yM --Mj:xi;16K[Nf5q\eLB:zV+R{Eƪb22/cheV~Id  C[.`ѿ'((F.RWeOu^'P}^IUJ!)#_"JĖ\cB؈QdmSg/m -1̿dv2@]kI;_ɥ7][oPsK_y( @ n#wKJ o:I:%N | PXBhSՀh4H{):=6!+zmJB_LE[]A$P*Ӛ"Vz0L_cb֗va&uSOBf/H}LCfbvbKԘ A|/@s.UV:[Tw- O184x;rCLRMdI7F'A{k( %3tbQ-/ #ʞIP }*}qX  AcǨ]혿@QEMM~#Ր>Y.L[[IVװCPP-OY>2~YQf},;F#ѫ&DduL w}NI8liPt Bb[SWA?|R|u퓣M6p[CZ_SmKg|k\g /bO,B!ȱF$2- g@OY?!e'l)\Lpl~\l苍EN@qo()S/Gd_ist |eES0EMn>بKȣ'~v!*0_;! {>M 9[U$YJ*vfk_Rӷ-iZi Zѣӕ~G|o^1{mf KƉ"qvsJ܂wh~%\OqB1g'r]QީMN0P(QbU-1P+1Ճ\$}LJ S) 3sT|N9T7B۸(FkJۇl6 # L3fJ&}yOh[JpT}dV2wm哜.ѭkIMT?g@w1fXuo۸UQ!yխ]CΔWi/s!RrpD@Bb1b+fj]`-YJ-?{As6r\#ᄩo'E+]o![ǤǡMD7 *^4zggPxs[d oaNGWp;V߇5ij/nqep /@jS;2=}v%olq,}Vb#ZW41-Ira"Py>AK-b%/ V1<yYK[k% z _PH_hbWqu-HZ,\oL?0闏XE"ת NmNTS? qp 'oFnÛH. Ro(Qk+" zXdדJ_׫4b1=..2vWZr䂕eb=󈟈P1QPw܁s' )^Đ٧ %ii٧ {;wFcUI_ G8IKN+h=)K7 )Ch,/T&QT{( hb@qޘUOFaZvqXR2dX^)`<7r ]o:JUTnAsDGSbhBgУ)D!3$#c:t0f;۷͔,MZo3͹)ȅgd֗M󅓮EWLN(`>B[+%D=m4Ƨ* e'U!ͤf-ZZ7Yb2E\Dyr&j%nw+BťulOG,@z|3 VDbU/*g`^P6 +W;pNȄ>r)j|}fϣKd\Am:@oH BΗDу`؀_PHXг5 r+cY: UkfaU|,ʼn̶7 _Ru(|FX.~wЈes4 7 &G|.-(@)2=Lj&+o>UG,R/`UbD9MuoHz jvCƒS>e;Py5GݢjԱd\&z:㔟W3:<`.D\Ww*/F ؁V-U0Ǒv񣷭F~f9R`4iM0o2[O(.Q8٨G6;GEE #Z?d2PK-gc@.9we\[k8Ԓ?:a _7i>;y MjAVdɬjm 'tF|d -EӖv :0 tHMD{o&bnI+Y.G8"#1a^c5!dkRb=kJx#ìF3) B0Kkϡ0X<6 *W@jY֥b؎SIU" {qwm||*{zǣb6|z 8|+9G]2.$iC#Rh"ۮ(O 0{H n^YD&*UU k3ť@g K]1jȤ\ЭgڂH~TdpO@}d;TV܁Q*Si|!ba x K SN <Й"f_FVҽ|8>&'6?ҕᣃyG=Ee;ւD0c H杢Ҿn끢`@J=A#qwNk>9UR,BofXbhaXL8Dv~T0v UjF%!yXmO,DSDoA%5XP\?gBh-j\)/MO,ftZPqV s_>#G--a۰ms0A3R9ns\i+#CT8!x\~q' QGAbcߘ@F3~RmaڪX*m  &Wk\ctY?0xAٴS@r;ѫxwr˰}Q9"V#p [̊H:Q>bpoL1EW֤޸khMZ¯ljnI{C~܋8pՕ<Ǻ*C|B ydƋK4aD(6yt҈z^tUK29tWR$Iu vI9||6x!,TPqXNJHÓ]ݯHFC'4G#~- +L?'z\9cIjkql(|M" ֥N璀ӲtL6ʙAxԢCuwp#6l~;(չ#'am߆rcy76Wku"5Xnyo_D[V0)1L[m7zi`| É2Dg C.BJ(zM j=>UljI;=дqi< )M56DV|Bхl0''|sp.6-ߛL{-fVUesZ>+NG1NЁbiԻ%}'4<Oy SŴ3cj~,ϰo36&]W$'.Ac:oZ)W>ȣ˪xMYBNcROZ[ErW)8̲UrڻKiDG} J3P]W+Qr^qQ\*$If<4&&N>lUؓOioJ[1L3!@NqF}׮6p0oܸ,BԽd(a$+jm&aB (Cxݧ, V29YvmLw+6%ƛTb26o[ S}WIL.qt0z*>@#< ae7'D#󳃵ΌQ::IĶDa"($=GսG:a4a82^1k$Qz }Qn"-"jiP]X'ϥMj8׳:n+tCZHݖ$tZ"9v1WhXh&3g}0(o;f8_Qw/,_DfCg}x }x>$)?ILT+9 Ӳ6 HCټlkndoJaf|AS[?a'*#Ou$wLcI7ײk+vM1R^42,ztC+$|NeYǴM9eI5A"(Ֆ.6;*:UtX=q Mjt5 UVgST)ř'PqWwd /׫ƶ9d Uq 4#G z0aDU ʈ8؂jf{ ̉VjlM 3 vd҉-vaT+$<ډrqH"uiN/U绿q0h4<=uU /n,⟖0tTJ9yaW}c,&N^)#7ozߺD^|l'#sq=^ ujg v`=܋!>ND#d.)av ޷|,Wvbc+}SgkqO}[A*k:<.rEdd\Jƴ.ijog!'nMA c83^V!&(}=)uOBяa? 4+c"[iaӝUv )(-Fk%?QvfrG&@}UmZjs[>b۰x<vX &"CWy.qO\AAR<$k$׷5RHVTo' w Hi8oiyRd'mv#ÎUMfF1;:濾 N21:y CCD ƇmK'TY.LEJ_fgǁ:hQ"8AK49d`GJ|i>OM#n69>yyDh`K읬j G9WSű2$2h $hOJKLKK 236eMO*;$2!Ep\y{~ƐYo͊D`e0#QF ud=xh q/c$^Z4qQk :P/.atXL/达 Ԑ$kT~OOŞĀiUiۻp*8tGr>8QuҰk=U JԩS) GYUӧ W U%Ij.MoThA0'j&\dMwQr.gI 2ns;ll%5 7,y~u-E})D[e*zEoʨ4Rիd'xʠOyP|D)o 믶,>QJ< 0$o(%n.e#?!A.U}Ysةq4NƇⲇ0,!C ح;u#禬Hv. )4`F5*(GOgY2 !/fXRX?JzRٰ$ϒL*ݮ}z?1PqIG6L"`'?P"0%mF9CK&66yEtƀ}&ʮ&_Eucw|0Bژ.[_rq-"#'bLqbTK@28mBr_X#;p/75,UCɲw} '~ /C毀!=,7gX n e+Ucyy{_+py{E GҴzzV껭>H{Ivg2=gsY)ɑ!Θ\$zHc/ىNs7܊#TF7G9gnmot@$B Wq6Ĩ>VCne!$PGG*4V[,=!I.%D]YpE)QO63͵ D4b"OrUxm:܏.En)F;\Cl`tm 3HҽE*4Ǚqa(7+H'nBzaV1{1<х=.ViӍP/t>#ccPA ӢNù0W"*L8Y'4e+iVeFI><8Py5qP঱Ǐr5GG?#Bf$u++ [R" JOdqYSUN8гkո"q1g˩Az̹P>?eτa\^&Gx̪XJ ޳j?Л[@p+pM!apm$ew!;`2H3Oz/}RF5AvcG偵0VoST0sMZX\? VPw0-F#4~uV4ĕtEƿ RB r+jF лr3qSoU0zPI:'FnwBf]N9tcB>xF{D0el\/f[sTĈ%NP6E(0HԺhҘC>coփ8<+YU(e,{@HW95b廩[ՇD9X\tHǝ1j-,S a=#1P񄀥1yPD{][iuzh3M^E!]Nϳ@{g> .oE=xXȻWW+|RTS/{7l%3-KdW*sɒxy_j1;ဲ \D9Yb2Em&ÃPt7!P!hTg>kh= y ea|k=̆y8Tsl"J7rJ[ܰ`TDz(^*A^\ɧ.AH>6"w>k\X-[%֧ۢ> 11-Ux78ʾ"zօUƧ$SKldƚ­d nui[ ls4|9Sޠ/a]VS ɀ4ګ/uU#EQ`}]b+[r)(s)Ô;]G!h>8ku'.PSPnhm΍4M&ƛ fo7b9nvh;~([Q'_UӗSwC)sUG.??xBZT4V :`&c:R@7sI3傈 s}<[_L@ ݊Lt^e}^kQd}Ra%8P?8]Z-u!>j `p2(S)P^s/R0xJ9O!@yl++r{ mxSrufۑZϰ)S@u++E<`!3G% ߞmPZ̕M3$ewZ*"I׋:jN2dj@7<|'CojJj(yǿt^;q*!AewՃ6b-&P/FgʃV"Ԧآ0 Fۅ%Hn$) Pu2Ԧ]5 Rzx`_3 k^NUĕ]Mb׳I/6ʽ/Cò=1ZY>{t#aW#:m]A4zg1l\9ڷiӝq6㟃oTj[Z bTޙv8K=:. q sp2$Rf3p_)͑}-"G7EA=s|s3RB)ʲ Bn Or~+fSW݁H; 2_a`|t© +Y`>% 63nhJ"B`^PF2%HΉ]T YI:}0(Zx5yB"us1YS'ޜ5 t(gEQ+Z߽^_rʫ.iXRc+#L=@>ʱ'›G53Epǿގm+:@ͭ*9ٰl7X?.(S~|fijnK7;ii^e}%-xeQ4kr1`2E/@@蜌h}5c4Sz{Y7kEXhSב`}a!]>>: ${1ƫ?/_]@gmJ rl8ﮉARpnL@*Go4;|>dzHo,ac8f& ]/?P8[5w8+"5&Ǯk ڵc]o.P1st\a8@>&4~KNb|6FJYϢ;>2o1HIC (skcrľ\ױWcӶ:q1n*5Bz*o>VSldky'C Ԗ #U}_u1º݃2[|@~8uϊ- zCܓ*[wOdxxxeknsWBk9 HgM!^U:G!~Nky;!"+CՅxWP AtOQ4OҷShi r ta/3s [X\[uC\fo[ojU65y_de{EPU+/zA]VȗNK_JÔe3fX-w'R,XXd :ウ\**3=,qNfZ@34 Һ Hm@xEsKG?陝 O&')wYVRAtCpuw@D @O13&X^Ln4IcS4k1f`ffV910H*;z)T׀2bY/\72Vau4bNK׾\L=-E2m8Nijv [Q-׆SS/>#r&PFf.F8o򞥆ܹG4 o#ږb}Ӥ&;9Ιf*u4*} uKPEBw[IӶoƽT ?oĕyqRj>o[ p \shc|ֹ.X;<yBKzv4<ݐܡarl)Ұ()C׏8tXѐb>'IGVc%vc Vvco)W(PlQe{%_:ԽrA_x?WMSʱ2im9+ kL^2. 6`bEPbpoltexHb>w\P:A4_oe">^+k`eٝ{%2zS]706nbx KXyt* _ å,ԧ& ]c7Gr K*k0~<L`O7Z~: qL\j`G@!=f X76e).F)=fsnOU+}f :/:ܮGR̾a]r͐#wEOON`~R=F&p@23dB>Ae/`vr}%Y W cmҁ}}yNʛnK/`STUJFџ-d6F7"dܹj`&u< =ZXl-{v(Ƅ_24ŐR!Cޞ5S+7]?VsNJuP$}iQjsB4{za EyVfV'r*h8|Bfys*OjMhw"Rǥv#E$<#KK !d4RKڕc SٍL˷f*l4ɲ8N)&u w,|F0s^6)so4VKQٚޝ}yh]]GwӶ.U ~'ȥ +̙ͤNGwIĂp?{D9\$kO@sDa_FUo}v`^-<0ߐkʤu pkê#gs<5/}IT_a?DZ>[QOϙBr8&HƲt53X_2gb='5p<cЯmx  aNgq#%F>0P9v`F[3BJxF>xaP1C%K[;p߷CJ͙37_.^0er͹(AfQ1qz:yG $ܹ7?&7eukBuXAF$3ޝ=J/UT/h]\4CGͯ>"l^:,ca(wWVVOT~Dkϡm}Q7e?8B. 3C5 nW PdLoO|H&3Ϟ‚d#,B֫eC#V~5JɍF ]Rh]pyEdJE‚V6-`HeT2Ѿ*d t*1ƮbءNj L[Mϖ 'nO2*w(\3 Ӿ+՘p d-ӛ5r5Eβ&} F'pViq},bms>z%y;lҀlBXT6ݭh@kB!.|V44تLfx{Ql\%b.y\Ȧ)MctWFEz<ŭ2A S6JΞ6o" B w`*#0&݇pzRzt~>($ hi\"D\W̑j%;^ƛ.[Tӧkvi{',4pJNc6 pNoV.Co~i[uU=Ćwhj gU|qAzXW5bw 7sxRM%eo#PLis:SC@׸!,p% r,R-'${>8w;y0exp,os9HI :^%\#,]X h'{xp@Ōɼ- Te%ڢe'~-à{N /vXYl/Q}P OMJ.my2ŔClސE9o=}>G#YuHصRJ6L^7'M0pp(@rdZ;5#BaAC t+#\ BQZ قou3.|t_76 yBOko0bCNI1zD䌢 ]bnaK VaFzp Q_f6zȧR&Dws7C ws,2aR\j:,P=M #~B Oɤ2m|' :E <>Xs|RI`6O5 Ghu75#)jB@8j9|$Xç"i6l)e? qk"wiw :X'$ +p#)F0J((Bc?I8HW*GI77e0vKyϡ y&kwf9}t6zUU[f" wUS]9K9d ԝPQֈ(4N B -޺S+]>Rѡ_=.FfGؚqϬ#Ce'L*Cq1zTg|vi#9n%ڽ-[Mtg%Jm95ӟ..]!d~O:LF]klCaQz(X:> O``J~ekɴ5 / [Vʦ;V?"#%}$^·"I% ųQ2AZzŧqpg Vک'Ts8gj3j @8<LEͲX; n:FSV/p'\; +E ^jGH͌{r/oǗ v P.%lzP2T F99)T^nmd[$.~tG362# 7laQ6fS؃)ҽ]J [WUGE NsP?Z/ ,2HjrP'|7ȩN:JP) 4Jh%Wf(Uきie ,0 +g,ENLeEH1 .FI;|iz SoR~u"cB0mO^vz {~(G B´mkY4zr~^sS]ؖKX HkIb{W<$NSC,T NEWbk#d s l3 PxOj kT$ nzHe$m I uPwv1ꮙސ2uqpJH;?ƨ`{ԴFU}?] yedVl:ʘZMxt}4f0􍕫рFZY,V\wwp)N^7!hoX{amD(;$O`bo%9ˆ*6ɆMAνL_iylȇ=،Nĭk (ZW +r)m\c~ņ MǤy9^O:U$)4̏%#gJ$8A^ Fp)&*Qp)fjpa \'5PqQ1à:I,D7/檵ݚPcyNxev8knΌ;z K>ǘ"l^L|EOiZ R4MPc?sEkb0+3M$"G^ޮFlpKF o.?n^ +|j]Lg*KPAc('"㸳o O og6Sㆨ CbQ#g_ENr>hf`9kLzSi^oM&X~gj_"{* e+^a!ۢ4 ldm~}?xvhO2@e5`O$ý{S N s​SXȷ"ʼn&ȈFJYnh_[Utan`8?[!Z N􀅨cDE1vE[FNM*2&iz=6 (i6;iޮv x7c .VՀ.%r?mý6cɉW&\$gxGvE$8PRd{CTr)Qpr\9B*tEv\zutO;&pt/DQ0CҚ_L9Ί ph \kYa'5}827gB'r3OA2 .HS~D oPps<ֲٰ6Um/6ʶu=-{hRP õٌƇxPoHu"&~ła!u -Դɶ?ڳ,4.ӳUpȴTL0PsQ[Wk$S|p!\:i'q*UY@p,.ak[9S!^K0Xʈn nnB.'Rak ^}[ɯE/ pĚ=.^̋ۤZm*CO!+9h&z jgnY= 8FU e16e[ adp78CUKr╂{&U  y5qA2~J4 P"Y _G9j5D?'m!2yH_z?PoJNt"O&B"ޡCIGB@5m343AE]Geei1(:~/ Nuo)./VMZ'HHc܊b;oyd߾ gB`Sۃ5CyN/ GLeE{Q6ˠ2ì*6RσM V^o҆P& ͋DPKQ*w[r=@6`5u*5hMxh>Ffߪ;5y7ʹj '60h;@ipx%^0Rhl84KHp`e\f3)}. GFAQ(czvzQ#8u m?M ?{V=cu~]v1o"<=T ,^|~A5}(DIPȼD%7yxFW4$tkk.|RҸ='|!/1I5鼾pYi @BL[}(0yEK7ʯ`I6˔ec3?ҕd[-)n+s)ocygT' _}6.ui) #/H( !.SPAhK2G!~[JC?9IX+I&B܎ҕFjqaiO!ZYDYI.?2)k?sCA7AoБ 3clu+7 ,Jӵt^^4Sow*z16 JXXpewPAWsO|ܞ+YRW-p _T{Yv+qX(-Gߌ\qL Ϩ!< ʹ{ī196kA? !>2B AT.)u$dVWӸڰ7_xL=[vHȷTXEG+y2q[2gwQ.ϝ/p#]SoT~UM\eH5=@D.{j>s*5.˓M&$++a80?X 5!G %8NEmSM}N !R)k7'o*dmmtbNs>LM%&)5tFͅ gu3"ɺ}mXt7F6V2N1 "yP HNŅ|f1NgAG+jZ!f伟frڽ9BYdf!Ճܩy(J>Cu+ꥨzPuV%\DߒwT]'pOˎ9% 1Bgp5{\rA!Gm0ȽiQނIkFF1Ga b>\ `"9]×ؚX6LKW|"z's~^$^ <7Kд4sBQ1b:G99ESZUKoV0: p TlD@s8'~Z _:M>,bI{Z5g*i%"Bӗ9BvC Oĸ K*Ѭ a,Tr,!U8єǵzQO,t29W[m(6fs۫9 s Y6x)KnT3+D!H'"AU״kTFLCdH*ZH$6Xd͆u$#`Y@ $#rѢg^8sxNaZ 5 4^G~ 0"HM1{%UrzLdV.`V SljlE'LsJ)EY<߉X88Mǰgg!\r&r#OnA됫:P3\`e_x]!\Fǒ";prm-_%&fĵa4W-G?ah\6 qKvgۤ sOa{@HºUM/q.suWP̎" K7zNPllpkd&Ѭ@[HMFSe}^B9Y~A@VzFeAcY0@2B;~T'Kbrm>FtgȴV ۡ5ƅS='*eGFx-a+m)Em>Ff@ngc{AS*{zPD Ke.I;cya3m]lB 0׏Yc0?;EמHacLƜB~B.wEj: 699B'觗LcZé nzQ"J 3Zz$8Tl'k\趥O<M=bO^z[i>yMs%F'c8^ pDMH`HEQye ;-,*Z"u_zj c}m.tL`=͊IɁV|D 3Dfd_A0iFĊܳtx!b;L0"GV >e(GhBAͩ >b\F*W_O mDZ8rymD_8iJK*E2002(9EFK=A[$?[< d/Ni9l`u{}')B3e_)cDgK.#Bjn9\I[E~"#2'QD4r&&b1a?)u]0LBa&&NF )ġ3!$\}n磄~Lxj\.7Hhӣ1˥/m@j,Ʃ%0 q8|K A$G]T6{f4}9[}>}1V<¢eh>\S"Be\E\ZxP2Rg*jК#6d| ^x=+b|xUoqQXU `p,7 Ӫ82Xp&>H5=g\O>=nݦCgj/=qCܠOuQ4| 0eQt!qK;ϔyU1EU PWߡӐÿVeZ5;GOx,R@4{zE,ُ#r*>\K= 0,wX~˽"r@ PͥU՚d%]*Fq\7<*'=,V*&vH u1wxv$}&]#} i% vpbsW6=6_jx Ԫ%5}p[&OϺ*a}IE{ :Pc}Q;8`̑)XQA^!_691s !>sFn2KΏĆSX13. ƼM9%U_Q2-gw7Y &V`Eq@ gў0OxUc7HPg3=K=Hl7xĹ!;J76ӔE>ؖ=)V5Kh+1A|;͛q7ÍҷL/oHpb 4ԃ^JTi,6jgT78}&tr;wK^Y".<~RX^a[i#f^/g\ފEpJx~JK?;ԊjATwqϯ//8'd$"Q=\c@Z6=UX$J]>5@;)~ pG$7LWcALMR@Vr=H{:Gv44AJ|I_ R/AHc=17/b΄)L B LTRk;f4Qh;e'SuȱF>ת"& &rN%|O/^Sicszĥ:ʆxw-'R"wIiix鵒?e_AN3TeٽMY[WЦP(=Dc~SX۴ԙɍ15,~I@./SOB,@h EW/!$Hj4YhNOL*  ,&t]~ų\XK/pB\^niWT+Ϙ+Wye*{\mO;n4_Z-j!D(Љ56"F9*щp9r6BBxQG0ںy1$GkAʜMrga&YF_xLmdd"A %?v&J7Em`%>K%E*d+Θ%IO<^"A[vDgD,H9&(.琽Ƒtx>d ^@"F*/(<.uUiU(ϓgtď-j6f|#Ec * 4~OP@uRr8\ ת^}"RC$΃:ZD-  ܡ.;6rH>g4{VԠ0gMblK]]SR)G+Lt];5;g,-'0< 7{XV1hX2-QN y}ɼC}*|&h-zJqd8+M1bE jî -b2[FI#^7aSSGsW5ԋy)-7jvm[zg\Ȍ%Y +&.ܫm^n3K"n10lՑh4Ij+WkCxBD _kO}6ooLhPϖ Q7{&/{8F4#cP' F?cnvs2uj~@RtD۱23+XgrWdqQC и-5sVӐQw~H*XCfbN)F%LOj[5LҶW˘jYz#v!#:w crRʇ-mtɘmœm}ڟ3"9>މ"z@"R@pʼnt-ɻw'*SC)c&=PqTm)B|n/q` 3ɨM`kG\2b]L"T ~MIM&JDޗ&.H1ʯS>e\cJjs _s#0>Nl۝DLeEʫѣ.E>jqhUq2Uv-ߦW}|HpH7l#CsH_ޥ{2a !.mɀi b/^ !\{M!k(Z]'?-cp'?.~d2DFtQTٹ 4=Q伟kl1ѱ>CsNQ3zg瓎~e%L8eaG-JҎ&3n#IOb'<5S <#+[`*rU3z֮2^ hGá䗀`az52V0RЫ:.`Ymֆ0Ûo[эnt:',ۂf @+"{N_ڶ)IB?ǨIٗI^bTT ]( y.)U?G/): F<~d\vTjYBQy2Hz݆(Pl|_lB"Cf*`#^mH]2{6y%4ǂuD*d=&v8^ , |ۙ,v:@;3nYL˝ ɷC`d_ x5N\WjS'H&f(F'-0WV\[4fEt9$ڍVkonfW#uF\F8|ʯЏRX zh'["ISD^u5`s:k;p<IØu6gIv H&?Wl˃*諭J&HXmtn1$;/L L qNz~xr+vtИa(ɘW1,[_U6^;@!͠@A6c'[T ;dS U﫚k/اxH+͎' n7|B:LJ`X" Z 2\xi.b1jW{[+tFRƆZ[lSL۸\ES,10Fr ON%1K <`;SWp hKg+Ok 7*0=qzCx'E|b('7W8$XF,aćg#pFu7O竄#ӕ_C@u!4zQgS_oU0ܡ8KJr Ŝi<G6Ęcq͖* ihWǭE2<9vG̈́eۗI9eidpXf㨥2 z3dNfHo3KEM<]"EH~w di`B6ú@Bt>!D1]+ZC ¤P(f:1Cs=hWM5۠67tn7 ߸I.8*G 2޼S`RҰ UknFwl{9X7%qg8p]GHz{ᄐ/im*9PЋ[D۱~U4?t Fv,ibx"cRW"/xGr2PW;ܾi>Un/cА-6wi~+5,a4;o}R/KH?ҕwV;Kc@e /[q"  n1j,|'_>*6izA剾Ǯfu69^)C/OnB&A & R:֪R r 䋢i_+A [/W.p#eWCGNb[ J }2l3"H ekroM,ɏ"x$Љ+c ` ;ND[y'z1NZ[NyԟNf+H]8 _e<{+≵D3 9N{Ew&a=\e ~_JFm@<=T"JicCpz`]\- 2 K/{JdR Yy&)c@E5&ĴVzJJ)=A.R)*G~? .6l l}cʹyTLv+{,?Z&lY߄٨"D+[MEÖA =}JC܌B,DP\eN:N,j܉UZ/yG~m؞C%ev %Qq|]3T&-oc z,g(W(i?J?o@XnVkD6~ #Av4yBoܤa01NFԌPhE3"u_ho/d*b.$ѳ+Z )]uGS1IGQ':Qч bW@[ h]tio֥|.1#SR<\u;DM[277y)X)7 IB71+l$0ӾP&(EE1hD/l[UUG3KHoM^ߕ{|9T)|E}±vT8-Z@EIbCʘW==јzߤ\xtףq([چ%Ѯ1}ko_FfIIs,W#~RV#JmL]$!̟j(Ÿ%ߕ~r^qu=ď٘O?@Xr_̰Կ;v'_ BH cDg=P k0=@4kf#U­rĊK^ K _E"h,0adt9\/߇)v۰c6NbEnXp}3]^4Q^^-taB+rC` #7{\109VI<{鄯j) [pگ&F7\7nS!8З)00*lO: @C&O瓂Xr34 #G(N`ňet k_1KPܯ&`Ū#1@l7=JT1XVAί_b@R ^A> zv2#@W!,Jt 4R&<Ƃ[BA0m̯ ӓ$&8qnc-M37 `5 =9]LHkȻ<`f4G'l ]G`W7\ӥ銋WAw#`72oW HV[%䁜R<BF?aR(]wxxc!п罰D~}RM{&5^xX3`e-Vi&YGp9St}߁VkXxaP6>ۢⰒg070k.?}&)dst ӅK|z*\\MRh4JFy#of<'gcoQ&4ۂhrZ2*ȖY '̉S0Ӣ=_|moqEJNqe#MYW | tz ĆG ĊΔoN=FqtѭxyJF|%T-BDtݩs35p@ c KAnqDU='E2Q7>Gxj|2cNaC>_Ѡ@IUkJNRA7Q\ |OQ(hZκXDRj,WO+w2_2Z%=` X "Xcv ޖwΒ ;ˑ!?;6xoGVfvaD 0R@DhXSlZo]>P D=@?nn WCy m5k8ҩz_ ^T6T|B3.;ǽmϋGƳBI5p=y7e>Bqf˲iY[j'_6 XuAFJGdw+dט0Pyzo @~^7M?֔.ڨC Mo9Re'&@ q\A1U 傑L,| #vʒ`aFn$IJ,uŅb0J|N;mBOYĊAv3ayO`C@M%TD~{SWxZq]'b,%;/7cc$ֹ{_`0n+ H7cn j C'̴OYptgC)'X-у_Kn?? c}l/boɋIxz:WxLJzbC0.ąK-a&̴ ]} f_H|x<"_M80?<*BLXg#ehUӱ&j3Fs笫1+[$%˼?ӜHF3}7^!*Mp86\}#-# ,ܯл_ NM !ob38sʛYpHJIs^>{irI"Y |ճvUuHm΍ǥI +.-'8hC Sc8u[/?ɐ[L,xAsS,<ѻ,1)0L>'%nf2]kC:ACӵheECRz+M#iVЛؗI 0>OEElpO伾2)`'-f}. v^bsՠqo+9OkbDמ9-9Ȳ20gbX`P֭),Ŕ4NۍlFD|}~QvG1ⴱU^IYl9W](u_9 `b2xeKjҡ~4 qF{]Nn}$M ns7F>+2+"$'55$YE ţe&<\g.L=HH9ܘ1hmg6ӨNF"F#wLfb[ͺ $;^j1ïӘ}LOA .+}#I.%MƋnzu;k r %#8G TOBjK]p0ym$4v_8Id4r&T.@H8RwOL`;hGtO *N$PsMxCoXhsw (V$4WJ@#IղO 'xa-&U{A3iɷv~<~!]<4AM_GHo=PNV`@ q Ætࣂ˃Aj<9Xa "7㍶FŨP|}^h0y`ߣHJ(pyn(X J[b%{qQ&FUk=W]ː ?j3)j$b96Kb.I篜TvX:Eݙyg"b1vLYB^.vM lm9[>B+F-n|` 埽o| ^ӱ9a3 hc5]ڕf!3p֤}ݱٽgņ ^"aX-EkQ->AζUZ%xWIR 60Yy?£~##?M bg+qQU m8cM;mhV}}{_{==OQx/]UoDxYUR)XyVtRpVi'c&rпfɡ%Й3,ey"YaU7VG\`pTǁYegPe(ŇS0iak=#TYL=;زeS骶De%?bosOmKhX'iG$7fOK<\ )X N_+P(%qum=rl2K6Ҭ`o:~w<~|.߅u3 s;ap 67[98[qސFCqo*愎03oH[CF̈́yu mJb7/v;}u&[k`?&0"-fh5dmu:Mۑ$ȨVDJe x L<Ae^&^(}խNBߟ#IoF- usz'WÏs.jSgekJ.r|Uۂ`n(׉tzD0.ɋx! ᙔ̡(  oj@h@]voGdΓ; ZE ժ̂=jsOc$VW^^;8kϲnIsuk`|Я.b<&1P#=GFW%p+psEyF29d` hN1Yv܍OZԒ`RG~q'GũcQf26SY*XxVE(P?ɡ3NP53o15ϬxyǝͱFKVͺZq"OK릥qtY.3J2銫J%?y'Q5LE@4/zWM3EN?8t`)#+f% =xQ5?%p(dp}DF(ɡhdJř[J$0 EMx7!O6.#IIHЕ'$gUW[y;aؤYc ˨ U<+>p!s~ Bĸs4˦uD1{9`&{u\T8UeCbxhҏ9̶1oC|!ћL]l$[ cK$%k<&%] nB>=K(Ui.Ίb^)8uu(jj얢W~dKbu-UO䛄ub52o5(r)AIh=}֡v~'oиBѼ wD[p I{~EgMLyZ]`WXb^L3 g{[Xۋ.-%H`[x4<^- 5K]؃ur!vt!ඓ<-vp:h>ӡV(ص)"W]r Y)6K΀Q@4>pebs(=%Z{QC< ^> _ D} lʰE|JUrKld7vCԋI=鵇^)瘜]W@7H&mɰ`٪szj*Ҧ#Gع?;5J$ Q*ß,pts B5ƭ&guq `+Esi(zpdy7i%K9p|w$o˜Mv>AN s :7`5;0^V_\Yu?MKZxRԅډ" $XYNၰ/mb5+ۙۖ?E2S1F`HL]vfG6b|Z¬)^z,x%!ۧ+ +L%˾Wt,p\E|>{ěWy/Fg9e[C#ѳO;' ZϒpȚpfY- ׎sr AO>-, O6)fWaѹ"NP:1l{m;lVck}Y1d_1V tuˀleW|! xKݺ 0{~)@grJFk|2 .wukOH~cJ1s.0oC{?VAwR:`}u}˺m斿} ѵE̳] C/g:gPi a+ !2k}(Ûpzi<*|2^ѮE*ANR`=9t!T 98OMjn\ 8/woޯQܡ 97>0;ˁtUpM'IN? HP :#&|LCq~abC:Ƿ-9Q3ũ̝4cLVq1N`)vM!] D|ߏe5rQ.B)p.p4G(͎c5v_Rnr2qr|!xsX|^1-k}yj$~__cJ!/<›<˅AJU7a7)9hZ0D_4V"3]bBrr?T@*nvl7&/a5- K%@Tgb5IT  f_ObqVH'm]_7z(4r+6#G}jaʡ[JVi~]_,5@6/m eEӰpdSHh !J3lt'EQO#}K b19H-Y ? M(VA޸TAAp-5%wߌqTZnhEaI3fvW`ӌ)~2NE,#ꬳpMHL o[p MӬ g^E[nuSFe⥱:;D>Db”AZ˩}Y}G7)3ۚni\Rj!D{?v)`_T55DxjZp5CcM*>n,>9i>x6ݞQ5?T1EKdu7w20UJ`CͶՠi1_{r'"ɳi$oE؎qØLt0g#(ֲ5PXyMfTIϮ`283,t8{6'=_ӡRVŴkb(*mAT!|@Ίrv8LiդV0l p\We;= _06P(i8BjK_fٜ,rY d_9~< s|KBz#|:ŵ.WS`inЪ<hԢ9|6vK 9#>[~\]AOMʙkYLJ1-Rv/k I`&v:ŏ& Xa:_# GAw-넭0'6 ]~؏B8yҒ(b1+1 \ICDr|xO=F'i?N/-Jָ;pu Bnפ{ksJeiU&p$:&ۭu ㎔#oe}"lICgq/{ ӣINPuH%J7}D4#Ӿ11Ă?вbE]^{zp &є^4` hB|A1 /iݿw+Gx%v>׀MP7ǹ[yFG*~OO16KUa{VgpvP6> P kz|+*Lnr!#3sNHFOϛ(2ޚZ`X& V{3(Rp)nb4:I@i_X2&OUquVDp6K_,1 R麩ױyUEJ;Ejb b(KTAS{ m>n6V]"`mW>~" .YQɟâ]r9xشr~B'xn k'>qg+-Yf+-q?o53QQ*$3<˒*w@n&2djUItEi²O@\h8B^mT@p/pX>my;_بr04!Eʘʨ8;R)n%C;|Qh~q#y?~ߤa] lL MYK_dAvн:G X%u}SE$X?mKL>L1K,h@Ltkc-q;Y?XE#AwRU_ƺx .0oTuSO(|O+ r =`t/Nܩ~P ;*XFYGlJn &^V[kؚ=(056 |s_FH󴀃9Ik7wUC&@被h7gcALqȦ:`5ȆbgJѣ{|6fa4mQ"z=8-:cx1f xBӞ[˚csҗzoRз^$*,)Xhr1g<>:<379 t:\O-삍W.C*ǽϠzM3)6&#".@4@3\`->b`:ڿ뼌y0YϒW5M>͚G`P¬M Kuyxx0,]m+谪D̃ARuɧN1՛Nͼ>iNt3|%;r(|R eaLz;~=\,8Pޤq;~†W/hwFѓ캄yNyixqDN@"ʂOʅ\_ʩϹYzJcL崥!A}JC.PT% glMhO= K^H>_uLcځ(^V8ǔwQ?'<=;}B%|z' _1jv*, /v"2B}O&u^DXYT6o<|LLMY$AקǘQMyRoGrf@!Y>'T[ug<=tBA dK`7\h z<̩&TĔ+K-XζRH*sپ2B7!Mh]$Җya4\qwҀ`i{GBR5SZzxutiA6¤rG, Ku PD`# x^&?cG@wDl !`S^_%Hj?{\b^Eą:r-T[D= t٭ǜgTnzSfP18^gSwD:/Scq\zg1ki-!} Ez1wI,('1yDe#H7=]U?'mn)$bih"xX _aF ML^|Ň#݁u i 9Ta69pB*[hʍ#}J?;WHo(#̬~&wup7~va.âqnNOҋc-8Zm7Or'Jްj+R_MNHw$nDTӴ. Hm {#q$_bs1EYl$Oyzq=Wԑլ1JzB^F]0iqhF0K;:RVh. ]xS%;8ӿ(&`rTđ>uy5r\& lv?;2K4ra+Fu0?'"Ftt2Ygz#O08y+m q>yHtd|n`/%%HT|L7?}խs݁b$URR7MJu}tݯDn~80b¿ rWȋ԰|kvj F4I〒"6҅x Lh&|vB-U+=8QMWE}~61N16|@'tJzݹ@}Vc&Yo̫^]r,+‡ujO;6f@ %ND h)IV/Eۺd Q]KuGdu줂PN/UA ^#&7焚٭&rEh\*BN[-jԏU91ecxjmkul@?;C@݃3 Ci^M𸚳])14g:Lk:ïⲅ2wG&Jl`s;qZ;]>Yc[@L8n>$,?qŵ В/Є`SQAp&$?~_s)j!6!dƹ樘/=^VjVJێoߖuGk"x~K*W{a0C,Ŧ>!{g6 ?y yrkG~d_K|ÔITDO>F3'eD"]R7FFb 铝6uJpCLI[Ԅ.(O'-zI?D5?yHx;uI@K ޔ-o79 {p/9WXh=.l* fN@9Rf ik]5t+u[pR/7mF[1ab5^ r ɆzVtG۩}6HEWhe㻑D\N:q[ha>z4!gIJˁY1é8\fCԚ$fW,x?AJ2@k:d)pdXH}|E7HKؐA.oZ0E:q@Hei|Bݤ"'4ᘠlNpf9'2`=s9k28 x gțB_h-T!$$wBB+ p4CP8lL@tqP\qLNG/x3qysBfKR8흅~%0:p"'[  %˺zWr[Pp7?v61jiu5Eܛ|1CrAg/MkhOD\WYKrvQn&]ZzK?i.9\.Fu{+zqqCAH|MD5 s ~PiJO 9= ձ<0N9 +eD 2Ð6Q8.U.H}ԕ\Ġng@ntdV8llF1 jB^4SP7a=%I8%D/TDXj2o-?[&sn"AƳJLE CWJ-DÂw5 *O$:܌؁NF8ƺ'\y]#d6HtN>1V[5# V RNRߑ 9xrƐUN ;2KZyOr f/[A>(eAfYkF_iS"5SŴ!뭏݋QmaCɧrƥo FnnK0bU⛟#[i]ms&a(-'ٓ~PK=-^؆! d4|~d}Klǃ͖B o{!TMONCf6dbf5'1P-)0[*̋|{6Z@9m 4*i,PwCDV 2m<$[!_@pTܯ}p2N[G)J\mf9d߉}N Kb $MF]&X*j&o)}?IKZJ;VYx"+]1Y)%2ARo?G>?!Y K[obG,`[ Vd;A~-xyh@ $$Z&¢JYkY* ˖ɐ\vVpr#A4_<3ef;nvL cL ?/)WNؔ-W?3O$.DE*lXY$+"!Jqwi礂9ܞ^Uw-KtI񄈭IFr=jg|J0!a|OJucB5( Z&]4F{D*%vjfpO/g|sƖg>#^}\I0I=h (HLYR4:2YF? g )mPU;ό4mEOlq80Հ^cU)Q0gJ82f.{߬W;✠$wE(OV1&`C !OKt ~(zR rkf 55QjqXy8:lgɏb:p->qo`4TT~AO1NI^‡ZsM4%y,'auvQwLC5*#pϢAQvYcdRl8Jط7ŐYn6ŔB"d4e<>QcHp|WɃOVqv\!8Y)VGyӋY9dL#2)L+3SxC ulaoVA)pS]mQnHUtwtdj(bg@/,ٽżgq>λjF5[:f徏)F5C/_Ky2)!wOBo;!3-ʥmeBMc [N y9*x&`DD)(jo`@P$*ǀ$vJbJp[}ȮVN! GEã=vսgRbG0Os2w{Xܴ>C͡ov˾<[bv;%ՋqUO2wdnFPb\P9_tÚu:[Z%J[l&(Tn׼Y8 jn{T͇^,h1_ Zh(R0T\ 6|8Kbu  ̝[/]֭xljI*A/xL:sqZHh :I blv\5;r}Do ,Oec[RczC̳Lo"i"]L4^ r@<Jt>T&nWvJ'w 4ԷWBE4z7d'u~ "6I]L&o>()mi(4,% rCt7~\I+kTdPF;"'.*8,L[=UHx_^C FjG%2̕p3@%K:L/M\rW>rkTu @ z+/~(ϰ?n+[f)k(Z¡wp'} \fY5ۣ6$SKNQAdܧ4|IT ^WUۇܺ|=Kp\bl j#d7@Ty}^ct<;E53n +|[^IbeZ 0|iIm`Hc":z4:(僢2+ᤆ #x9;ʵ]=x'z4TfM6~޿TRK3nIHf '|0JLW5φ&lMN&^H+iȍJSo)V͐ zs_b=Z?{~A|ᶫFnv>y4QF޲~X03tX@vS'Fd3Hsk4q}U[_>5 0h4b<04Ts{:4rfǵx /8~U@[Y4&$|s٧H4fJ; ,Ռ>%,QBT*gMj~2W? .BqR,Ο='&^NKNSG5rꝁJGθ`U8 9!ŧxB129/[P~}N" 'ӥ;*˔^@ p_RZB\pnaC&/8S_ \d$ ם¸a5\g-wVƨ$ gIG0a}XZIǗBΖJ)DyJ$-n E:rr!L&UKկ]H ~}=y|?+#MQ@c|.H>S.X:%80@~xkw2yy &GJazdnz|Ǔ_ 2ME.FW\`MmѰYKܨ/Q8*޲ǣWʏzwFDEYg tAء^} )&J"G$ѴTNi2đʻ.lTF-ܶ\ƙ2y9vBfm g3W cDxLߣ9Ό[֫6IOau6wE'tVYbЩ(i5zXP1I#m͛Ԩ[) dҨoݤ_g?[>iG4!Il tU̎NiP71@EK#LL"]l~8Cq4Ǎ-G1T8 ʗxr?F˒d!994:n]>tb"dv`gCٕHF[4I ^Hƞ6m`Mg"=uRY_CF.KZ=6Wԭ4[ O$A/S,/#廭uvitl>(C[r¤fM1)X*s:SHWߨWRQ %0 X0SkpQ3ۺEl"ĵқ {<_k]j`U[v/(W(iw+[/D zS0: l}aLlo9l}Y >-!uGcHNfsvL548|;>䁜.VIhKRQiaG_)vK!Yb% Kヱ)$pQ݄D})e/+Th\K;mxJ\3mc1upC(] lևPvїw;U<-HJv^G{ 3@|"wb_iFK(En#>>kq6,gXLaD0}qo\5 k,G#Կ/ =JWұj/o%~zc瘋_?5}YRx{ZsBUR=۴?huCX*Nv2˒D84AOpn}7{͒ڕLH#`Z7e @ƣ 8>hކry!z*2ىmL&?bC|LM.Zz$J- J$IUl#뮄][:nYlyj䚕ص:aV(i㳷Wd)Wcoa׽hGpBS M?ՏPY;yH7-/]oLr` lbADS ׶VHDZt߹; Q[Ci8(-Vv ja߂Z?6ׄGcpd~&j"fG0 ei@$J\O/s/j`jEcԊTĿ<X2׾Efs\>ܳF;`zl.>v WiRW*kB{sĩUa2JZnf׍{p敤FA?`D5-t ΅)Lj+d'[dV[/4ڱ厮˺5 `*k+`"Y}zT_-sZqLH 3[FQ#r^ҵ9vsösE OXѻת0 |Y"eܠzh:#P:\`lQ`ϵ3R̟iEPy^aVfcȥf G/ê*vӣ0xъx>y\+ARN|M~| v9hf bppG:"H82}˞So 'UÖ|A6W(ֻُݲ1KU^KjiA$`B އx7.1eՏ܏NC5Kr w 鶗muS2ӅG>Q򒰉֢0h\%~+05R3g+B6pqd3s˿s 2 aФ&⺚eqSqH W9szn=7 ’{5mv~YI3Mh{s'4 /VQ:#%GxT761R}l7h~+y'cM}Zi#@Umlu-C5=6f$s6 ⓱KFύZ 1@Dž@%+Xُw.,tm_%ST!b/#OVزxv6& =٣dV$kĒ3K9)}PǠZ7nf0䜤fw(l&,[r50OҪg/ھe\N2?ܾ$~ʤ;J<9>\zd_'3ȮtdR^-QX\W&.aрMާs G%.qWet G6,kj-6r,C /l9v )? xLB|;K;hn6:w#F}%nJ߁{τfN \*Ѷ8i& FCqqr٤v(OҤO1F[YzZMIь>>Ƨ <P@q .V_A*5v ] 0ՠ{|ݺ rk <1T Nkfw/;OA k] fҸQmj Zb!Fo˓te qqRk|r JX?L~W"譃OJW^J"f+$"կi4~nxg/8G(aQrHA/JYD@"LXkߏj{7;ۚnϱ^iޕ|]&/(-L|5NЂOV'+gdތ #"6 cs@]Г^C=j鷓>F7fʚ*AXiuzxEX5t89 \(e3SPԃː%h.&:2> U|Mt^XxNgL+٦P/djsܮ$Ϳ`♠n7jI]MK4AtyE>s d@j9d޹c$٥ Y*'@rbRN}TL}Vb&d+JsyRNug9|?`rXք[$Ǜ,, r`\=={{@myf& ~Yg@nQXzxxrn<9묁jDa@A9MA-d޳& CIG!o! 1Ut)aZ1^Ay0(g|HJ*K݈ 2ZW3YnG#08J)' ;$-&e26a_8"{6&mBM&:Qb("6P/ws8@~!.@%Pw(~#e1Snm"޿Y| CR5^O:J}Zu+j_iIZ^gՕ SeMPO&o-HCvIQω$4:`gL^%Djic!E]ޜ1j|{P 2^`D+WjN\z28 ΧhȻNtހ.`Kg0 + =gVH ݺŐop>|΂jx^8DH"83tح+|[;.^??>sh^Kd+O$|hhMĜ&o.B#lt$22nN4(ko.Ci?襘ҎRXc3X~ + FG?lwH0EO( s% 7Łcơ!I²3,.yWı,p㞗\`6ݧ/K"$x]ƨQD*p(`q-0)(Ҧ#uY# 4@*ꤳ " U޻脴ѭ QVRMJ{ k%RӢ4IyMZ~.AC+'!+\'_uorV[J0,Qp(dƓoMYqJ8oׁIO +e毠5l5,`?[$kIͦI6P egȽ;_ 3XlvӸ/iQⓄ*,Ö}`vu 0Sg@qԵ[XUIr ۀ nud {5w߮{}qM>h`ebEL}lsW06볉1hl3L pG7_ -M%jBXu\*MC{un'DŽU.ac ; gta#/YmBZYn=9/Mn*Ř=!;wBKugG ڰ>c]E2 /EE,9Zl4 @"q!j^D{:~-CǨ[Oզ%Áo'_UTKz\{+1s7v+hחI߉>v rpp21鬼$Oy&Lyh$"l UCVؕ|I p8=ձ I5i<|ֶȤfo6Vע!l쫘E(~d;.ļw:52 _GL:F a{ \^#S%ۇ= a_9Һգц`;AXC}U6A.Ҿ>F$K(HhO?D` Uح+*WkMj_BhI9%.X¹r?7^ VdNm:< D$}~ >Z '4o?3SQW{M(CGٞHο&`Ue3vHKY*QtnāAX"6!N6}Z)0G+g"al;bk% Ky0̼..Qכ{RwRVShۚ._HCU _yW5&= ;kɗ%»yI ~tД75y aKc_ %A Cl8N˸?A#;Zs0Y١ם":FDT4bcŊMT0KT:/y53 -C{T.zˑ@eƁF:qԹ. =_|;,|4S7,8شvh{yJeK>`Zmћ#'?]X|KE \=u/@~m1kO0`.zY?|]GP*mgFBxe0N?1 s@7xw]'D7}!tXd$&b*UAVA[Ƶ]Ocq&LZT+1b>lKi?/A`z1u' )e%jلWnUy TY?i%>2>Mlxg0m)ܴhy Zy[2GoM,)'4Ms0Vz-IW /j(?g(;َ< )YtIvF^]8Qe媕FYb~f.?q.a\էUP΄rj;xqX |k8lFEV%Ǧ "JV;av'ƋC[X`w=1ϗv)hb# դT T0C#{2 qӃ!q.] HŃk?{>6hL[mɇyp:[1<g&/|* SN=89>%+cФz5?˭05wZי6*JI$f翷/5}DoLgwE̮#|ig1%⹘|{Δ UC8(K.wd1!B&;/K=1\G4֑}p@4,9XFX0/]Z"L8EAkZ}"f4uyN8:QUpBɩ{ 9%v+d\34Ӗ}{ן=/. ($-eqHE N1jJ[Ӳ妊iJdWƃbuLcN3Ez?6Q.ns9ꂯ؈' ,aDSq ˚,lԸrH m:kݕxH⦹N(Q Pt7~x ? 1Ɲ{%N8z9s'r;w;jb7q,6a>뀁t.d7іٯ^j{lF1#ł^bՌ u.q#;#@]&/( 'Ý'ZvPRrNڤfar,jMMߏ20B`f+G޳/~qY(Y"Qݙ Z}d!%FQS'$W!z\}ꊩV.8M؆VJWdP׹oYQ`xmgONxiU\]݂7:(yҝe1PtϪ3IT5Kz"LH 9UQz~ăe3y xNБGc^UPdڃىaELvkU<;d0lឲBgzJGi|2yzqny%a8 1҆+w6( >4?|arJYl߲nxKQ$9 Ks Fc*āBRWP1PT@I RjJs>S}E& Dbh &ѱiB2e45怮tMddfU~n8Zj|na74.JZHrCÝ%J _# Y~]MmZzh N]''FJ9;uRǪ,QojY4j?I{˨=aD44C:Gq0Ԏ8ofn*_U yYG zrYnzVN)@F}GY`y"!{|C11J5#D՗Wc#r4luu/{QݿcQ{:[ e{|{"ϜB { wIDmNǦ!נrS&ܧ& Xڷ&l49\B8 'J1ɝ"QMZ4\-#d/{\`~S?+qlOiPl$N5ks1UV/bҠlDor[Fǩ'Z 'rʋq&AuR0j! Kx*2ь3R<,{ D=]E&[7ڳW (7o@F贲yP[ TB6Y;Ȥ␄MU{+*6F\BџYvҦ* "hG0qJ^ -0ˉ?c[2?>|x֯IpK x`|1ƴ1Mvȡ%^9X6)d_ž1,N)ZFf*~ sKLqR " g8"TͲo5+Xڦ(Ζ)~-fM? qfj+#<\ЖPWݧV꽀*~-G c?8yFse2x1 DF CݔTѹgY_P 2I@.IݡLaPT$pd>)