go1.20-doc-1.20.9-150000.1.26.1 >  A e p9|d6 j^fBv*W0-H(*"ϱNJ `1u桨W򝜎Ni/EG`+'~G7<}!4Bn L!\|ac݂OȢx%4)hB؍4c$GR˂7-tiL `ڋ(_ jGfZ1uB֍Ucf7JU/8 #\GTNlDEt':d6edf18022f3699e066dd7da17d190bb304e89f12e49d9e5bf4181d77f192a77a1437b2da04064ede8bbd701863a405f03d5fc010Pe p9|<͸W4"Y}AS+]Y  $󪇺p_rZ aż =rvbϲ4Zf0:6|#ے~Tyd1̎LfД t$3۷ޣwkQi{)?א/QJUTVT8ۉt#ahMXr@?ޤ;\hQ\ˠs7}C%v&_{fe&Z !-jzilV Al>p; ?d  " 3TXdh      4 y (8(89 :F)G@HTIhXpY|\]^b$cdFeKfNlPudvxzCgo1.20-doc1.20.9150000.1.26.1Go documentationGo examples and documentation.e h02-armsrv2 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxaarch64Mh>i+xe e e e e d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.9-150000.1.26.1.src.rpmgo-docgo1.20-docgo1.20-doc(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1e@did@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.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.20.9 (released 2023-10-05) includes one security fixes to the cmd/go package, as well as bug fixes to the go command and the linker. Refs boo#1206346 go1.20 release tracking CVE-2023-39323 * go#63213 go#63211 boo#1215985 security: fix CVE-2023-39323 cmd/go: line directives allows arbitrary execution during build * go#62597 cmd/link: issues with Apple's new linker in Xcode 15 beta- 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 trackingh02-armsrv2 16965964041.20.91.20.9-150000.1.26.11.20.9-150000.1.26.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:30968/SUSE_SLE-15_Update/775928472bebd7a4ab1ed74c59e2ba15-go1.20.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode textHV{xنutf-8f2e33db3a7fe37227067371a0bb973990882c21dea8c048ab4b47ca874908033?P7zXZ !t/] crv(vX0qܫ61uAqgVỨxFA0~ QCOef,x1}ѓ(;w枝V.**u|_W]J6]O"@j"@ />6%&)XRW>aŦI<इBJb
    Md0DujGHu>Bt !6آ DV 0{cdo[ 5~. ߬u6"?+q`ј0lkZ`w~hT}"Cqq+}Ñm_ALoEWC l#sEGmշhOnS DI1sM^eCDŗõ8CA]K|6/8t_porYGI)O䪉#΄gXMJ2J5zĭ/ Kղ"ԉϙXثJ8pgUN$dQS%UnE1}ZpaP_H\hUhZV62:l(I*d3ƌ.o0D]AY" 9a| b \j8{Xٳ?U~ n.c)`d#j 1N )p|? [f_,]в?&M**"&2P#ڠڔʕ JX"2s@qolRn檌 ~#+ḳF)"hSZL4rжӒ P",ʄ` Ka{a {t>ĕR4` ePF8o|xGU\UFl- Joww0H_.s nΒНY$CilkMjZ|GnZ3_Ҍ9^ ϚN{9 L?E Rrl ֨Dӧj3%W H!HJq (=P^X=wB9vHUVhwFq$>YV|b0,]! _칢"Qt0˃G7COZRP½j[j:H/3a|TJěnT=!qh+_WULFd:XR?'ܔk>#WAW@N-3pA\?9Iy-:SXV?P'zOB.Z3OY5}v{K,'A5\"챯#6n :^ݙTӋ]*Nb x_H~hR\‚bf @򫅎EZ?=>*}LR6wZ6(kE"΄ I4^Ͱuk+flKr8x +j8"<{`+VpjNNJ{CAd+A c(0,TeoxYtM4ZہJaJUa]/lugl~!- R6 mz/bIiڄyGW^"rC,Ұ~>H$O_MD2Ԩ+ ڣd;mO~>_SZ5W|<ǠbOJ^2l TԉfCq~A댭t;Appx^)LY pnMOWD~#O+IMA̺sPtrimg]qe;P.4,c3# ytxePsՏI`D ۤ?JCpJ&uB"[Y7,|y1KOwj'o ;9H " O֫*x$8waSf҅t(GxzYRbNPfUwhDN$њc9wϐ#i3֤}I.<جdi#h]ϧIXmtA::ۮgdO:, L*te|M߆VRg1|Y ̠@7sWFږxC־ň +A#pt(LQ.1»3۴:F`Srp{Eaˆ)Ymk|j1I-VIag vQf)!8o}zľ*"JaN՘Ľa᝷)hr9=2%Q i >љ Nag1k}(RAdSigۺIŖRᳶXdƂ^J9fbT)[Tѷ{oHK7T"'|+GI_mꤓk$pߡJ6t}a?oc(L(B)L zghT d`6̕m$(_h0Kk詻/Uн@QL,Y2`&yͥw̽!)],& !~rb Mإ-PS}TSMn>u,> u{S@iyL45ex_h?%W$pu(=|M2y1ĝ3Vy6 =:~#N\:>"-8V"*_17 UrZ$N|޳x5#mѝr6o0[_MG2ѳdP$|E^F1UE5 鿷0 ^/:3TmnN@Vm'LHeuk6DQ [2犷P+0-" wY6V&i&o[$w%.$Bǹa3^=6y[yps'KcLIR]_{\k6> ֲY D(ec&ruq"<)@DŽ,MucAXn  ,d85!LOf$AP99L9ɽ;>TD~H*T%xvx]uZگ&LChpՇcW7}lVy<4-_`˔5Р-la٫U"dDĊu7%I"SK :}1FԟC|J,c-+ WC %FXMQUfG'ˁ=BH5#w>{Nid 4;]W=oF.voa}pm?GeL:݋i1f?2={)c~\ߜpHR:˵fj~Dd'."ٱsxUrI!\DO;P`p~[ĠUI}C*iNM,ȾӴN^ $N)apk,u[p 8<JCgGZ@uzu7-i>aw2jjG!$(_;2$zQVS,U%$ ,_JsIRDnbSXs4߹Ls%J0Z5Vmx@_ mx܏c6s D^aN2{P(ͲtZ0\iy)鞪&y+I/*X2v#;#MxϚcQdZ'^+>7KЩJv<bz/W@,So>4c0Ek[hYM0;@wyZVԔTcҙ\\\Lr*Kc.y\U6gM;Ynev뱛|nؼ"6?bVT𮛋?Ф !f@A Ai3&fbm-Qx*ȓ׭3N= ;3UFqv_h3>Փ%5 g3^qJ5c\< Ŭ#PV0)<pj#P>\W$1eO8"<7W?5M(7;d?R|RV(*f;IKaN.VprIFiX?{% Y(P ' 9|"<3=Es?@*{Yg[',<q;kJ"颼{ aEKa%F}}mkzq\-e1p4FlJ Kdތ0١B|9L[^M/_ fdZK"B|B1ѠnߢkErt{VxwƱE$xgcnds}9Uy t!ZCIfʰd״4$]t[b kuTHx^j /{hmhКGOWpjt YxgIUEMuLnV yJX<0M=Gf딟۲Qyo̫ZdS)={UiwJ,߭4 1w417qnU [yRq"Zs1WC@$$ʼһ *V1'ʠ- BM1P"ɽQlخH#.T쮗 (%(a}}2h|mA7oJpNgLk oU*B+}xJ/Zb 0 (P*uP x:xfM)VÊBEADW'^0c۾@59WmwDS<ŋiEUQ_Z 0cc,UOTHbml \;LOl'16`*x-kLأ2NQUbJ~1fVSٝSdm}'Vg:ꠘ^Uwc};˛M}c N#ē* Fj*.uDJ?CZGtz] U)y7K7^p wGvlh}_vT4i ORKyA5@s. βoLҦ+y9F&x`݁*8W4 !y7Y`^ ' :YɫyGHn**B;lsˆP a<[~ƒ|" je*X@y.8t{t_q^*G_Qq '9gA=ƺ~d0uPncNh,/>+Z+ kyrWLrv[3BW<')bCSJ*7`xS'haFpӷX78&jxE'U!2l;qBB]l2;μHu ,r>|Nn éȦ<@?˿^@Iκ@m "al4H 8JPme3֣N+Tq JUx <&N)އP  #ݞgcמ2A?oqas Z*z ѩG(*cٰo W&T41,JP0@ 61A=.:ŎF/6qLߧ^wÐ+tibsU>vH mwZJ6-zrݾJhzfg Wy{p7M]"yɫ4ڎWPF1$utCϰ nEȀ|N PqCˏGCz:ReZA3f"|{RNeIOg)Tcp$m7F ` <>Pxb[yyXeL_eq݃E갤wj /2oU ĸzwsis`P#r/)&RAE]I9S*3'G t"=1,RxT, A)_f!td&r5}V]vvwkPs1-(DCzk+i'0^ NfGxHʍ&}Uh"ɟBEQ26`S/<y81Ő紉-l^)YWn'`^[fIΓt=DhrjkM ƞ wxYoK0`![ )cB:eXoa|.սw{qqcgu7AÏ3qU|6$V!"g OI/yh< wl׸aUR _Dn0 Ƙ~ߺZMqN9GC]xjLEvAU+@nhjUP<'"%$gq 0V$ƃN{WhKZF"2۵4KAz ib ű`Nj͈ӦJ4sq8spv ^.\q͓.$k{ls!Ho]71ݒNu"Nv1/-NaDFrOԳ^txZ\8)}b*:w1.G ;Gq~o %f~亭ÝJBo7q2|@gY?,[U#Q4ZxhIljѶ9#Mف&Ol 39&e# rr/R#O;lФ_ ;RAzN#JWS'pn)>GucM^TZMMz-ȼvq=BU8&_.b& pè:xa-(U6JŌn#KV46/x+3;|ۗւ>?+N>vnaO`'^hy_r艩ox2RLt( L!,vDzq7VX=)Y@ c8EKM+_@CgH 3^OrҢ3ht ec3%_.l0!3R{Az2Bl  Ҥme=i1Bfi@YSx(!*%L8W?+&"yC6`,(>pV K77y`oB Jy=;8/; ZUMM0>FF(77A8 X{22=6hL2gyS8]VQ\J8-O%P1tIje+xQAa6k/S+=,ij,c֋K+`ϖ:*s)?g|M]毃,*Q,,ttբb& Fg_6~w3PȜ4֓=w]wB At7u V.s{nf76Ԫqq[FZ_Ql\"9vSl< doN8Ǜ%S yp+> 0z 4bKonǭS#NmL)r /eYl3DrتD#rd%IgF"싕Aiܳ$QaM,uѮ )ɏ/ alԭj@ yc OЙư{I;smŝN2洵GKӄp/CE@dܰtpVյ ^s@=c\Mrp ^ |X>觳*8"),TGeW' X^Vڍ>{=I,DkFI25ހ#61EY;rKh~O?J 0/4^M,>W-FH!]gC悂0Qx&cEaHO+?Lјa%҅{{bFZVV4c8!Y%R_F&W&j^)D9DSTҕB84v.䉶#tb_ޫ@KB+_O;ZycI k*HVጩmٶ˱;3ېT_=v7b7V+͙)@̻EMŠga bMp][{2Xܘ297jĊc0RBaZ)J$%ΰ/wo1qNN(nr<UҒ8 FevGF50Q@֏}c DNjyKB$D.A2BjB)C?V4RsǮ m6)ΆQ96uF9`Su7c@{v)b ~+"{BrxW&n~vhz?r %h*΢J#ETAY3,4@kZD$?ͼ8#=I<`)mǏx#·RnF担?כa=.9- $|EV踪fRl(vA%dEPesLxtH:qԺue^(7Q.#^aX/T?hNx3F=(PlO;hj6%r1PGQ ˆw7:Nj{2@ꆨfZ?o _ 2ce|=3C[$|M`X)n|!2q7/I~X|kυxW5W0kVH n -D 5v5ҀBvuƪjttAg<ϒQ|o71%j+,7:9cɉ)8o>4 U?PY 4P-{>g?oz r,B/Ǻ菢F)tGB -~$Ι`Όټ t0ЗT굧ތP{LŠg>5d': ,vfzZp޼vP)\idrNټ{ka6r a7}B􇓡m`(?FW-[vuHs)7%cᶀ /}c->C_,62(@[ȚS%L2xF5O`i16|[t'\n(G_X|Rvdޤ:>ij:(ׯNvwpO(8Ts\P`vz y8s)- ^7#eeK?iYڀI$[M 3>̉xp-2ަ^Q@WR{1Ng!զ2F{*pqf|W L'얚h'06#HtF:bT;F+P}aNj%O:)G?2ha%q'Bly>>oKd f\)[q'>Jms3=7ΤtWى  @ij.m^ kV=';bTǦjm$dI'[gpSU {x;:T(("Ԑ_J gȜ`y#~wwD H j更^gc2 gl}]Ķ0eS^7&(Wl#Wp&##6>I ߲j 'uaR`sрq,D  ZMJꛫ䪒t>=Hg7qX~nH0^w\TsYN)?[Ċܷ  o [}vԏbe O |?d'@js<_Fn_D?R|n VQaB*zJ{'p I}[+ؾ1!D߅zEsHdf-0ܖq9 :Ya: 6xdBk(mH(#}Fok~*K=<-TWPp`|PB\ଳ4AbO~-xm3njw̼v _5v6REk1ɶq+_GjP1&y׀kGN -QZ+rH EhTtLd(m]XP, @_=yu}'ٛ\Zr܎j:^80dfo0<|U`"ӭ )`sJ ?|"RLI~CW/־+*/$b R PlFL>AK~J_>cAB0sKWwY-I Ni^_*:ěSd`bz~R>u,WS0k8|M-ޢ+n@on˃z!KGY}Ml0gBMJydMi3]BU Immϓ*+cּ:w2fЌ`>S3vqwLhgI ػ߬j|vKĉ3Ux}IKȯ*E^2qd|NH&Ɣ#"xlD#ulhrWP"z7i/ C8?%suRYRA 7">" f# TI۶;T?_McJb{8(~pMTڣu`]q# a.tR\a6hV?5ڝ^^;w:ŖxTb }ƷQhT#Ǎ׸\wӖQr ]|mC۞2,7jJ`EJ Ն7,\X*g F/-tЬi 5=9i TzGs?x#"Չs-,G/&y|WGhRb3/7C4\zN.:^Kzy9N3>A' #٪1cbaJ@6QKIp"u߼Rk֞8Z|.1X+.~BMc':>B)TF8 NcY tARI:C,tx3]A ͅ=+^66jqZDduk ΂F]U+<@d,V%C> 1M߻ִ}2 5Lx 5g0L?@lQ8XeHVJ jwN ! u[ !8]lF^1KFzb%N2UPGq8y~Or*Da`ݭ- Gۭk}I HD*59Ƒ`AUsU*:ͨ}Ÿ8^ =:X dfdU4g'9SXp5v9_ipf Tj4nF ܆9iw4 󵉲aBA@踦,C߉ލ#~aqĊ-ڼ)tiwxA\;6Xn,`%^v[-4b~ ue#Q1M ^c"7c=,|  hw7.OF3oe"+Dܕ7 O%Y 4%[nXVK fGBQ 'U N 0uqILf1xYKPG2?s2 ;fULL SC_ {edмWuzb]neG$C<>@ÏG]2UүۣuZrk _k+5|A)ZNkE>qu>ڥ,tl_7>EYgG xGE0Qwi]o[U$PC3űPHIYuw􃞗蜩 }iZZU3:mVN" Ņ<:Dvm=>aj703#FS7S#'SјG.w,[eE4;,CZkUhtM}Po6ɽ?HjuɯY -I=V뗰uj8Í] Ccs2Ux\/f|_ d݊q? JJ隬85>ޑ n8E X`a=FǦE<9'{}1 ^ UםGkrPE/<}` EnjBHuM-wU"gz+QM3f+PByA2#@37(m1ͪ% 7D鋪MCʞ)+iUSXiagu(n|w=InI<ĢƎ5pɣa@P,XsF#wKuTT5FPP7\|Y]僖LN>/_%a,)[*i2A;J݂!T(%Wp{h z%o O"!oHV$ҡuEJ;3;&+ =ꒈ(b: / @ګ '>FI-sf%g'ʰpVI}UmXmP閅ec<(Sz8iY8" SpT2~Qy6&Y9q><u3^Rt?F`bgץ^6(x2uŠg[Bӫ3A\ Leq W/&MMU]P"8$1r VG*Ad;fI)-Z9opFLD0VW*zd \#{˜iX 7wԎ~S(5/Hc5Ƴ\oP^>)Kɚ 9+0qHYf kppU'x7(pOwXM7 ߜFBIO"9gЂܱ%#BT;H=~6´wzߝ.Vl$*0Zpf0|wq<Ƹk۔6-D@TbV[y=-RJ=ZJ䪙(>5^rW@ZI2;0~M-t9TIVJHYT{bq ٽpnk'"'Chg+z!$145A 1M+zvugkc,a45k)~?½M/7Q'6^:{0Jn9 ;%Z+^ @#6اf,u%.b58l@|u~0p5zjٝ!Ds$v7ՠ t'(B1Ÿȹe̕]?[Pa(UA%RaOBL*h%2ɰxlaHV`syEgZR%/vN5 9c'$ J7JFEk/m|$. @%0S s:aDj{xv! d-XGp5s`dOw>MImpc I.Y Qe#]}GcY z@D<9Z4TJvP_ fTא4S:z]vq>U:>&X0,}>jCglEzŮ>}m*gp6^`g5 ٝgBؕm~|*5{([uP 8Dҏ7JcJ 汌\ڞdtr-ˍcNA!v놲:i =!t>RRoՒ꼼{ĸdΞc]nsǺ.y!8KKBj0B Le10oMB ]ݡU#]~^\PG0ByXń[ ,b*G5J' ֳ>*ֱ5BٚOy+{wN#}xIwL9^x>QxN氝MO]"[y@ fM[5v7$,JNd, A5[ϿZ"fB+ 2XݕfO6jJ!XlUz=ÒS ئ}˙6Dnrȣ}dl=$tѬ6n)Ի*E߯ OZ[7jn3~'-`Qu PR}_c]}R*Ǐjw$0Z 3^~l4㽿ۆENԠ\FO% b#)z8ƕleSz7tbI/gEɔIS?"(IxN2SqẅĴ8&N#rfy.K#ۦ;oeuMN~C8/ͷ`P8qWz Kͩ#]3CVF"? sfN,Ta=ר 5ozDSrߜ@aE\ y(ʠ+þn%kYKlhIyJ2$fs=Mr6傦jkdv3dtwl7*NӽE3p؇\ϯCQ5&C!a_:$c͚ЪXRB/赗 Gĥ&\i ޗV&]G=}QWX'.7%ȸ' 2&8!pr-DY5enze9=^޶ik-@ k)  X>/mt(kJZB討 ]Rq'ZU0 _{-^!hZlF0KXޭ3ߠWO';Q).eG [g(?WpAIH0Ybd<O*.gColWuSsI>qZ)"LҾ`2hybd4M2I2K"nq;fݎzR  rZE7Im>[pRS+?2j={hDƶ'#rU,Fu|V)[>Xбք ėjm.SuX!0njjcN3T#KN5(XA7māRzyc-t). 1*"PS bE14nEIlJI+lK3"TBY2v 4sjp?[Y/,T2t { зoݒ40Eiًp!m֦uheP$=) |϶*¼?imKC~6Є\.m>24c>0-(6Y9C[]L6Xhb]7색9"+S2anr0SZ\G[dzMT Nֳi2]s|(K2{P?zB!JQIr&-)kyt+/nb5,ekT1e~pFgd)l5 FzM Z~̏LsO]=sU1pgA*ynP* 8]~va q&Zk*&kեDzs,CJzP;%3FFPSCTs YqK2EjfoU]r} 8JaW8&՚cChjo C* Z t@qK:˼`,Elw}jlX;.wuw]\ ksmO]Qڂ_WX$Q Vs' ޒ{b t@_嗼dp{7i9RLFP, >|Oi!E?JQAAģ1{t Xz.M* og_53%``Sdiq\w) Au*E%YC*A1d}S w ah cY'= 2D255h7Tb[P0c9;ql{7~BN֓jw/ˣDKiyM`02 iuJyŃpskCaT"fWf&d#+czyIpMN@ά\Բً٢lPST |"m!"i5e Da,M]R}BH4g``f< ُCG'C ܝ!C! MN_ZoEQ룁dz)k1Z1 \Xtiҕ JGjEqf ]PFX 1ckENӟ3(q_LB$1܅qI{n@Si䕕/FNQ D9JfょdNXbθ.]~&|yL^DR:>r/;P@x3ʼnKse-:kǀy7ZZK+oWNjYuKi0hz~p`,XwZv d᝞騖Cy/#a jɆ"緫%%-̒_w vnd YP\kAo`n^s]Ww{EE ,xN{|z+p 37xKvU>{<=<'iOWc*G_,D!Nm|c"bCR<r? WlK0t!$m0E._ +}'IRʔh<׹:`Ma*QI\~f}&peM S]KyK6v+D-V65cQ\ݹ\WKqPD|A?%l++/+'p4ygn"V6{Zi`32wACQ2QL܃%Vߏ+2VrW_F@K6[HC6K`'ro̙_gǍߢg_.Aq[hƉr_9=ņhN5|`o %lRAXU&>b+D3ODusG, \̃nC(3aUuEa(j"}=wß|LOq>N7Lʎ͈!lנ[)p(1K=Z_ns7=[Y$t"B~kZ^2n>)8GڙnO"w;[>r(_n tL p hN!@al3CY%PcCGYiU=w}}aDŽoNpgK/9.H筶GC#|{oU p S7=m6v߆$Ke,ڱo:,+iO/ #yCBcS'6'1XML7?y hM^HS7IښMvyRY1cpS~vX-3m'o?Xaus f`[?N1ĵt+ g{kn4?&4 uɑt GO_wA)NU*#8N+5- 'ƤL6u@-s(<: \7jۃ5nPc-BdKk;<@! +JO:XZ4;38Ѡ%.e7z00L'Snw"鈠]k36Lpq ֤H*ܰ#`o1H!fon{?R؜RZr}>xyL׆:!n78.${UpX=`ݙ)ZIhVN*FrV,mcDKMe_ Ls 2ƒCp9XmIYn Dv kC# w1ykƎ.Ay<-u_^ lѷ 1ˊcKح$r։hv<jSoeyS[ͣ^e]Y܌E'VlD8O#᪘qd,Vf [`"Fh}&#k+{r.ͽ@} oֿ|=Yy)LN63lY7~%vrVgb]W1Y gs`پt3{^{-1Ѳ>Fi[gJQ.R+z)7\j^!B6BLvarHqN̞,^K[РZN8 iNMI $Vv~t259YS3{Cu:sibKr6rT7C3um AN~LlOBF($/ t>H@q~Y9Y-╧'uQpGi0x'|gx1/F[wCLarV}MwxO;RRZ*k@m n;ߛE-  ЭFDlQ\I,LtGJuH=YYkVJ(sc[8p_h,7tvj_5o /QF?]Òjy+V/Qǭ_̣*55Ҵ5BV[ %"dBu챏oP6չetњ&Lڊ #}!V7wG:c>s ]{fG o+X۫@A(zPf?Kӌ#H]Iah+-ڶ&XDsD&"=*c$33#\\CK`/kqsT@ ~C[E 6~t%1>@_%9$b1FJy޶>6STOnҒpk|@ !WDZ"0<ͷJ'GŒh-h<ħȢ{9M_{vώPp~*G[FDl㉿Jx^$^FbLv(bL=X,.xj8qx"{AFJ4` &zCl9)gK7O ,~]e6_즖8R~ąJ4u)4] >LM:/ĝ6/('h~Dzr4$X$?]`ɘ3ȹl C^{/ƻKOsY@sȨR~8vMSCsOSEH rGcvFkvrX>:Zɑd6);hEKC3 6֜HG!,A#l$WsՑ$ͺؾj$Nk0vǵ#~Cm~Jf7+BpTd,<3ԹT \A}yݭ*0ZbGpd-!zIoѪd6fON2KerdQ-?py 0jv&FÜ A"ܓ&n S"_OeYnL vk撍YI:E9C}X-+|h&-'{b3٧J;*` X,4fr>C(Kh }:Rg'% soQxƳǼ/ &ݝ%(;+)m?QUS2UL3'Cbj҃<|_ۡ(AYK>z`l4é2%H?"VjhH^AۥU.{m2 բ\ nfuH=[yBDOH*iJ#b#Ѥ 'h_ }~  kcIP`=dnкAo@ DADK gP'bXhZܯ0uuѹLɨcn Da5SBٺW /*j0c@n&,Qɹs( d}Ic,IqъpլF|c+Opuːry}[oZѝ胺_2O]^cf5LlR"?Eӡqeiy^ }qD'g-~LM!h/1FYcQo<h6`߶!^`K9>-c^p5;]Onxk/ / 0^EMrU<6`/{0^x0 X'}_QBn%Ao^a-nw9вRsMv0@g57YiѠ~($6ͦV wsKuF.Dx_ n'bStfCj~-,Wi <ͮ nw+vZg52fo8KղdS20?=̃C6m+K?H#kMl bbKZ,>Gn#HEqݔX!PN^jKxXzAի-9Wh߶ ΫϊiԸ (l2d.K])Ee %ĕ #ufhUiҠ(!@[9ފXC̭[\odC5?̘ˏSIj#KŘ/JKt*Kld?doޱ|#$g 3ZgU7`v|{q Ym 4]Ϟm7}Aت(0ISm=ШF&2,Zzd'ܭws1 H]SNj3oqD#=7%&=!IV7FrQ#B 7 'Ʊ.rЯ+Qᘇ9xdqZ=Ľ7 w,?[yw <c-|dظDWx\Ō2윻zw)|7PpT &`}|0[3-:+ÇuLZ%A,{ ObkF8M7aLK[kqY \ˆz?3Zx1XrtGåHh,Ϥ Ûj*MZ:=/SOaIJCt{֧к[L B`kߍ:JU4y̕iy1.vA-4Cy^#t8[y5էlnx5O*/!Hj@OduVuZ0q+'gs^ׯϢ؝CӚNw̮}EXG~W}$gzWeY*qlc'thCG~rzx|&Kuj?h&$pέ# {--sc̓xFq-]$_2RB;<= `I= UXke\'V 52λ#ô!_h{c8+%kf*yAi3*4qDEjޛO3!u80J]0E?aBD^:`34KI]`1u[)ӗhh[H$vs`gq5Z@WXG| ݞIOWή&iO螤"w;P{8*rס^ M-YkF,RO/=Ol"4'r7zml1ϕAR=T;{c0 _vOZmˇt*FhG;fIk֊v9vݎݜWAµG:y@Drd9{8up#)ܠ/#啰i&CzK^ fڠqiڐ$N7safS#NBF<0Zr3;g mD8KCm-ÒL["{Bx`o,}BGO]m#FM,IR{%Gq$$%V61pCy2̒cs_.b,1}&Ǖڥwȸ#wtUZkO0ؖA˛a䌲9?FgmXMb|m<1G>@v΍J|"TLb^Dws;&p5hgi`2M-wS-׮7yiуJbn !~J49 {cH7`X~^(ñ~{2fLJ\űfi]J<$^3]L{>B1 _>HEW7Nm_5;ObnccVX̣v9+p_[Ѝd K]&0u".9H*2<(PqN[v~RU g 'kNq`▊W&Sr)h9Y$L*2&hc`o+G7a $iȊ_/9N6BTѹ"r![0,PG0̹e |AuL=$V:X%[ikƘC@0 O~<^ΪMÃn,vEMȩ_fAVd칻sb)ZߎF8"* .͗ZeSrx]XhܣISLU 9W ˣ8)kYy(svw2dSu*;aRNѻÙ2ɖ3(LDո pۺK1R jņL~tq$ӀKYu+Otd΀\*9h AO]oy ZA $/`Ҁ*pɍ.Vٺ`F5kdb`ȣ&j_0JEK R8E-:N Ճ쪐kkO4( z8-:&un[Z<kF[% ;wy{d"Ԇwq)$bWaG=KtW"KWy/:YKhE&ߞg@\ 6f =Ee=l6񜞼Lg~W4Ο7 ů4>Z= Xr Na[rR0:5 %[.Ex ]ۧjh=9EoQgp&dk3 Yז/G'WdBJ_,/ 3<&KaVV"cpGb/;d7{xbp9[F„奩J,'zBրP)SD h b[?LR#&f\l}!놮pEA+#*@ⓤ-1\>Y6b8t8qNIJ񝦓glCF}sZT+{>/[:Qv+dAa(Jۭv ՘|cCݕL,~\Mh=4U f:1N5ƪ~XNj~6Z$L*T(Pf7ߺ"Hf&jE}'?Ib"llD{R^DPYj8WbչD'Ǧ쒍?I: Kl45^I Uzv젏}@I|J}a=p;y1ySJ2!$(Au}L.6-xnw Mq1uYa_Q 6B ICmYÞ:6^u{ P}W).5w 4ž--ŦOKٌ@0|qľ>␇K<\dnf/ظJK"aSFgQxM%$R!"i;:Pu`0;Q<[~Ŭ{ooPe +sT4yt;LMqqo$X9yBx m_,nV8K<'0qOOXh]$C-c Eaa^rFCĘ^MD[4\vFjPsgDħ9I>\\G[l#OKv,!s'2ֻhK(h:B{ɚ(SW8/I6a}ocE;+t_TDGi}'5pd("P53#X~ҶR%h譆k?*$A3DCw)n y$e Q|։R Ќ=yDH,n&6!v+"lΟ`lg}3 .,6$ECzI@ O&mS@oU2ؐ𠿖ڟJG Dj E"k*j.'<;uR')qFCmۏ Xg1b@. V|:d9"@ ySugObPcFb sFl`47JEPyZw F웚:hIMظ !ߜP ei/)3(F2 3j(/zoTĊb~,5'7T~ae;ٷEgk/aF'P(? ZJ$ ."3H =j%˾Ҝr^F`)oŜ@\LB9(3Xy(*ᨉiv;`(&X< YN_<4 γ3McPg(Y c~.9BiT5\/EY0$"GFJR9 !>, ZG{޸8*`YC(QK`Q@A35_4Ya?:;.YnǸ !^(U;S-wȱn\m+l2H[+Vaj~G/o\?uxro=vyn1x<<#Ϭ J!B@(Yvw[ sy# . ;@HPuqYl}ᅕJ ]Ms/0_Cl#X9#WjwI`_y/{pTvއ0󱏰Ep  K֍g˔Ս iEK= H\oW~ʔd|3Tʰf}AUقSjCna 5/'TD@8"ï-Gsʶ,L%h V0B4Aj(MIP/T^C/^ܩW*κ,TL/ zr(^8g+ 9s7 rVӖuЉ5 0$´< A2>*Ic-;R>Rv_nC9 Iܘ~}@`=(H|w2i?#ݽ&hվi7p *XF]Y/e龋U8$:΂[ZW|-zp4ʦ)ΫpTJgPy\% x ES#s-˱*PRmnh۷׸^..`QҿB.&LB}'ym$;/-QiA3ٿF`yXgrO8Ar]i܎'#Xu$; 1e7>FS?иxKZI ]ξ\%4u7qSI&ɦZj'.ª5#Q#7J(37MiID8 .mqҫYCq`˰1AÔ.v͑j}",1/qJǔ5RיPm:U-Q|KƘz@΃sޮ]Cݠ;NĢ ?TڢN օ!Ըs=m{#2vO.H^6fd`>NYk 1bj.sy M-94vw3E.Q)(\0X:(dLHB3]Dm+O"v9 eӎl|SK+'42Tu*#^C `I uÕEU1-%493v Y7P,h^Ϭtű&L. #M@=/L⛔bz4qi.|Zmu \H] .D^z=1szq[ߏa ImHEs i(hK+\sZikd⠬d!!&X8zf'nΌ=D~?B'z٠;ͷ$M=C-odI=})Gmq$4F^=F+^lABP"KC8sbsLIiЌ-8kۡQ~Z+S&!`Ayv&MG9#?Le!+gT(!kizL (!q8-X- b(4ij8!4"8({ʹo фi]6;vɔp :ƣI{)D#$K EMFƐв ͗2Fz1 `0P)oY+=Τgܤ(VW6VF.Ld6 ht ?*kmPRI} pS%ay W~{UpdV44 MMN)@5?dgU5Ny>uAWa%9Ҷ)Qc@c݇(=swjx5*qT9'25J.3~_NQƹWiqL⹚Wװ%Ob5(#R] WIx%ԙ܋MEhaU e."W+Z: εja.`PL-[R0M b iUq><37tS;tdG Il$Gza_Dv3%ϚFgma!5;#?A°=ohi!Jk= ._mJN&":VOh `g+tYUx>0̋鏩5yЬ5ů\Q0sޣ,PB[ RU>8jJ_ž6ec# aŧcZe21migsΦoԚgs!@; >H~(Ȗ\~+!CE{F+f=QoUcqQT3xzw6"dAit=${rx(ibG9MMx}Ѻ8gJ|CboOY(&Qc,h3ㅇQTkyrdNÖT]- \rFw׋r+;,RI"gX[ࡻ%B|jHHMFW܁!%ABE_{gTvjz?G.䏘NrSaI;4n@m+i 0;$ʴl/Bf1"xi_>"AfK= ( X1tL|Cr^|TKL FX*x; `,7*Bj撫p's'`J3rfs u=)D*E%JlU7 m߆\*A[[QvwY_^ꦛbvҚ)'ŕEwK!AO&[Ny䬈Q9@@{ BnP#!Bʷ`d[SZwt)Kz<?+0㈱֤4;NI:=M[ZHԓCP1Y6Â./"!A5UYU`x9s#deQ3j8ɽ1|;lUT6Fd~Lo]h#c[:\1nLCE()_%Bu#$!)r$V7ȀhrʼFKpZv* 9L*vbB+z{bk 14Zh|P y,1{,.icpS0)FCN> &DdRnSOJ\mOL~`_'*+YX~B[ғ_@b<5o  |)i%n, ..VH`]"N;lk4߭#<M@?s*Ч"+@FG Mv=xJ1nӥ[äwrt@G-h}KDP%嚫'f֥5(Y(խ~fLߚl;WV@G_!WOi;7r/1e Nu%ӛ};x}e%XJ~ܴ{$O.8ђE&j-fPQ39ji/GL _IY "G$M&=9EԏöGE1_MI%.KdPq,4Fd` ]#|O1wYSnr>8&…,R h/JoTii "߽ʪg)yBy</ZIlX.ps5`8z_3 $$Q$dWeT?Z;xPY5\Ò"~8*w~s&  AHqW k'N&]I xFq o^̩I5\Bh 'TWӢ3-@.`2 M`70Fg&ׅe*_WO"L_-~"Oɋ,\hEU-c 頌l lW?.m 7+WO/RpPcv"֫WzW-V#^\Ά^SqxEA{ڂ cTʜsl͜"2 ?IGO|4<$*J͑ %URA*K. Beg6B%qf6`iVP|<q7 B\gSkӾVYyv||#_ggiC%$Ü<\@SfP\6nTM<O6}ZUaB/T Ĺ=)~ZbFiO/̙)U3~x).[ 28,HV %հK]#Kkt.Dxi L4WfۨY<^'?T^Žb  aeL9l4@AFII]FbqJm,'WD ҉h}+i]/ݰ_0~؆`8A],*Ɠ⫌S۬Я݉:S۔a}Lϴ* gơ]]ݧsx, ّJS %bx`FC0823㺗YO%B$ z({ޠ?iKPtSVV>; 'i2$Tn~?  qa!3U6 ;gE"lmɷXC?-,œD3k>n8'Ы+ٽ&tq3uI jȊQ!9oJ~ +a#۷\3PzI:D #q l"&^€r*&*o o:ܑ0 05S  ?ap*<&*46d1]JvGպDzIt%|KܵMy{ESCp(NB 5yKv%4t^NA+ۮGJ D6_Jj6~=X@N6VyO 8Y,8In> lHoW>Bʬ!Wq$~Tj)jp6$k䰒 m'3%sld3)';)FοG`E{ V–Κͯ$džH*HILZr~$?%}#6g*7ZY@֖L6)O9C%y0uo#t-zZTFl:3pXu;-L 4DÕA!3 dM J:/˚[G?&bv9IY6<؇eNC 3:wF9C#?[ &vu5S/jKu܂20Mo^=$JUre:.ec^1g)3Í*5 x؜ `zа|L(}2.;/u?'CE_AiYCƻ͎%d9 w(CLsjҚFp^2+=S͟ M>4z d8:#cpU.WzE[b@ge(R*~5l3Q(R۝@PwQ-#MhӠ,b ρ8^H4;]@o|e20o *aiYt&+Lsrkاg^vEp;Bf7}Q/LWW|Amnɟ<;G=yi?#Rf!*̒5ik(LDۄ>2߱=ږ5.w)~x;/bcCҢSj #hK[{욢A&@ }_RlqzG 3؉4e+hCVU@-Ud =a߁; [ D}!T> *2/QgJ3lj,ipA)1ETŽpO@ʅlŠ=5<%-Sa&ٕ P43bXw7ق2+ufUT*r]OirB9CwѪK` >*"HObeYwH=h.cɠ ET2U&pcW"^ڤEj-b&[;j#f| bXΚfGzHop rDTwM^&1EoHǩ@( '-F |%!BGK(V- &55:5a˓׫h7J׿ 8" !x5sڨk*3+UDZ 2 9p :](-+ٲqi|Sk9>7=gsUU~)E  t#E:£vׂy-r3sZ2EۦTb_rIϡ ]q){ =APbx{E!{l=-e:y09v+BÊl7g*е>ujbnou^(ƃF*s>V#Chyݍzg0Sf+LT:N@{7e$С ¹g…Rc8_~MȑA 4yuC@;eԣHvÔtQ+m NpĞCi/&%'0p 0g0GXa1h1ՎfSetpZH:'|6p '٘B`dJJhbTeSvZqh"2@\f#&05bibMOPTKLcATߚng餍_r;.#)r0G~4MU%+;){2IJV:g M${kW 씉S* LRSfe"?E-'$UfE%ћهbiY>Xʀ26!fs$vG9-mАNW> lvKi@L˰5Ym,-CAfA^3V95GF5)>#E;g([Ȍ7RG+.;}{*J3,]ш]G6,f0P V5VN4<>\`.rl6G}J4H'6SQBNYc(SVFnfG3euM`[tzFIN2֥/ )!>8WkPwј:%õ ~--i?"0My!ѸZ8CFQ _8> R_{pku!#-%ҳXʗ> ȸ1=Ր9VgދNbh4lA6s LjƏG FKPY׽ Z zkͬM'G|f~TY{=d:kymH@ y,,IJ1Avu ~/.\+]>_/)rm q7'?_\Xղޟh5LxxӨg4s:WJLF C#48/H>^VʀٖF$KC6% xñcFb;cψè'Pɑ%S-3WXͣTw)(Ĺip ,xA:v'oFëǁ] jZc$`<4Xsl2q5hS8B{-ytLbU)Ror}$ $'ʥ 2s7pҸ}:qM|:щJ5ɘי$YLK6fD)g'm_1=&K77p]8qf0h_~3sC2bЄC,/?նx^ao=BU֬e~qܪAٮs_G7s^@Q()M_ϓ%z`߅FCfz7vM*#Z T-Tm>+:}Ѳ yמjRb"@Yt⸪x_{xSpݬ`ehDis%}vG"B&^Iu "D2̸}ә~}T==n|\<( W49D k o>s@uB ~5^16@OrOu0b^\LmPtTp$PR颳&PԻok[D0Tt$H☴i2P(0>VCitFlcŴCQQ,$]p ͫ!Bgy Σh(fKߌ~-hVfE{Yw#")(>pi:wϸT;2w|mg)Q "cX9[ p{C#̲BIw݂mޮKɥvw!%FL I@zV@/_3jF,tg?U/u^2d}L9<]1%5.0%2Āɢ;ĠV"v;˔L¡G8|2}ŹnR_!wl5M)G2觍ŷ 7$_4!ꖕ*ѫRݽ,?;ʖ(fq;յӤQPgݑ~ TH | x#)ax]w7]HQIac0ū1XL@?ҩ7M~XqUS@pɿd>1R Boфø/Y9Lܠ 2 ?C?Cu?;&?Uyd{sbMV i*,YDF"/C̹9aol2aT'-K6yv@if~Iǂ"Ӭ.ib_mjfHOu 7OȄdI6h&7iGI({D8tyv$Yv ,[:hV9KZf&BigZ!ЃK?ݘtBh4ak&4d}wVLTʨ+Uo4FmnZĻI@ĆSxոͥ1EɠM/'{M8JDv`(йJrVh>kz27)gKRs 5_L` $7FI퓎T@@~PC.seZx#n\H}&2^ܾ ~^p1DW4Zzh\ΰ*Vqn~| ^QJ`lqua4:CEbwJǧf+D-9FtavI$"D=88?] H 1xMXx ?eӫ6ċ1Xe!ӗ1-d\̩NUS7 +*e,j9!13t/S(:q+lvK `yi%V`ʹX`uuwD8'qSK|w,|IWub8b^1 dgoў8]?s`z;px>GxqKpA<M [tbǤ~@?3H Sʮm?+@!KAhgO(\-&G[tUL^kA{YIt},yY,Ɨ1InTeZeAԸ`rGۓ [E6$n<4 4fy̦;4oa˽!8UnrC%{|EPΓNz0HTG(ᤕw~CS~*p{8|V?r&%uC ULѲnQ`年e7lj$:0!/$0\sfh6<soΆ:$ɰt fA8lkz1^͢t _3W;^H%ԗ&&?.'Ir4wֵuq&T^,Q]&eWn.k!+Ťƙ;=\^ 62C5U_mQ@”60MBŒ"r "K5~b7hAmYϪ{Q /="ǦޅfaGm'c(Z4-ޏHO}v##s/4B ^킊g6Ng5) .уKk6^|>@IT-Ƕ`;T9 uwA)hKEV׻*$m#8?9qr1Q-r xِIu$& on)w5Kq%y!f1 TK\B3G7Lv UDa#Q !)ʁ0Hy,aGΓ~9ȋ4sfg#$N"EE2mh@0푬{BGZO=1{"H9Bi"@< LYA?â ;) QeT|MOǪ[;Pj?Ə07| ~&Bn _)TAbk:p0 ?"v{ԑO԰f'YM,סL׬SB[''^eq6+O('W~e. ^!ۭG| 2$vQn!0\I2,.Ԅz V7aXRjĞh0^ |=!AOSk84*ޫ⛂ ^%E|'~>w1 ~C8NU^WݛJ ӄeiZ}}\GgilWRD)H i9 UITc#PuPw-ˇgZus=tZts'wfҹih ,1adZDQ"FWCNd% O1O*bwa mw<* ^|ob[^Qƙ\USZcxpQkE,{<;{+PByDJ(Y?8Pm06Džwp; *2 B=\YYn$1VƤiL9TN-#Xl=E{&bn| tغ8ˊ:g( R7uQ \D+{p$"*ߪ}J*a\sHcbz'db(?in2z4ْؖ"PqS5kk!\f!0S . ׂE˭k¦bC#ے#^Bu,!-gVuhh$`~_OF&o mȎo-?1φ S/9P>ZU>FҐn }*hܴm$3{'G/{+9":RԞX4o0,3]rbݸO!@(ߌGwiHBѕ|Tcʳ wӆEU#O B{ۗ~!Pkty?Dyz?˺wAd G-ѱUjxK}~ΐhN$_ "fa?=1^ʫq~cP3 Q>Fܳl0x^٢O0B$28;&3.yε[zgX.\&3@ŔFђ#a0P.Tsd|PҝL~诶x/G}X/ T))3qH*ϾQ8s uExzQ4x)2evd1XdMO/%T83}'Wgq׹:s P^FWyFqj eN4b+HDBDxond W%f" L" z7b lI(_j)8~ɋuڤՑ*KK$fd(n=pbRa"$+kK]s/]4I]V{[=#I3G[!ܑ (sQu CW4X\mgHdtѱ[vϴ !s+˺k9&[KuTd3mzFOkJsXM0 ML(gDP0-}Ҥ[vFLr dzxKfc ! 3[8MTXbN:=T yZ( 7s5gkrG˜6Ȣ͚3Jeؒz8ghڛưü6|G*g x@t8`_>hY"CMd b{G)#\|]uΫ-t!cw:/z`,lN%ULȧ;+Ne+pPC*il\kk܎kkol9UؠB7p]U^lܲr8S/$O㌟atfďIA-ͧC3F.K~ka9!a`Kvy,#$$,Z'C rxDPtKrW*%Sl4,qIlW٢0a6^73ŹwUhgrwKpyk^zBkQ21~̎}gS»L24<@fB˦t=o J9 (4aÀam(-~a95B@]Gl#Ҽ4u.t'*＀sUtKy#-4|Rj0HBb";G6U{ϲ;WL]=qeV:dW>Xc^WǘEA0M6Dp9{eJMD$Ptidc|F뜜ImHݢV,9gJ 5m#&9oFP[ڽaWVlfs # N4Fcq,[:)U$d͸`|C3?G +I;JC Zr2aZixO#3z~>Hѹh}*WkB)uAS%XLܗ^# +7Q] O{s$={I`Ԫ|rK&(_<ܿ”ZD}7142]Dǁuژ}zNVoY{;c/ Ӱy$bLJT@nW(䁼/pH˿`zs]B~{+H'\ Q~i$-7:H?!+= Xp𽵎Lus /m$]U~U 4wH\ȖK'rucCLt:b#&PHOHEƸ UOۿcQb[z%[bF}sZ6QV^mEG`%|RT ^S*4f tFv^ɔt2e\8.*tMz^E!ML{I pc&[⃷dP/w9ccn_@#n%>[Pu;yknaٳG#5'2b6LS.5M&+9&F!b3./oSnCqR"d~Lx}uMGu6vhQ7/&yR/Gϥ:*)b@ɓ_ dj-%}8on"#8B)JzBf޴3$V ٍWca^-hSM&H>bCQd :pZaw eo42S+4Nu7מ#T\ݨ5()7b,KG]A(0̈́ GGM#̤Kc{W`ꮳvqm0c88,wM\i4B M6V{3gQSmcB՘pgE$'+sK"MܜXП4ٛdOk!uEZ>]"SRQCW~@I e·33B {$9/L71dIgB> ݝ`ܡ+5S9mL_%0iy|m-oXԟs۷[C)ec%P8fAzHRH`+=s0SIfbŕm|(5XR`|F{Yrpx͉w&=(n-xȥa*3@l95QOE4z`F^hGT Ѳm'zsu;?`oy ppQH]ĺ;n[gYV,kduF'"*謞*~;_k g#UTJ]HSM! g LXܹA iXta^hBۃovܜQ*1:d4y|I0"w\|>nȒ1Z(}±^4נ^/*ZԴ'k_G 'JBeZ9$6#PmNXb3106zdJpC֨]_֬gdɬ)?.-pdviPDdV;>BOi*`P[z3Fu~oQՒVXg'7&r-Zv9/ [8hFgY](ae' [᷽Uz!Lj Eؔ'm?g}ݚvxtvq5}e%[{Wh( A&= S} "E-~d7puMmI f,av]膩{mw3˦QʆVքԱy5E7v8S/&w@>r|U=VR"9?׀*]k̾6sN>Uh%'}WigaU6XV/q+]Eh8g*1Qx>;O?`D KSQRj+^\>$Z?c**'ZNf~))MY`e d V?%߀ $50E)fu;c$%ޖr_>Kk=$T6J<6KSpݰ K-=ѮXOpM2~AA0ȵ Z ۫Lx,-})a_J!Zz TaK+ $JGÆ'5 KF\ ,?@4ge՘F9A`ydߕv] NmoF<-!:NCAo4jRhG-3z.h 9<ڢM6[<݄*RCl_ (,&#nߩR>"*k;+hM=/"A yAu' 7?2(ZmMKzR c'§e}~ eĪ !'B"6^h~gmmƏ!l} 񾢍K0\@C^MA5:,Tu#2NNb`IH5Mӻ#H -"sN^w)>}w?ón5Ap (}u,@^5A>}+{DJHL66e7p-ɌڰC\zhymO4*㩄"+Sf$W!eO+ ~18֢\B6C, mbXV̴m#1_^ l2S68c8fqKs>jR4`pj&^׌~50{f~>^Gu zD3!ߢ~i&փ7)E"HCcqZJd(b=sp4by(EA,.!ߖ "Mr9`p4f)+Ny\"Q—Ks*(_Z2yZ} 8N$7g>i0 63B1g9VfE#y/!2 m_Wlb_lZQ$! uVWkW%\ڪĒhͶ^@|y|܋?RعMy&Z]9czoKdf@9MH\hD+XMMqs}2FXYH"+BB}nml M{ќC G,>:Qo Tj>Cu725rM4e4 O`zl,_ņpɷ:]˜J]0zL=r@pѮ2A՗^BL)Dۃ IywLfDsqFտ#h0krqO%UY$ua X1*N'[S rI4l:9Y@%>9q෇cHB\~oPz;GSR j6z-\A"Vb~[?ͅCEAw?YF ; Sй޴ޓIq#[)nl5H2(MrW\wXpcjزmy%Ch^ _HSN&iٍ҇Gb*/(.xoHzUnlП+BEU$ifvLft7sKiϦZn򾽎-Lb;Z^<\Z~}ZA~/.Y Aϩz\].Đ^}lE,*8AcL/nݮq5M]V$H4EqXc2&ans T|>r"V6X!O#x3u 80 ªʿAx.Dw&l! 8E2t:O\Q?0e:,(.XptKڼq'm ;%M$nS+4d>^Mr=Mh+aJk"ɘ¾ܴVFkTGPJΫ-sjS0xmX POuXAK :B:׽]L(&:Qʋߡ@Mq+H*ܷz׺S 8YYB]zq`[/ ]a:P{@EWNoݓ< Ia]rBOK8Ҭ+"4DLo?EtҰ^=wJ:+&5I+ٝ \'gjJWb; `kγϩ#zeuBł#$7V]*,Ϊȝە6Z My>3)qx&PTlj'I+W+ [OlрvH6ctG2&?B0dx}Klq:(,+b L\d+\>u3Ml8x 7JkR9_t: W~$/Rb ozڬŀa}֏'*o0y=SŽXp-}G^}T9<Y`ճ_"52x 1\ 3y{qo_)JW۞c"ުڮGi=#\BmuaQ d(nz&aM3÷^-"1:b?Xiњc k|XRdPC5(b=W4y(vad;c7]{A9IA/i0#SDeY￷+Mcj?Ὁs'`IU_WS5w!^G= r<:҄40fk7tVG^g [c*)Xɣ8؈z2O^z_6v'}'gT^@։-7k|&l]Э4z!,+1~?ؠi?_&TFk oZ#b) ODSA[uѠk+嚽 X?")MoA]?Z$]ڢcOMgboSu fNf>r;,rDYruMynJ--_Ʌ|19#y4ptQȴX9FSٴbdj b]B.ϗ#xWx߰lZfu>"Luy௼r2޹N4.Z-y]859Nee(Z$3,I<4EȬ{ž].`[8Z<ߕQj)g#O;bc6yJTcZ6ڰNԒ!,5E;m+6Z%zG^PI*rw:(! luH襣KV2RqjNTKT,&8Ky'(QiY.Q\m =bRcdzj2ػBJ% 03"]uomqAtU`fqW7qۨTjNL-}d˷J>gƌ®FUHN'BJ %ww^[PָYkߐ_d(И(>:+R8z5/+9 ܎7nj{; Ã:u=H=_)朡4Y fCbm r $|Yᨖv~*5T@&NaWɔbZ#.~|KhN`rbVXY ~g\G|$ = ||Z0܅[[HHH,X_A!JT2hcnf-VDV1+ %J=Bv9Y>d*=5i`!ka]|.wT79MT**dz"ނ.9,4 g ڏ>Τ+gi)6V~dd#?sA2(uUrtCқqƢFM1.BN_P@JC -j$:FTaZgⷢawքyvģSTѳOı>]+N;"lQk7', 8Ř JBA_, sf UW xӝt?-!to(g݈Vq:_g5b%؇)7ά% LA C$MD,"1x) [=Ήmq66zNLʒ[ Un@~_èmBRJ:eB ?h=Ŷy7뵀2aAmvDi Yrp'[n5쒍Y1Mg7"e|қEJvr!EGONKY~,;[H1מL,5#P )dס tV?6Ι>ڭ-ǡs}`}7WzOCHV( ЫKKa qLUt^v iTň T}է4LP`KB8{%7@KplMa@ 1Ј+oƋ&5I*ǃ2"VvysGyS+)Cd&gJ&V!A9j( 4WyKĹZd5M*$hPn[y:Lʸ,aAeBJZ7bF9aVAI$ #$fo§IOQ;Lp}m9h2 M^9 PiVn W']Ņ#wXEC!q{e\2o9$̬4T";SAANp`M*jUCK S!*.c=wf0>yC…ܴYCMn0pN9"\B=JP͉du{J9؂*dz`c֊֞ݤi+ܫˮجٺRUF IJ7XʸpFOx )'hbdԥ.l\>rUVVV'@O%AiY5`jɱ7QD9®|ṭ yeX@d@4%e2tJAk kung\}yӓ Gi8E3 mO.ЧwZv2.pii>ɻrN,'] (ق'A_Bɧ9k nې-Հ'ʁnaC0@tJǥOpyx;f3#Azk"aeM"cF3J( ےͻW xd}E".x~0~I-bF<˿xUC(4q'}$X]@g %eDgW߉exr$p99F2Dteb6ɴ+X Cw^xlY.kɟineFwz\ГB|wJcr}cb:.8遞<a-NݔdDW;P)o%W?[, Fh!VWҏDc'msŚPJ%Z 5@0(3>T&g*s}G(r}֑k+qɸq pXeyg払A"9M'tzٜtu6{eiV7>Y"LySfi,p#~`OR1+ʵ7vt|o7HͶ;:8R{6]?|C;V6ZY–\2j2 W)c XNP|4x_OZDKO$qH mkbsc0M>%o#]֤<-FyJl"7^3ɏb=]c5@홳oܕT4:Ha1o><VmiO~`ek`3Rw@e 4J#inMNU5t/kMo¢8iW=S,:+3Dlo~>w3QG<.0ԷQ6j\ӌMҠb+IBO?zJ9Й7Nsb3 XeηyF?\ɞ |aK)}2[(#bK3Ā~?ha&h?| ymH_}DA[f7V;moH> J5+A:P(L[4P=@K]Ʌ=0G;-Sؑ#탠)J+G>^xx$cd4lu9w murjlW^V' 6#_"v0Aw.F2Wu!EfwXeoqlE Gj/no1*m]7DG(Ж?W'>&)gcIE.KI v\mFmPH3սeLxRGN|{e)Q;j0>n;TG~dN k a0-QWd;C^J\k~̾&t^1{\Ly\cLމXc` c;# QloTGcQk1+@}, Wn_Zm(Rp1W~2L%O:I:fסI !m,hsە}~]TLmZ[_|/r?vjnU`>گﺈ &O"hRf'L44rKl׸ܯ8#8e+f)lq o]nӭίĈ1*8"x2|d^M%(_#c#*?qΕDJZRm՚J:2fY ȳDVVeγ1_iL8 L-*w`7sɄ%#@<}OnMy\6G0ǰ6 ޴Xһ*Vm_Dǯ`sm_܆-:#hOuwD}ZQ┶۞,2Oi d:vBlj.+{: CH#(3#dD鹡BҁXh}r!́pK: gC6>^:S! ,鎆fB„XD<~0KJ0RU.o;2MnqSRx. G4@&$\An={{u s~1 ayJ=0CT;a(ao8Z(`Q5[g{ IW}6&:9LT  !oT0ņ11ZuħoShIx,vBkJevWS$C{1cLM,_T<< ,%;7x&gU#;CyYOl%+U;̐/MdVqMY d/vKsT껕>O\d\WM=N?qYOH6߸DLC/{*/&V} 1 <'i_;0-si4FͯEoLԘsIRu:db!jǡb+nAUnIg&[&kBde+֔K}ag@as%#MV `v'IQZI~N~B%ɳ#&=\ǑG:Zڻx˜i՞HˎJlDՒXnS ^@J茪W4ud?u '*tH_3)m#K{6Z]Ņ 4qD,Tm=c59×[5Q@%-ak[CqPv{TuP6g#{ixUk+1mv*] -|1ݽ'{$0iߵ 7>5yy{@\l7Ee5Zҽ;$f ZhR?|?Ũ-d&jnM׸)}Ol̂.\LO8XTGpm.f@!! >wG=%tr7X;6ItZQ,! &v!Y-a]LcFnI)& m*EB {9W!Ɋ/bo|$ƇnJS 9eģ3Ns |Wo,w.*M=cBjM:y}e*2@%#4<ϔM3B^@qn'L>O\ưL CzhX% ZƘ.H{VCV|wSs2p1N5ӚYoeԾ^Ny_XR0Q yސ-R>!tDh|ktn1Fknȇ̛ `82>.dbyhW6׌:Cbkzx">Nb9RK+e{/ }qV2J%i7l\T=Y^-pz|^+1Q1~#PrڭsgB5:>lы҈È)Vw]yנ+BfR|EóV`n`q=Z?Jne8f奾,o}iz$D2_4bmi]b9Q17oM_Y9D-vA2yk~!Y6LRٚQ;^pr~rKRbg%{;|&3cH8X*aKt@T \d|IiZpTdy`BW >;s״|ESM,jt9c`ҨHImtpca@ݐ5)n%眏LrzZHDZQUO=oŗcހ-kHtr&B?.@Xi>-RY|uH'4C2c= #5qyإs+c;\PԶ:e%9K䦯.k?=%zsǖ-j"A$EhLO&O%voSB_Bç(FuzQRX݂,RwhueȗA Ɏk'{//~ q&-G_8o5y.KLU>!:Br*0w̌1c?I` H7k zoi aS`UQŊ i̪]@CMg\5# WĎɂ%bkzFUqh)It6]wg#iAwUttfI/$ssPD(,@E oO|A,qg|bU`|;LR/IrIPL >0 I;܌ki;y1kb^5 ~,a0+qXΥ{ T̯ȆH`7˖_/=cPqz!jpk/@|fJK^j> D+} 'bl+hSr͉n|v5՗F&o}ߊ"e*j1@7w%#ƾ>5[`Ribq)S.b^/20+Ƹ)CilTt:ޗFhkZ>?j YhӋ -#EEГ(uB vR(>%Mh^&ZQF4=nqh#k*>MsQ&nF>=stfai&ItKDymC2 6s6Z)^m+8ױ pc]5N7PSZl+&l~RW"uvlDINZ/ K-eSk j-N._ oB6׺,?,4cؘgj(Fܽ'#緾͠$ K`Hѵ1QIד|ԏdΪ }?xMt0%?%0 b]+9C/FBos|<]p7J&+ E2v:ݝV7*{z(@Jr+oIi{1ճse̮4| bzs_9鏍X1jDx}Zpm̒LPot`.==xLQȠǢs'ɞa5r Ѿ9ɡ8`-u=$j  4*{|f-<ݦqt? ⍙7R/ XȺRΡ>H51a^1VPS?sܞ%%FlHxp>գW7*mKeo<6>gGea8vlx|Q}Sue4)&gQZ%^%ǐbD\='LEz' =T/2BmЏє^ADETŞɇgn宺̆%0eW`RǢ#ujVXaٞӮڕ͓s45$s @Fd6+{#[յ]˰7툌$.sZ@؜A8XI"CK;-Ӛ44[Z=Mzi@FVcN(D-;YaIq+KN3|uSm@T!4n;bOlzvo=ioU ޫGY' BEn"ЫK(JKv/,mwa=\q=lN^Wˤ Z@`2TQ^WTYw>"ؤ ʠT t.u)!LȬglJ=hz-R3D>y1A1-;-I b2ilؠtrJ _&َx+d3{Do-$qC綜ZJ``pwYĈ bvo/4މuG3'Wk{qQAswJħ/9u-xu)$kٺ\*0OMO&>4i9AcO[c?]?d>:ArԚCT,hr3d99M^&FlP<:w&kh<|՝r XDOǤ9sOJ6̣ !^p6e\1_6Ly(OM,SlNO@z ~X7 wTwiDQ\ZeK\xNl ~鱒Fc"4e/C\7wN(pl90-N܌JȮ Q >$Ԥ5iUk.%E`' R+ =jkyi7R zN5%8Z/otԱЃx 0WcMȑ3BhHSGUhK_'ɦz*1jzm,M 5[1Vr]EPƨ# |Y@fݲrNcFR "c&B,PB0 ʼn4s_H$f럁[ʩ~ܘ(kyeN!_< @.5ϵqRDG[!_sd׼%.X_ !HpUlﷆCS4J< n'}5?eE&Uo ,uvN4Sq[ْ;oA2:LhSFRI?+1|*c)¦oġY%2} Dov0Hd1 V7>.`bXEJE%04ݰ՞.ljMxT"\k8Jgl Ý ORɯS1]7+"=&6JA;>giQjDAi>=y: ecz6`ńSaX20bXm'`r{$tDoo_XoǮʗ/ap-p|e*SUC4 QuDbwz !a cuyhg-);tЬ*!_YϨA8Jos1JnMINBiuͲ}^ ,H%|^T:Z51"߉t%7HXP, ʅzڳEEdBh^`{]f&EG}y0;Ac@vh5Lk'.5ZS_9Jyhu)y5@CA^396 Oq~KtG&>*Z8PemDR;jh̀h(DSq(\dp>[$@%Co3FWlhĉh{7:wQ\ut줇54腯iHD.ER$}؇Yđ5~9 Lҗ0W=>WykƗ?Z"foˤ9,ׅnmks FqSDTGDO;c:l:ثg;nZv}Y1CuA;!sWeJ 9*HUHzFaX;.\7llIbtGB7!(%0Tm`-L_??އ,k!yx 6Ҧ4.oq\2_yp b`G98,#<- "ZD0y(ĉ襂M cnK;|| H|8imBSIM@XNM4`:)#~-?>suSdivNȾvX^95^Lgk ZL!ZT# 8ׯ&9'~: v`z]9F>W!y9# tFOSbsbHD"pnཱ:1IBPuA.L6T/14csX:#;=r2(8yu=jI6"BPPZlR%q&Iz(ba[% Bu\voƝtTռa,B!jʀ1qnτn2g9;HU) CzZ@7&ZyOu?6;Jh.={^+K6.0ҋ۷%K>i߿\|10T,Hg_uunfɋu24(JRZZiLB[xT髫(Jzm|ە- pnRԚmoN b^r%gFN01j9XI݈z#}C?2FˢO7.{ήj't98+MES~v(CۆYl;}wYhx Եe=`-nK7'<{=x@{ITtٿ;10oD0r)!n^34TTl⚋K_ SKPJ*ץ^o[+y 0-/>')𥇻AߨdaىK^ȲB A\$%Yt[ WBϋ/-wUM.\۵%"@U<`*>;ܕYRr(ج:Ne)w -$- =[jF.rŕǒA$jNm/L7mDrgH$9ږoW-d.2(-ɂ2Pu7 [v FZ dZD; ysaюaH:l%3^_!Ws0NNI D}} )8 >+5F:ă00¾&z,ߣD۔&#$`N)`SV jz`7=0'}H b'Wf WF¿ +װ/"up܃).ǘ<ߐOrlhE8fddzG.(?}yr;b'uFv&'hK!+BwlXZFl )oBk\ :y]d5>'XswU:dq*'ap1Щl$^,%;4RD$'iɧ᪐d [s O"C7k(87*#vE8$XM~`M"3[UĆ.H՜ܡרÇDE&4(,{j2"4/b0L5(cg{F SW^uV`KfuI^|s&InKwٖ" bq Ije)!B;LW>|UήY\Κ'os˛BN%\wiJeš`f$Jk`]”3>tI+ԅ1ۤr,`HԦyqiNuT`k[NJAm.0z`%Q׷FY6pPY0p.ϟG'%"@wpFv1rѦQf¨\f0#bf Uf- NC{s]wlgj?UiXGAC#"!ojk ~&k(\IhŦ7kʴOjEIuUlEy1/s{cVO(Jdɰ:4AKrls6jȺI$4]J;d8NBόmUq7ps 7Ԥ:!Z]NľȁdL(O43h[eBFZ&Υ ߰%LJ(c. a=aK[.`=j& ǜJ756G !¾KjEyv19sb5;sjv12Z~Ykڦ#EɄO^ (L0Yܦ{5(5eZ宲&oGOဦvPˈr=QjVPbO Y)> 3'E%R]ձm4 ڗm@QH:cb/8piB~?Ӟ2#؏!%Y_ܣFK_i/d29!ar5c{KZ6 l3!}=4[W@C醠֩{=Iʢ]~>d-IjS^fz!dcUZ&r,*& uZ&Lٔe C(zHSC[qᛏUG51"&qX6}JZNipbF2<5Vᛉ@_ uħƪW/۞:iᖳxI;b7e}Nj@Hݺ*׿*?7}]*ׯۙqTPZqQbE'Aф HiGW oAvvjGʠ1G&>&ʶ_-vɆ`:RHEGC{/vO4؂JrM\1K7F]#t.ڻ۶Q!KNͺzUpq?ƶx$J( Ygbq+!^n1yd t EV$aom~@WS`YQyD_/zqYb8NiJ9O ! U> S*9^ߚH  = i,_N#%Ij>UJXH)##}!ȷ\PPhdZX%5v!^@'>Zv;¦MўiqXHypK^kKH֥ED<*uVps4;f|)؍@|T–w%1Խ!`̆Pb:H&ic9@>S)Y9˱y0LB^Is2 ӂbdЁ*/#~D` K6˫IA#nڬUBϥǯ#}߳w;v^ vKHMz8 ݄q^} 2,YN;D vݸIl@^U QK 2ɒY$qQk7f3gB"F뭯`:>s8gZPsevU#{:l ߿h\.F$Vk[ - yiB0}75Z9:|_dW+Ĵ z 3dZRNd[uXh*'44du|{$=,4f`V[ZTl'ǹ+l'B:sԀsJ ltcҏNaʂ I~$ Q5iS?)'031dL uJ2؅П9 q-|x ec$K\ 7vSpEr<7nRP 􍸪_qq4r5U=NSR,#JJMakVXZKt@S*A,հu%Gm%?vtpYWa/F{8E;/+$- &Z"ۑ KJ}e%R^tQȒ/u62dO<$;;-2+Go}4^ Bl%S`Mo_&Lv/BEp(tӝMw:&Ӗ02~i7ӏ-iMYXH1nT*!v8 #1ϩn󸦪2Ykۖ>QwnQl{5('&+3NnYsԤj>BL'曼KBUb>60=|e"6#E$`?*o#/^< x0(S6CZЇI>6-"qz "T^ngȺjk$e`1 &Z3#`y X>v"!fs /%\Vga #?+ +M| l])Q^ ZleIP08~r*yf:#ǪDe=j ~,,K4+NK8#qh倞Ŋ;+u(ϭ Ap:qDXdQ.:;_i'\|ʁni܌anOz{sE T/'oT@X: %o#_R'!H ͒TW H$`aenu - NSqI6d/# {*I_~eMX1VXm$X&ɄYD71ɞ}o"|BǪHA}Vk!t"\*`9G4p1WR{8:=)^%*ZSóF"*X. 0}eh:io,Qk!Žcچg+Lֺצ]OMv|B4}U,; tdT~j0oe\t-i K΃we">[ICs"䗹 `qMƞȔ-ß"YO\F1A@X: LUVvmhei)NDFF8ٝUBq\+U W*s잆ɲ%\n'1M/V?eA_~j;"yx xH0hׂ_FrOX3KbS$SPV̰\`ZվLĔ'3|` ^/@-C3Rvaq5@x,%קkcv/ꏥ` P6zo$1,PP^B>TW325A.Z++^ŖXOKsgGa̯^@ o[_)Se+A F$|x^)x&GQ2,+6У<Ѕ6V9uX:'t%"V",pė> h姣 ^FH8{b"_9|No[%6-wrL@KP*F[?PBRnKDAnuIWݘ"ZF}^S$Mj]ЈZ ƪj]B!P'Hs{fGTZ'/۲u0!#>F)6 iĶ ؔF[$&K '#٫NUn~^֩ߜ`՚k7U٫e";_^' ~:@M!t Z"UtDŽUVtd^Ө&*~lx/)SEqr ѦY4V3;K-d/u|mC-IO# (t>7+5$WYdah.K:so|4jX4mUDIԙЂ۶ ./[j.з #̷ ޻CxVҧ})jqe*# `bzB:x/lHB)}>+k2Z|qU7,̱= JȗRWMGAe10ns9x'G5g>Y@N.bMWd"&@nF;Xʉ%r͢JQq3g~6[^3`ʿN"5A[O~MmwY.  !e zXͮ(_%[H8j(?lL=!HdSբ \'M ҆8y*kT|5U=vC`N{'a~ >g {{FRG Bo@Rˮs'!} u'\]Av#Ȭ\cӭ߽(N+2l`l;5yEB*vm4UlşIZN.m6h)$Xer/%}KTIMe&$+2)bkM2 2C0C1&sSc}(7f^M_ bJCyv!LM tIYpqEP 9 k9fJ:!=B,Ȕuz}o낺f8ލ9ß]Z,Tyrf)ZKnMQd?5xӫr*CĀv=s]˕hG1ˆS^(Թ8M:K{H+}|+Y_ջшhpm= #T_:M zz), V}pFE{!?k@۟18vw.'2TScőf0zOL k?z@DEaIzFFRtjxZ?v~*dL7=V;:l'.X:2qqDwUi]# /:tF%Dk1xao,8إ+d֐LV+uB$_oˇ iӬݑa{OhflF忽Oaj[>n S樲#^a04T z7tb{@ K6x%ځ=胜r`2z :UR_ c1Omf%OZ 1oss~5\js${g^ݾ/v)Hj#> cq. gpކq k,]c<ש˶bf<5 f4Fnx&6ʯ57d jv¸ҘlV벸X8:UFȃP2bߴ,ƅ)K*ǴRt6g 50ݧ:0(+Zww,T>I2L~s\&NCdLk;үm_ʧ~7^]=u׈۪S΃G@eo:\邲~Edm6QP\В0޳N٪M;>u8h?f՜&5O!+ w9>O-.WӒ(Ua|3vwA:rFr%1a)6M,?SۺęjM3wh<<1Q+8l:y'wbi#&T4Q.f5b> \_CM' Ђ1@Jn J+QL7nn=+t'fU %UYuD E}:PD`*?~O$K*SZiY"J햙JC h_K^ױc(.MA < Szςl6*#/g(0IvfH~%!3 -fT._VR].bՔ>qtj/#u("FG x@GMvb뵖uNyD!ZNEGb٭5x+YԥvG+b-Jz|Q^Rle' EzI/ҽQ 9'΀m!A.~RYe&#d5#8kNBTWW$L*jzn̈s1KiμbGcGzH5X)EVV$S!=#z;/ 0Y*M0uoef Gq"7Wg\3ԉWGCu9SlfY{Emm٨zfr| D N.+A _`+ |>; e ?9\Џz-·#YHև<0I׈p(6R|n^jGl9 T)7LO2"!eIf،B~"sʧ{Xeϥ H\@Aݳj`P#2$Ž=WݝCqNe7R=R[#ϰO'pEMiv #@N|6/6_ʀp!WeG=(@FIʌ;娷'3x֧(Eiп'XS$ SZ?C2)zUPՑ=c,7=f'(<9M7W{]WB6 pAhBc|(P@34/]<mh91Gyo(@B#ʹ.EJ۬i*u~T}U քqڐڃ1Y6 `[|o.B_t2 A{Жr33%U Md=49 y]H;LP~:Cwtw|~e$!mjz=Db^!-JHC-z{3 SζD| B cAM5)P'=l+VuH_B)@zx_2OxAG/A{?QÇXQ[t3&|S;! ;%E(’qeZ<{_1 xx~~)_@t у:NhHLKX'\)] QEw)T ✍bAT]!҈ rJ>`u{qʼnP!P؍ixR}Q/\oF]I 9@lat]Kt0vBx҈kA;0_/5CslD$\ “/7ʩzsɂRW:$:l+lwZt0&lA\.lfn6mc;h|Sڞ#]`F0HP~7"aX;yH֓V>1ozSd|-k>Akx(_|J4YtCHJ^rSZ Pv arv1 ~bУ!ےM.}؎kb&"+xf֚"$ 2xaDUi\N7t&K9O!hP1]T@ @P'ӫ3#_5YsX.:sa+Z^_x>al͍t >#Flu@1F~͊ 2Dt])BKt_a -{-;Yسf*"O@͔څjK{d -+ Z$gݓ&*#z݈xlqC [އkI&#.JM&~ڋh5UO,q8M~!_C\1 KR,'Ћu&PvQ+|@ԫ(ܺӧBq]WY s囩s('ȩpmO}{ !QQj!,]ܢ)) vgKb 0p#[u*?tk$x8]B[@/d,M1:٧IUP(P\uqȠy]ٱZ,QZ^C{4fLβ?#9qOԋLmh#1/_a-3uR k4ə\LY ky+ NaO%28!U*E>f)~Vrk չ'',t&NwSfJOtUG%9uKmFCJ:+vRyڭ(/3-~b\.hjV[.+J5R+EIvuBM9;v ܊i@w[ +z\wĚ12;0{ir>?Y_8:CU9 5Oő+@)%SCJQuO0wdHX?781e^YXx7f#WMo$iK{ߵ#|mKvEH-%vD+CX| Fu?!spfG#vZIӮV[dz9\%pu]ߵ.MV'2)XxܡZ~`wU7JQ$`:(u%\ȵ'>CSܵ_(-5&F8z2<|bj΃w#CbyaY!`x$ɥC[ '&,mKa2հ qfhGP=H PQ )eZF/?IXtq!j.MZb'=b~=)T:^ a6JA]k۞n~e)ZN.RS%et1[3 eSj(N$o? vg[gD?OW nai/"^. "nAh%tfUFNidƯE4t! e^;6Lta٘'4:u t9գZPh?%J`A \^IqPkX>TuY{'[2,9 BN6>گ_9F}ݾ@eYG6$G]rr+'3ǁ=U:~[r0gHGO]X2P{/fYeiGanXB˺KRV ]m~``_g}Un\c} B Ai1I"wGV ]&qQhҥPn/'vl<>CDZVwes8"i 267cYF)*t?~@73a/yp}[[Z,Sqq2p/XM'ka6c2}8NZڜ`ПK$F,( B7a1Jk0'ӹMsw oޏPl4qڢrߌH~DCTiW#ΠEmâUǑrң)/Cbw޳X{NSmY| BޤD*[s wv,Oy6M6\0-)wd;g&c~ܩ@"] 8rw~ RZ7q %12ceb-Cay x47?MnXNQ ҼyAcq@i-mLЏn^lH< cs|8ֆP7tu׶,=\tj_X(]U#B#IR݌xtdd}7cd00N|G[:8CܿUwҍ!t7k3tf#wϩ@2٩+k1'yU<9w%)ёƻOv9,VêA {Mq12itOj6mN Z>磵ңo?P$9yx'@ }U,tW y/}{?RyF^ `s #(j>MrI ]_(Pdcâ55VFIcq7.٣D5@% gQj@b]Tc㬸wqkU[op!D,}mCؚ;0_W(t4Q V/:W&KttxQo|p["4gtlJ+gOGB;wQgLDI!0*x.,%.F-Pv){18T`}KX7Y0+{}ᾓi ΛeH#`D%"TZ]> //, P W~J]Εz[v@SA" !N/X$ %"z@a64JZ{ PO%d*K9'zh(XgđԭB}ZOELPI@?W'TvO蛃8&i&y󍞲OAxbíz-3,_Z?.hLTӮOt׎vڞM!v7x6HS 7jŒ7JfIAJn|D(T/Q- !nAlګ/┣Rd>[-(L,R7{ۅ1EK}_jH`t>{nWO{e+uM4}Jn\Jno@x:@' {Pa'g^ 80~v\5AeVt7{#d%ʦ E*bGm(R YEz jLVF٪B[CQ(#3% F&$3hOiH zLd~2R&9_.0ةĜfzpc,%_٬|s%9SqXE{>_N `;8H+&J<<!&I-58oGfpKTB8mUr;-WxsoB4<9EۆkXa8K ,5(BX!`أ9H[j{m+ W*? s8>0Z%\ YZ