go1.20-doc-1.20.7-150000.1.20.1 >  A d p9|\/fFACޚkVѨf$D?S 똫"!3^MU-%,B5n#1Rɻ5 [^aZYc9}HyJo Osyyf`ˋ]yh&WQz& ERw>{l3\d%( *TE [ zq0teRPȳ"r th-YnJ‘?#@[bcdcc25ddc053fb772a703a731885e1585c7f26f67d6fccbdc289b44bbf2efcb85a6282a38f33a1e0aa15a7a174679a6408cbcf1',d p9|Bj#Zh(7IhT5%ʈNKPlmHk"A:暢Np WO4֧]gpD=n"IgNWT뫵? MFX\5k$f|XwH+<5UA&_4'z}I 5h2_]&Gpƛ42DoF~_قW7S 4,㳓?y?B"Ibmw~9(<b(!Ȓ4?aw~x]lINV+ Al>p;?d  " 3TXdh      4 y (8(89:>F'G<HPIdXlYx\]^b cdBeGfJlLu`vtzCgo1.20-doc1.20.7150000.1.20.1Go documentationGo examples and documentation.dibs-arm-5 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxaarch64Mh>i+xdddddd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.7-150000.1.20.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.1ddD@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.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- 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 trackingibs-arm-5 16909618241.20.71.20.7-150000.1.20.11.20.7-150000.1.20.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:30079/SUSE_SLE-15_Update/f21167f53e871e62e7d7069f1929b9b0-go1.20.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode text5f0vutf-8c6ef21687e7903ddc332b78c375a4a8a4214a941306eb62417fd599ef04c5c25?P7zXZ !t/:] crv(vX03i,b6AX>zh !rJ@}GAq 'u{2}JX_.Vv>۳J9M,CBO hM9Qz0[-pthl~/>\X+Lga,dt!GIlW*/ g4+|rᦓˮ1=JA.i)~2dTjsS;Dv<=k$Rxuᾲc(c#CTO*ei۪D6n7R>=nl*̉/y.3\C8 &k"3dǒ;adlNmHqegpg sB%=x.|2}A#d Vןj"h*^+]TzL VE+8]NMư?px4MK4Uq #Ϊ+ ϪI1<.x!`L/im}fʚ̷̇S!:clsWScХctX7_U gWWMyÇ]C(,68x-u@(NǦEAL_&,C8v@/om]c -LLcY$jUȢ.e3_Ek\9(eeq#^U1KԖ!w̒<06즢M8VWٔglw ];(c >`jZuKd7v߱ ,tMWZqT:?;4QL#s]A~53T,*ݻ‡Y6#Y\BDoV/ɕgtSQ$Z FabGGZed~Q"F6.>Q:NLFB?Jոj(m)/[ /}U=sMc_de/Zٮ,Ґ)gim9NeB`?DZԢz~_+h~HP"[Ϩ~ڍ7`:3k X6"SV5zޑD?BI> Gyh[*"0͒ۘ;#=ZQlc[Tf#5-4=wP&YE{i<3iAN:ۼٌHiۙ0ۘL\"AcPY!LjʖyD24GtCVЯHc|Fh+'Eͼ$fāts86M!f2)"( B`Y\>&K65&虲M6ݥ\^K' @2}. $f[mQʺ Hy2䬐uJiasCC?U񡄞?4S&Be槄lj􄐲 estf:Z¬߾+H%)ݨ=j 4*Į̧q$2T1BgvUMar #O`=?J^04:8A ݁ 5`dWxz {ZZhnrfQ| 1 Qh"S:ML#eBpG0ס[*m۞w)9{`(U^)x0w5Gjc(d!M(|aGƇyQ .x\e?xQ`(R^:H (J*喟 ٤ry]1sb$鷝k$-+1<"oɌl[+M~؉sC,zw^fRNu<Ž8:w8SZ⌤be0X5סb JcOsIV1igW-@x@'BXXVĿ`ԢP95Hc"F8QD+bOw )JQ΄ ˍls׮]=eKQS)^7b|? Dwt`iᮖ590/=C)XMRPJ" 9EVQ>Dè2%G8x]2R.k6X&"/غ#cDk* Z 1agmK"vˀ-[]%pg1*Drb3}h/pɃ,><fuSǽ^%ԃ Dnf=D!D|QaBd?RS$arpleG<+V&XUTr|Y!C%(DY<5͞@|h'.PhH3)[(Kfj <7b>ZbgBJ1,2oUSXܸ"WQr$L)Z.iKO8uؐN.5t%nX 'g@T242YCWԐrfr ]]m$WO.SH#`#{bcf.d GmXڍZy*+D]:gj ] 1gAPLg8 /^n6Nӑh"Κ4n BΜ<I~􉬟% 9YYr9]odO\'%6XlU7e̞Gz*xnA&_%K%59b/5mpQb$3xCn$bA!mgtf}F5agD+cv9֮aiYupu4!WA{6'ׄU~ #quXiHe wˊy2^kM;>}/,4GRޮ*VHT[FD8 ˓B\K-gЬN(N:(.`;©P!ɀ) "ӎ$~[MwTGLTcPZLNH&*7`pӾ)%dF6+KE[Є?\L_"]VfAr}d I.tvHO5^ƒC#']%2!J FkWkvx9N+x}1Z=Nj$: ۽(O㏉4kxƬ hQDCZy l3FUvY\̀Lh#Nşh\G-GKgԝ"pYP8W0( j^!:$ԁi!h̩?ǒ/64a*]] 0Ms)AbbIJJ<}>~8G61%HA\KDYU> &22ډ 3$ko_>7|M38OTڔ'C=J w+U1@I"㾪l QC1Hsm7B.6܌_[O9{ OšuX=&orjܱ!·*TҲE6>JqzotuiE(*#Bm_11HjTa 3֎:?z:@SBƽū2Vπ}A٦B+<J=eY1Doelb+:jZ^r 1˅9sGu2-ً'ֶxgƨUkynpC75@#nrxgp`.ݛYGB :r\jozrܯ+ɛ~'e(#ݗn@b88m;P{:`C}f94pJA,F) bM_].֮5!Xߓ(<}ȅx26įIbGe2P\/|.ڞ| 8Ԟ拘%=]1o0 G`Fx#7N5Wd$ZevPp+]a57~ђsued?|Cўح@b^t\zl `̰I2[dն鸯<|kZgSCG6^)+- 94#LY͸i%Jd`,P4PIv|LG^BpK\1mjK֛~!IZ9@~ya ['AO_Ǚ^fMҧԦAGQD=\ߡ}N,’Xzѧ'Y$\1)M D$>~XUgcW:dX@ v] j࿉a[ؠjWYC Pnnm>;(m}Z}R/턇3個E6heێ0$eag.ݛݿ[F[&*/UP`A?9czt]F:3PfRaT'ʶIO50S+[Jw:Œs}Pq:`$c.n@{b`a䚒Y͋5-=Ugi,ݙ(?qvh՞ʽc+>>RS <̃'.1AP\h= }x@-{QE䵒'ݜ h.<O$'u&\Xp¡w{xUqĩҿn7zڀq-iS.,9N8!q'~zP"_t"uRQ/`eV՗Ǡıc¼~8҂_W S@Xz*0a"$dcTvjOx#0# 0%0 }%*'\HAl LpLc0*^0P[8 ![o$r04x/flpxln#(4;dk }oOjs4$D"oxLb skiM{Xptx&|RUXJZ樂;s_WXEt v(rJS.w 5r&Ma)"%̨N "mwC]\H<)U)p|q߫gj, )AwXܣ ~0 }!. Ώy>! Ronce-iG]H w;TR41|lem Ϸz=b0RоK2mC}ECjY%> f+0&T"0_U@ؕQS1l|FtE `?G>j(fnOAx^LG/bVW]ޫ`D/o>vXhJv†^;(3d{lxuI@6}dq)*J°Ys792_/BjkTP`K\u5.Nj1GT-BΚn2 N&sWܘzFS]n 4 ? gNK,`l1 +3h.{,{r$ ꘁ1T|Ud7]LF rKy`IP&2fbW/ Z :p>zCuT<(;֚\8V4+?¾ Mr6RcL*5ՍxN58Qw2u#1twsli5ڰl1n 9ȣDW]^URPoNnvL^?ɝU19,:"NJ=gb߭{Ϡ~Қys2 o7;D4&a?Ҙ?YGF,%f؂]Iv%>vp埊X+|i[͵/) k1I2A<||gCL6tV=ZlH~ב y|4ď?M5&Vjd\ P#Т;αKhU`_jvڱA_Md:.`; '`:1{f-7d{rèQҩ2goJsۼ?Fо(_&gAF_>3Kϛt J-) %ws!XefsGa5 ' U%p ` Q2֛6+SK+܁‰{fwLI$k}\jToX<ݍOPX`ci\30R&0d0kcݫp4N3bilPO< ᏿+pbBАRqFVq,D-kFssԛz-=SwXU(18 Fp)8ή`H! IA!MvNz[% 8z%bT6Q%ܙSyE8HՊԄl|%+&vv! *~cSQ/Q?urʘʣǤG5>o!3 .G?tZP Ϊ7X8o4:qQycɼL(XX )O?\ 3\}(gT5 ~OH!h * uJI32S}2î ?eއnPSc fjբ8spיЎolj&6{@%9Sb-f^LR'xbt cuX[帝YmCY)A"=[u@ TiCf™%f;o $zr!_F#wf<{sery:ILm5n]_pf==fQLz &Od1XY+ ]'WU'@췾|dqu'P :YSjB$`K.V=3^ ;9lHSv{6h{pb)Rn-܅@năFqeq+k*/*Mnܳ;tʸ]l] G.^ G34C~F>;ۭ&J&epVuFMb Y_;K;&D⎤rbil1wA}/ܭMgsCYӮW'CzQιi ozg1|"y{dXM@\սwE.nM^A(2 tubt{S)=Rh5EU;İX_F5r6 ) 6RE%]uV Bn 4xzC2 ,[j/I*jz+,S3$i!PN~qm1e| cLO_p]9iVuMDD \AbT"\W>Sh9Ԯlkׯ(f08PSΨsF_DOv,}ъt6*VTӵ1?q(lUEF7m0;z{huPmySͲkvV- =@ p1!Qc1GfTS] 9;^m/ͿR !Nke~Pw-82w8_JZA:Hg3䰄 8*k{@|ne(!/#o}5\%g'H5H<1  Sw4q_` 3mL%kr`-HZ%P7;A*s!L.]꧈'BpKQLYp_ GCqS)7fْ\: yu/R4ja_qtg`t(m%.9v s $/[;2Z병iFjQ„RHRJި l;S)R38\EVRrdd 'TʖwaQsY!_MWhoʦxSZ31j[ny_e{!õC9Fa$(oAT%P|Sg  :D{H7kВ+Z" Gw֣M}DMJ,7w7RR\Q9_.׃Sh~%DȮO2H=H.<ں?%5_|j>,x lGtYZ1 MBUcsE2z{hTKME9*aKx{{E|S5/oCN,1x ˲jVAxcB$ю},®s:-nmC(%M$X4< bMιQ~}EL ƾL~%W;0Ò-9. 1'nu [;r4!6f=gWB51qFubBfŘ/իBDԙgdGP I>%o߭m`N'fw,F87€b4 5ɏt|E\- x+d},bd$[Rh6 ѓ);,&50:@s_%_ƏZ% ‡]1g(\utn~-T!&$۠D0)Q7PBMv)i>k]5%dAJ⧶:`"6 #|"R4z@4#z=m·MqU&"FFN3"8(/|K ԽFV662NG"@cP̖h5zkQ6%? ҴȘCj$ڪ}\Z;?ɳHmڹ!8eh_@(?dBywʞFWPKeS\~/%wg ;D.b_ P4#7v(A7oP68u8æ$ 2m.Պawk4}A_@_UPC%{0غ F&>QȐC0{z[U930S ]G4,Jl3R91\Pwoqi 5;nk|͠bo!riy|b=s~m*b\0pG0Hm\}ͩ h끎5>OEsKEd?̏O@z۩;8r'R>~Ҳv(UwcuX4F<': ϬLBo߲Iê(;k:3𿾋k]SBd]JGLЌ gŔ}KSn#E sClka:) Impt5ܛ$(h`Mcs ]M:%|`{S`B2}@^ 5ٷE37sAiP%YzNT#t=kmZ*U N`$;7I9s e :䔲>miZfתҋO,g$X6cj_HZZvR';jSzdD7Vl =%ᕱd 8ՋzчZ6bÀ4sUT5t,?5԰kZd?4Πpϰ#;EܸL~u M?+гnOk)ڰ參B֥ωGd" sˌd'/Lh7MjN&Ưy8?1N^‰r24<4g/ELVOpqhwv3h+\vpVw  -y \Pw2PgHE,DNJ6S!~.Ev Я%lV "d"-Z+2 !&εN$u|obw . e495ݐ5uOHZXnYuyk.|{9%ʩn^v߯OaGJC usr Y*/{yOAO*k`tb,vz VNسK:<6ؘǀ)gcөj&ڎϾb-yɣ+qlpiQӍ.y-S6 ͬecG>[FGapx'\H]۷ IoWP^1̿>"EjEB]_Rzߥ\V"+ pXMwTx ? 'cI$ I}O}Xe 鸆Мsob0'4v6Zr/U mPޗ`gM5`(=JH^y{)ȃ.N5o,bKx<*i1?(`<a=$#Uo )OqVʆg,'_׷tqnOW %yʎ_aXrAX#[׾܃\ '2ɇ< Q:3|;:e6O=BE捌ùcgX %9 rX#6=;#PjAuKHb_@Ls&] ,s#DEңK9ڌ{ ֍+kCV!:\]Cz\ :M!TCn';YɸYgh&}yI3BMp!9䵂 x&FO'*K0eHwm[G'oug{9VaW80{) ҒۅNdbDPG`d[aRgsFA%Ϝ]g :$ꁥZ fU_*dq#d1ze+uPo"ve rAi`+Wj何֑xJOUHf$0C{SŜ} vnqAiŢ),eBǭO&N*M{)4"8!7xt8li^z3r ѹazO&pOsaOvxS_C6vYQ`D ^e7[k^}/:*zf,ؗ2t[A8xzZD@r#XEI.?m' 9()2,=zgYfY'Y^'K=JmI>zآܵxظzu(I?_Ig*y+Dw&~cZE1&)<9UH,5O׏ꖷӘYUC|Qӎ*YG3}Vk9x\?8UQql-=o +͈ϔhb6w>vXzO8o!iE0ޠ쇀Jd ц!V1|si.YJ$U3w1K&XN׋BA󺎅YG:8;fH>1ƨIځy\?R1!}2Ƈs [lkn2q>yG&mv0BF#;NJJAsbM)`ɐ ΢_OJ]YB*^4ȫRsWO h *Wc)cly0/8UfFeq)$M%DhrAn+fhF @ŝvs~bsuD<ƺʌ%l2glt-nU76yoAr/?ϱ7Qf> +/~:"*__a%RZ/[?c0aOޅz^@dnU"0k)9&ޛ, O">A(]*ͼJl".au?#$mĠ!y F%77i%v%c~fBJSإذ]l"mxf5g0u[!]y $P B&ŷӝBPInGJjuX60e&f[W&R2"/j|Cp%G\i-%a(w(BŇMS)'3XRN%$o1xWmu˗ʡxxI(lR޾Xy]nXDHA[&0Îc4|/.@S| "?qP</K^mW*]% Ӡ´q*E!eLuWڰU[@+ ZTY[ڞdjW>p#ikIn΄)J޿w}M%v% yȿ{xu3?\CIHn8dj#D}TwJ}rjsr꜆xdJSmE^2_2nEdU!"6X;Geċ ~XWX"v*Xxc~x)H@U$Eʽ3\T+ߺ({N{U1PYB/뮎@ 8[ }xQ?ꤚ7`ꐀɋ}ɶគ0MY~P, {\dZ1x9=[칥I8i^_W_=;ͫDa$ɡsn?Ub3vwmuq?4;1Uv0w TRqؘThѻdO-+i91.{zH =`d ڤutsl<sACGȳtZΫiTW GT6 YrD 8ȯ6l\l\gdCQ Is',.~YJyw Tx fjʹJm`O"XevT-S"_^í*=vp-5gԎM,CtLc[hs/WhVYX4aUѻGVFT!{LB߼uyTW:icվey;X,43hZ+ ̟>xbސ@RFEAf͒9rP :)g.y`p pYA-ÈWHJ#bL F?ޯo.o½c]6 "XE&6@qA&9IFR="^&g} ہ6+DD/ eԟuW)j):_@(us~U(=ouEɝA]6fןdą{@cNNgλ#GD^NT$Y тlcS5OGLRɴK2 vXܛr|!k]+w|h&JThԫ|rpD uLAI4u7T>^i~:ixဇ23usu ʦW^*&~կ`S+ ׊Cߠeiu+L%?~4x:/yJ&g :goD3I]a^4Փ2_&ĮiVoqHm!34ޠ`()KBuBTU^&~8ˊ_|5ء\[I^*EFY@2$FND/-8Q+COHRRq>Ps2s4X.'Ab( _X; `8 ڐo3mfi 8ף9,ae&7k!ƥYHpjP7׳wr3뻦",,K~ [?I,S`ĜB Eѡ>=@yiPRlT#޴P`}ɕIJqtݚ` 붅# ;RlDGֈ+ji߮mΉ>_)j(F)=ll1U'%Y:gґB1^c M/PdiTF.$ 6h8yON4kcNgwVsLYMx+d_I~o?*JyMэ8҂M>ρu~`,@ 5 eĔ@mN X&9 ?O=ssiNk:\NkR{O=?d'*&OE> \'cK~&{/$fO᳛;S>7b.4UT;@ԧ\ ]kSa|1ZʆJV=8vKzrO1 oJ_j`5u]MT?.;9ݝBT6~7GZuC<KaU"GW> =|F "?Ӻ۬QqpikY v^J+EXQ[PX*dSf!D0rA̩B1uǂ8A&a~qCZbKM[ 箦xuf)XM[w+NK]}p ӓf[kf"s'bZ;t) inp{o\źT:u-sUT.K gS}](-FrFokX B3Ќ B^Wo<t`pFQW0OYQK?i%-Թ."WLtPg<BC{2=K5k#.a KP7fPH^$Vdw 6P.`®z$f٥I68c++Tex?j/ m]]7\GN>Eu]+ݤr׮|#wD%iN^=~ؕ;5dWΎئ nJc 37=YܛK"'D= yeQP+O~*nMM9o*2Fi@~x& rGQ?JHqg݇:]ԱU^d-N\n e,_ġWWimM+J.VU ^xLVp4b1$bc |[*=nh{rgzXa!ey<:z }$AKGtЇ?KLJtp`ce=Ǜ]nc Ba^yM`rkq6:4{bN؜V3>mAEn%lF#8 #Vm3RۤpThO7~.p]i4#Eg9l FdU4F%jL^! <!O Y#\%C#K⛹*;Un3#E/UUe+oDB יdq[p%^6MtiM0+5vfW߷K#@Jt2PT+vN4:)($fz1$&i-z%1>ŠnږÖlSJ2Sp"n*ft \ /v4id>7v[owLw(sA&#) IXġW"Ug! JN7Yvލ .*-:} ߯rZ^ GH/!/yKyZ5,PJFet 1'RгX n<~zƳ9aoEFg4!,'+Jq 0N5 )q컟VXPີ =M aU]tM)'?w\L'/%7b?c*s}Ma:/jC;JŞZ5c>Rz?o˵lA-l>7fnS-FT06:^cx7(.8x`{=s+N3 eLsȍ=*>B$#J_JU"h'esR`8He`Svi6 D/kLoU$Qxm#tTKuٜktُUc7В[DzeN<-{!~gITYD`2c"K-}e,XZjT<ԶęE /7OB&6l+v`r<{MR5cZʼ o%Z-$xF O{}dĔ߽4 Wպ-O7jE'<)lK^[S]nee8dGϛܷ, Cp7 M)]\@lh&/Mr&Z]q;oYY=hk/C6e  ؇ Iu$%hNjHafI' vvWy7QՃ tV9},Gf sQƪ4w{@hI??>5"e!dH4rj_,U_6y8n:V]aH!V:z]E*$bmC1Ἴg7kja0 jFӦ+c2t*T 죒ubYsmC,=~$ niE8OPChu;䜘V]HMZ"_:(Iv6f} k*9>ZEk6* J٣c ɊyPjjl^3Ηǧp}6PZ>Ür2"sxWy=5ﰊ/zn!r;{[]Ouo2FR!n~#Łn& 'ɕMuҹ`Xu?=bǴ0 >l5n >ͳ][NMo0̣TJNIk]:d==`ܶl\ j'9BŭV+بN_^(!;7Rmߧ5/cQy:=>ԽXv_DdY/GdN=iu+J\}Y+͓h1A:vw6fR{wc4P}~˘AqbN8Vb[$d1ZDqvҟ|fEvl=9dx}  1Ɖe)R^ Rȵξ xښ]>^9>lEnadj,_2I1b.!*] cnWWzozASI-9mf/V Z./P`c D Kh> rkPfe40`I(_ai>w ͊mW^P%}6Fs ;LE>AQ+y8_]'M˂ɕMϵQ!7R\"GPok(br7m]JAWGMlScV&a~%/da%rh ce38O*wG@,v=' Te:VzVs:?%&1@ KA]!6nI%ݳM]Sw8#)-n"\}so P:Q|OìEn<ݾgPlIxkV_CoiQMZy9 EVE "peKhZ$)&*Αpee^0v 4s2,/(%H.H*+~<j<=$2SE߮ۄBm@hB#,hs%o3ەхބMk;kԻ2zi ׏B{%b&/E.CYf'٨93<[B,a2.%2Ϲ2mN?T)6N*1e;6|Ah1h8yvE؜D"4I3 zLh.TnV4g*`4urL>T©"w~pmv C{\N}˕2 "?7Y| +n[4[ٽKc@5FL+= HްmLQ9!G+I. mxOs<ڷmLHQbH)=1eC~[V],̒փ6k\5>]#$gIZՅ y&[gϨRӞPn%>j>.fѶ7f[h $oz\ v_CrQ   l pBFcfZ,wD9+[c0GlԀ4Б9.#a9U)axETx%ʷpHlc q?F=z4$.#P@y+SX)2}Cn{cD*ۘ?;7ޫ 7߀2˙RCr_ꄯ<`v-vN %l,-@B$b GtZT\H %#Qݲ {Bct.eM1rw 9[Z}\6=-$s5DV]ڍv-!\!B6 {?X_p9O\U'}\#R$G0s[8#Z,E4 nY5PˉY)žZ*ц\tR`(nSd`mGL_<#0ᨱ)X*5.2T2:+?C<"RoʷN%\/%P&hwz; 21! TkoAt6 -ױtܐ!Krvp#ɘXB=57絼:)O4tRkqG/;֢MLQ?|T ~B5>,kI1)_/‚Q{=o߇m=q{Q94U6}oPtx_Bv8C~ܤ5sY42*ה>RUEysfNHSQ5!}KZe qrGHcmuK)-.gE i Y7 +S,~ 4_TT(""mM=Y {jg|aavM1mH'pwAlǐ=c8oAnj/wYz_>`K52pB,[`d@^ݞЄV%4#x olyY&P@ 5mKlC~リw3}.9jwoAڀ18d}cޘkO/p7aV] 1zKAg"HU!PbER *)#nT +X ͥ8LEmfI |i߽}>^҅u}/\b.0VjN(9ɭu8t=ʔ ܓ\!}ulP>3) XMT(z.1jKV  afgXH=*ջCuVd>d]əg !8k9wqi-} oW7D0)/5?zkJ ] $v')'ҩ*uEzljph}A#1v~P 9D06=r݄4%h\異J.#Z94i4γ2G 4Ssj ƿO|A"?(n)336 x Ǭl~Ip6FلaƀXpa(#I);-CMҏ3TZ VU#sevmyITcʨIT5xUOm42u!`0C_/.c]*8FFO"d[H,yDy!Z: +v?\`1l^^w~03nh(t N4B^JFYFw4& g0p^oJ&p;6qXL6~v'YOԙk`XHq<&aҳ]g?f@orMx2%86z 3Gξ3TZ\ ^-Fw[9F1Ԡ̤SENkhN9RsyN&,cVw"7 0aὸ6".:NDYARE?+:㛼- VpF(bzL2J?uE/14 lqeEVǞ7-vV&]9 ,9 4tqLc/%eP@$7׺e+/ ?>!KM{ţ"sZUE=_M )/&"[^CNg!xaj$[+Pp~!1݀Fc(1en! =9!Qbj?_CQz~R(vqL]kKOZbOhP- o4O.q OS{w.-X1 峬qP f!̃I"TᅅNr1{h3D}e}:}3jV * Fpk'A&Ri;xpzozs^I>\֠+d' wx0ʣvp;_} z.uckzMzXUtL[jU?Y#TS\4쵅)f撼pGAґjU$J>&U2Ԉ1IOFd/*" &A+Sؗauy9sAdz`N$$@Ba>>?"eg2~#tv^oxqNcڂx}5az~ڥ!x#HW}΄Q0S1٢o @#0-m UCSA{2A) w Md%<5#ٳ޸qo ~;q=Li^(;Җm|ͲjrOXߩ2FIҿv]4SZ d*ʍvͦ NH Purd؂$gqނ9E@Xg7 f 9*xuqeCJVK ČOD %ڳ.M kk6snq(. 2 j{a:]v5B/ȍQ# $Hnʖ|𔒦5͍C)ʇG3(R_5VFrcEbH1s4/kh+ne < tMQ@CFI ՕGĶU7,yn;<$zxePbR?u4"t Zr ~~Uc]pnQfwHBdM*7Q֭^lU<7LsT:MX/EBFVɖ1m$O@ؠW;?6P}ɃfW' crA1V _}2Nɦh}rDexR/$Dbd#0<v z>a٭p{,#Ǯh+="cCEVxt$BzE ^&pDa_| ۇ%\iMB{lF/QMum!i[0*B씗~ X߅IBlH>W9iys -0ő ϳ\; joM(둏'Ηٕ͊y{ROgJw\DV*0"٥YraHIBrfEnVFbs^A|ʜJLBOnv߾ӸNe=yM/@{M<<nWӘ>!7C7E8Y8KT;x'[/&P3|; ~Flg`}נ {y}T=< GU$ײ6BL 9^{J-z-o5\WCꆏ=j /t0)1B`hjs.5D'7B=u-.F b_c.WzB+[5Ӏ,sb޺k;MuVdpqLi[on'f"@zJy/#uNt=pUT&MsޚsYbetDN]2֑(QW%?%]؆vH7ːTYՏmSHz5ڸ̛ A`vDyE5|w SM[bG"ޝu6-EJ5ѝ<΃jh7uz\obW|Odem%n)Ě`J~ᄣgӪGVCE~xIzbtdsOgIbbo0= GecBȹ ;N:3-)U}W)WW|U[eW4-hfV: u1K[8T%LMq93Ԟ-euE ϙA"'nVz~{%0Mk(0I7p~c ˨ړHZp2Q`sVؗSlkiuRh$nйf1Oѕt=xQ);xLCxb:)E L0OEW6Ve9խֹj s7܂[}^ϧik7Uf]L]9CQ2~'Jf`Obj 3iR"" ŕsZ#"ky&[3{ǽ30`E邩b2M,J@V_wf>XS1?!G }6Y?.jv%RDK>u/Smh?oG/(a֠=Y}R={Ӧx½ u %HR{@){+N`%[>(M\i&!fWdF& (\9Cw^@;IHt̞n/ON~C!g~q3~ފ9X?GLLXS[/o6"B7> &Hd_!,q*n^Ǟ̢R۠Ye0t ~Q>@\b;L:>oZvI.( PIG;n^酉}ꁣ7b7P]:6tqWY 6'U}!Ȟ ~ zXąFo,sڛ\ZyT[Ȃ%(n?F Ai˙c/$ݧ&p؉!N)\p{*tq 3DJ0QlܤSP8 kF+ʫ";BBjhTZͅQ}4ӈդ)߇*PLu)#JQlr,c2ToŻќUE! s|/\a.d`v/ijU6`uW6&A7<z&I)|{pNwP(wvI X%B(a6pAxQ^[=tM'X.,x$dԀy 18ڪKI0LL/T;a҅Roy\Nt!JWOv\7&LF!~k~ !QpFb2:6i!獳Os'wIMKvt.W&WCg?)\\^gǐؖ +d~; I5(~&w#d/=I0Pzq򸺧LIhm<ޓ1^Od n\m:4  p6D]]` Ne@]|z)z`Wymob,ξT_Gj?ې>' f-'JqsށGp̃e)x+@P2JǧhNuc82Ϳ955> &3!Xǩb si'MPEd|`ap4&FXEF6 r V% ϻ0d-\kLw&=nA/w:VU@U[C¡~P^eOփ }t(֬+&1EiU-9Vfihκsc7 >'X,H@0-R7OPM]! c u㎊)Jv담K߸C-td¨)}2y(-C,]'k(ywlp#教.*Q ]|gED.Ȁ2+ +Fq2vGǷG>(lBb䟵K\gP~L^PI,(u[-.琁55cr 8׽~c9[8yħ"LKѸ4n0/noaOuA9馳7+rQ;C{&?O%pIݵgz /ݾ2.f<,&'q*=VDm`9WīuvG12z73PsOV)ݚeD1xmE8gPCAVuv|5;fj,bX亍Le J sLUwV9y.UN3 |3ˉFnC&_2ZQA.͒"xq,9Ԣi\j:6ɾC׈er_,JU(n|:2N鿉LJGVԖ]yT.ڭ!in9%v(9ܿ U##@0D^k(cЦ*aScb=wCM$ _j$F Ж<-[$MٟSQI&/ V<Ƌqd§=ZS"/Hm6c3<Ⱥlϲf ӎ;3rl+2M ctYiDVlrVh fD()2J.Qe@)$56.lmȴ"/Ŭt_awT\Y=c8F .R64={l| i}5)@Z{ 5o@i`3^^mxA# #(6fپ id;&GLYA_Bk`*Fߩ&[hc**{z$dӧ.R xH8gV$քu(OӴJD%vE[D8@h"G šR!1S?v,q({=d Wic-: h SG %YzC[JŘF#PnL~aKfuE -m4`#WM^ʰ4A]U2"m{,|O p>y'XI>&.ꊹ3z:re M FnتDe7oB4JąQ|SFYn yk䲂?M\gȑm)$*oi{??"8褩&LHr)dO?G eI6 0򴡏I+buq5aױ|u/)B {TA>ReeJs;E9G-jTcsSU%ox]kAT]Tt-1*zEwp^EP=5aW[QX.߻WzKKq_h%@/$0]6 I_MH:r~u+XO}c?eDT>/0ĆpG>:wfASp`;b=ƕ./?;}_-e\Yfq&y;ۊ,\BLbliS  !?oHΈDct&Z ǧ`~F9f6^0L=u.) e'rR`ۙSLls;4~/qRW5S9"µ^OUF,-WI<;P4x*fk<(aE'ƍtS\tm`^{3EQZ(w7;Gw}#}hÂtP2MAldu2A{,/z!:|Ji@[;grX|W,Nc~k ,wP6t#=?oP~2LEʼn <$lg$F $ﳧ,WZ~/A([FᔞΆmE5b͞)3wHNMx;xѺM_rV6qpno6~q|V~g1~myWS3*zX }%b㋥L 6ߡ2%>EC]F5ea%h%=xC#;;/K)u@^)AvcpJ;kYBťldE#Vw(9aeVQ/whTˤ/tx T*:C>{գN"V9DsPl7;gY iTdi# ,Um$ܬx8C NQ? <[y!FErK+ڙo]FMg ? e]{+}9>y/O0rKwi]W$@.#%JTqcsQDYJ-()+$ΰRlb0Kn,4b}e#^-?M9 ˟X/ey1<75g粁}6)ׂ[`t>b9 @|_{9мkE;e=#{.GA%7[,/V4lzYtG_fO Jzv8K*w!lGKI(ע0?![@, 1 qqˤ #YW1˰Wr/n ݩHQEπ9*XmZPl2E=1O%轧tsZjk7[E9~dniiN0xdX3g/U*d|ߟFE*4$s)*g%X^V !I,ܵK:FJsC5tZaaClc%lw>{!ruqo։[.ҳlR9X}{!;[٬C!Q.qeUs)|>&OOʇ1gSMSEN*ِ(J*skD5c;m[9@wFۛu5L&)7yrJڶ{?C$l~kKHCZ, `L>Т_MQв%I7Top OI\BLmeXŸA)={BQ68R$T,M,%<"' To:/EKLql=l^ Np.WLCXd0,V&H1SLs?V~ijր`&K('Q1VX!a\g1\ =P{<|u5k1yՑG߀9F\egB8݌/8G)}ْgHoN^Pe~g6'[?va [B7LVXd;D١LRgЗ}c zݶZo#WuM=7eX0Om^3 ^b č\߮uQi䮉f}-_x>;Pkl@RiKruiMHd4(:i=bJ VipqhP`[Y)_ gYW35䉰],"F›R# ( ؝ bTGR9C8C},64&dC||0^㓷}.ayCtO=<<d/_QXgɁH>l[ׯokLSPkbXL0*Z,I/WoF?֚Qgx<P(}/[}$_l'Xf#& o+&N(Zȯ HQbи l2>j2G޾ǁ&)؅ y`c*a Z~0q=`pDs[݆?R$ 1~&0>o"Na0)CCd,uѡf}byPGzeBg{Xݣy~;zߖH xHY=3Uk#0sO6:ܛ`;L%<RJdYb . /gJwC`SͤSudrh8?/n@~s4ȫ *iAMqYAޜhrEeRp銁7`80_P#xr$=Lq!ԨW9>l9d^4YlZ˜_C&.ݕw 1#=QPy:H0zGG`eHq0u1 v"=ZDaأrat=$}d0{W,ѐ'&uj21:&3'<~gfg?I%ٛ A?n:hMy`,@^&LI?N͉e)ܚ[(,~]?`Qx'׶c/EjģA>O|{(WA8;/1E^{Oԗ?=D~ `i015Lj+3O\Oڥ[Si'y PBf&V-* $Ud%hAw˶ ĎY t献x!:$~&B lM3P[Ŵ'.cKUJL# ^sW9ujۆQWdn-$3ޞ-Frb2i ١f .Gف'17,n4ԱDK:|t3tWş称򐦴\oE }ۊ9EȺdf!1p)<_Qr[388$ȻIEbKN@`,-.(xy-ReqD8??)"䉢3oR"޾9afqԠ %sa*WF:Eb)_}"R>{F .sbQ=4_F2(zZSӈE֕'j\^tvOt;fgC]Xx2l4.'9hߗ4$QK(^Jv7͝aBPZĉG~+}e, ] S}LP>|*;KZOivSV7 .tᨘ*8}B23KjH@T\"c=z0 6KEDI/Z uml֪Ս|i:XP(\=xZ⨰Y2kb&j57w5H˨9bM>&/ ݝ{z-8Jq{:z'4InNjI$H/4>˭XZz4YL{>YOlYe|5U]|DDC?i fN;ⵡp;HӲO&/'s1`]`VX/(>\"qk F+.mհ WGiˌ.:փX-{GH˼<7%czqTfق0%OވǾlWy"}_z׭²4E_R (1{m/dsCQ&~JYT(t98ΎrˀB.XG99ʆ7%C,%M|1Zxd0aʟ!p'Lϣpu9fWGُ)9i|#dsS]X_,O>%_Kَ@ٿr[o tFt5o4,)*"S!jL폕@ps_AˉKdh/|ǝջhVXgj/ơE`.t2 VqI6B(xsIg@$gEPds KAUiJBu~ EzB.gWk7!xOAޔŗ 8%ܹh<8Np2R!pʹZڂّMq|2TV?4`_o-R߄;p$<)&5kGDB{QnYԖaϥR_c9 қ^{(lUra E1N/Mz,P9-V:Is8f,0`lf) 4JHW 6L;ZMJ۬~@Q1/ 7V O@4K`Լo;pkKBVX UۊhMd{è2j"r@|'E1NdtA \-<(\fJ_|]A*zSWF3]4+hg׵qoC5dH3CzC쯦%x"MVRpجpFsmDL4?bcܰaW gqX*1I`Mvptb,sOU- 9¦Xwot^zC&x o٢$/\KRӌK{X(N)-9۱xu1k {v ՟jFv\R2jIeɮ+$1֕[f.)͖z 1pVa`P NB/,CESE?x)g RSDOZ ?'otHY!d=LYB#%Bk(;w#LR֧c9Ut)~f)gƥLe4 DP!ŖԠ{Z&^Ð?{pKіW|'3񈩊iq|mZW£ L[eLkm> z'E+"_|G§'Ȣa7 }%0rx_Kc+2 v<*S#/VyWo^E) ֮XM7{r`Zr m&aEr_=θXTQAoiRRF׭\>dUHdQ=8gOS% 2N͒e{rJ>/u'?{v,82"/K!mp=j8\ uW'X  џ 1fh]7tdA3AQϭPw1 9)(g4E2y`!ʸOˊE zf,?niZW0 ~̉\3tNP=m+&osb`¶f]JE{\NB cT5Y-l@ ΰ~19_z׶IM 31ɷ[-*eG~0SPEmPX3s[lRǵ uKm\It3O KT`:W *éT1֑ʳoC^wZ]wg< 7 K{i=mzfP'GBmboVQaL|bf?|œQ4.̪_ B^PMxL|$}IQ!p*l6 JJ>9q.`KS|oOMA@][.>/_Rqq-P~7T7 tƕph^$^zZ' ia[b"8uA֌=Ak-hf/# pEՉ;F%NOw,)[K&ė3 >0k)[e r{:/C˚r&p>b3`+bg׫ ofevy oO|K"=B' .=Y?KԍI;;\< Pǹ %*1]+c^bzD%>3e٭ÙT1#x/)HjW!OzQ*tOaéh)7QBTC+U[3|Dt!A.(,ِ( ͯDUD{ՉCH`9l\^ӭaɺ%ɠd3x.Gn_ʙk׍&@i9ǭCp7'=S[C0RxMD ڙeP|FK,A4]4JOmU6Bwg~Ig{b<)RzUf" ~ZA^fH\H;$YKo+ډ]O[Ծ7t oK2v0p#D+&H'lƾO蠩2w׹L7z7-㟜\KD&;l_C#l(Xz _lЩ8}W)8x-hv=:bVxb,cY~b5{賃([[2Aw_jS]Q)24e|k\./F謜k9@1K-U+gqxW2G.MԖEJ$*֬[,1Գnލx*f$Sr0h^HટxrTF@i#Z(U|LUXS`],d4tIݧM;UnCҀ]WA$ȿ:٦u{B o0@EzVo] M"ܩp^6͟`#0h :\XA. Cun֢13 5@ ;s~(n|u^v"%-Y WxW6aj=Xj<$̋&$F9K >?'T<_x=?KU^ y$)hOveQrS1k $Cfx̰QA֐voǪ1jM )+]!cc U"5%ab]؊S (0e"#@IF4V܆ b畗pU\]<-M𵮔j5Gc$}I/tjd6j5*] Ie{6jpE #fGŋ$Zluyu)fͫu[]!م_/,S?#TV,A_WMYʗ8~^ϻ;wZF5&= -0+cӨ&5<;@Ax}}A|#}ojx1X^OiI2<ښ,Q`BޞhƩ"#)t=eNY rnv㵂RqH_I~=C*G_WTN+kOnG&E&$.CDE-HS磣OGx ۘdn;*ɇSkXL,EQ6JwOӯR"yTfK%oT80 &u-+[_Jr2$JF$ 跙.- #r|.AK`!MM,1b|tKjrBXZN@2eW ^yK4Uxhpz3FdD&֪Teׯ?OhH3*Z<sh/Iq1$;d-axz\!QDJAyyg}JWU:8aZs^L~4J vDXt@^H6ni9 j AK>zBg4Fb_o_ ~(iwihҥB(-U=~l1Q'jA PP$.LDAL;.feYʼnhEO=R9]>L&CObS^hS1՝(U$_kLOmA?l0dƀWnpI014ʫBYP\k­wHE1_#l:>ag_`JvtT9B$t{1.RxM*ۛrnFm3gb HWq½!/͙`ٕf0C̪UXYޚ`x l;Zni5Rj4%D]6B0ƯuEaQ8k ŏ ɒL%8Ͽ9y ?Ty]I3'u"ОRtG:;v tJTogXd4z;y$ٷ>1HR<"3S:!wӦ(x=<@`['+O1:QSP`!O u {#/w*O#m6XZ4[~dcxn{92?{\EN%mibgb!- 40:>yHUmmY)O*M5&`Zk=rAHRUOY?<\b,{{xXj ,ց jMJ* $ }e\,Dė hu51#Oc,4 v3UDb6kBzV\'' C6tߒ~1եLhAJ䜧U\_9**'hFN _+zyu;I}zw@r2g3 F:g\ t!(͢ qēǢ7EK.)1;2T14UoA{AJ=:%Uǘ3*ص0B1t4K״#jگMjuCpHY6sҸ(I[\錒<\.WXƮ o3ÿh%F]IrnVȩ"7k[vL;8A*"+p0`D)m Jr9dr C/Vp !&b}PsXTk|Hff#aԈ14}<l^r՜tŪNؗߍ-Y浠:-Bϋ+B;,Z@aN^pс(џ✎VEs!٘3s|`/h_b6zeU o"p qc-RMgYɣBr1╙Mш> t]^]G/3$P+@L?Jn jj:֭'HW{amzw*%cd|)cqJE|-lأJa /hSNz.>l >P6"!R]S=|c?RSmΔxHiW;$8G6d4wDQx̗_ѹn;'Ep(& QkhԋNv W 4s{sIx?ܗ6ԗOJ#D{>4طd3TNFXUfrx<[e m8_:F~1UA)7xk?$ΊސWC\(?3jtU0/,6(GG@2 UY{_t7 w8ahNhP0afuPˆdKF@.1?2Hd Ch֗i;F\/ȓBٹn5/Aҩ#nKal%FeW>Lf]OAcB@%VK",~P."]u Mڴ>c_EZ\0Y.^A7&]&'|YKR %J% .4RǤ=xn7YɸgTb/ 6!p*9]y||G|Wcl'Q{M J#CD'p ¹@ɓ]Ep"Ix $S[L-#fZU^ >7>Ƞ؈IGR)?zAsɇ߄RgfۧQP~I^u;qêIXpAgX_\=y <W)#>22řeT*s./GpYD,%/aLY&YMac.DW k'G"(1f7h I(L`u`*ge#Y} IdoI| ԙwSF>ͩ}ãTz EZk~`܏'g0C-ZKedK;=XX}o9%p* `1Y@89xZd;w$Ŧ٧vTp~h|AhSXn[> 3 Dz㝊U ^"0qfQEς XuNubb[Q/ *9y^,ۣZe`( 'OLJZmA#;'%jAxp(U, \4M۝86q6a=ғmWI]W#lT1!*߭~fp@NѤ]x$;ot27.WCStBǓsKDE [\w JP( r{FCkș%ҊbDrZK%-UC1ecz+0o{EF51Ln8xJ6(Jɗ:6P{eNND3Lk6rR5!T+?g~x k&_U~=|I!vY626|gOͽc b֡tF1q_o%/f&^MiEs 5}I~Ӫ!҅zsүKRFM!<؀_&X{G ||^Y#Dk:K [U ߻vAOt^F<jgRb;n(FkQ ʉ28FpMSyK(NB/lh 2Ay[\q%wJq*etDn7TexV/ oٍMy}Ջx#vi_[5pp#ٶS}>TN*dcW\ PƆko(7^iX/x`7 G$+&6V7z qP0}A$ U(G[P`[JGry//C c֓R8`>fNU#32ܬ?iY:$bV%N!3t+ARXx g;sʧ؆֪"\7H^nj 8H+̘Y#.٘|c;@AN;SAvo]L2T`HY s[ʝ&hQ$ήC&$]zٗ7~LYf 6W]0MAG c@(?3--k ttі42n<$s (\e3.֎I PAgz*_򿌜x|H<2p!,ysdcu`(ƻuwRkv$A6+bCum$ViYbS$*A?duAl/VG+ݺ{HifY4nof# ]RG՗2P(}V_HLQ5Xt`1t8Y:-#IssfS/')!-; ڋ}bEfU|βzJoLSw]! :kUx{Hv;6 T6 }^H+S ?`!>D5ʦI6C}Q1@#Ae[by"۾ jw/Si&YT;W{9+rRL%x'j3ziaKJl2bݔw6Ʊ2t,"flN|Q\ł%L lshFK"`p"IMEVM6H͡kkm&cf4.:BAMv[ank2xFyN 2B5p03,Fxhȯy& ꦡ lS~1H 0Ioi+!nkxP^/JQQ0"PEځ<8:Rjt_ ^VAzqw|tcdb$=ֹ%sw\ORK(ԵtTM#im^ g9$z =g6ƦG"&;Mo] &~V=PHNh#jOlo%wuyA諪kuDΥXfq>!7sLWצ-pY'BZ .Bq˹K;и bSQ{~gW0/^C$Jo0fUXzD 9{lY)znAEX CK([m=c|#4K!Z8 mn{2tzEm:3]8ZR&O)JPnPO:M5I%XH^>V.gO~hˆZkt# Es +lT0$+];N('z+W#>3*悉y;͂7"$7M(VD׽T9;{ ŕ;$2y~Oh%Ti0$"DLp J]HZ yB5Geq!4I*w3$a7ݑaPhspJV>(pWw(|x\St󙷁 </ oA(ܝ Jj:u}M?T)ޑ Vhsl|zSX=tPOn@ (Kf*ۚbVc5d^dG֔Ƙ#˂\&}厜õ6;jxEZB>p>3qޓ??ODAAM`Dbe<ydk*O2tHR@TР.msIb Cd&tx#NCث`ő9ZDN]9g)8;K7!)8CW?JVp1^p|/-jSO>'=мQ/$H("chuߣ[>MlX4cym5b8O5eTDdbT(R)( +j T=K3|%Bz cCH0a7]k[QQV$Ѡz &]Da}FWuս_(]rFΤ+}_Ί>TPd~d&&(I U$mònE7P V*DE 6 D[?Amv13t)F3N̑H@4\Įϯ2쭓]q@+7"k@E)cܟkʮ[Q?=v*>r9*yI Dߥ2w;J#?8?!~:ã %~ږ[0\Xb P^':(TQr8p >[wmZm Ud(6xu|k)d)DB<ȴdc[h%~_ -d㮴.[BDEFg^"o¯e7b*Dk>/a0-hIxx7#uɾyA\@JM$_ӱsr M.FuŊKlCRpʼnI͹svmL)X\tS:otRznLyAҩcw+4HSKMf1RjѰ%>"<;֧Z@E$G}gSYUK(sg+$WGa cԅZA#Am8Ë=~\yH7ޅ]U!.j%٪TH>ZnwUp?IT֝7[xV-X7,c D^穸[u0fb -ă,sJF`}m?b "L2Ή33 TG8>Q;p0|GK6CbS pkPIn? {ʏ;7A=J6dO C(O'mck@i ,jf XI ^owZ_DGψRBB"he`Z{^ n^;̢6IQ\y{ފW-+;vE2&8;j] ēzk4~xM+Il(MmRxT}-0r~M Cn=cr$\sUH"JTӞ 'd2~ڑݙt>Wf.eL9sj1X2*{oO y!V`6VJl,f72W3d E7M]XJtO~.}Xoܭ0@n]| [d]]}r23[Ja6XqK)NYh~mq;܏o}f>U t 񺧰#_JleMv{%^oQ :ׁ&w>aa اq6]֝7%tR -GiuO%H]Ve/ևJrȚb]}o=G-=[+<ˈKQ4="pg\R"1Nsb>)J;zp)Nt&bF7]8:e[wjw}'C+kR|:J_/|4#E٘Β9(QT'{`+gܕ S4v/Jg>nfm]V)p-xgDQ>aH/k>IjdZrCP=0EͲ 76* A,*'ɧW) RI|b筏?^B1wO29H̋I_:BH5'=2v^/%VDh<.MI1^_sذ_B<]soH(Df+ܴTFK]F2\q˴U`ΞyWh1.OZ3A2D)Ȋ TeKM;޳1{ 2my8 X, :rHVQ(f6]ߺHni#?W!oc5ֶ ?{!wZq b =#6S! JKFa"Аǝ"Nx@2:RS0p8jq?ΞUȲ$:~?OB,L7zˇmOKE7M ۿx"p0&8ރieke`9GoCm ̿>xC39a] wc]*ɸaHy[cakVQ?p(BS2hWkU[4/W1sbɗ|1psp ʈ+'͗zAB1G>ÄKtL{>?Db N|4T6uE[n=*=ߎL18j$,9қ.SQ,%62%8yTғo{8q^k^4>Xf AN)ŘGzujPq5-RLvOHr日( o ;ݥQN<^{~S ^j dXWUFsJ7z56ia~|gRrbE>$3J"J}nS35:ԩ6sZ~\ʦ,`5;q|v2Fwi0bep3u!-j?$In: =t Lu]eBV轙ON3f /-KnukWؤb#}9\v81/8E"~y 2uLUb_cͷ\nfi` _yfEgZѠ84fT:\`0h:Sڕ>EňÙn'qсvn#&>mڭt59weźp6O~Mf<߆\29aw44$Yqg5Y`]gu4 MމԸh)ZD`YЂ|'jg CWcHvzwWXCkgn<կ6ֲ-$\;WZpߜ/m ,0}8"}H_f`dBU]OsBॄ}׵(ǞPFF⻉p ' g~*{ %,^˅ΜF,|f:PhL dK|ד(Fip; QFʓp9WZ,n5._XP =*2T,,=yC]2~LǴ@X|Ad&?6ONwb^^#8#t;A ޗ$#ˊӟ-1ϕ]]8^ip|'CƋXc= 5j_PAN*UC> +n6KOGPVsͯ6"^ $)?Axfh)SP5.dgwTWcj!Jcppx(k\F)q)5w$Sb͎ )? NxIhSyRBcݹgrlY7ך(6ݦ "X+-MX;WnPhJ$aaU*1&{|\:C˓]-> s+6 #zZfH^vП`#(ۦ k YӾ&ЏʿX r\"wAjtIٯ)))McMM"u]_.v$esj'qq!YV,V!:90BNMTv69 a,寬_:DiQ"YV x_r{" 5m@+ɫ8†C8hcqIxM,Y"хٚ8s}2Z:ѳn7T lvZ17mR; H=,[v ,cμUyZ:c Fw1,?RZvrr^؜CʂJ {m׸])ìbSBSKE@A|27<ydxX;L4"/xCe }X_@e3#Wė+PTEpCeAw2Z]@_KUk-N(DC|ʎM. G>a |7D/ǂYƌnthÛD`n PiR?(+_U0wz\/d(s~2tٸ:I]XH4~$J{U~ĸ(1a1isTT&%qf a0dױVi2mnM@Tg`9.;a Vx="x-\50-kȭTvt8یzΦnyHW湿W%K{^CR>$~gN1+ \˝7z`s!{儔;чЉ|3so֣3";0]Ɛx}R"2^?(Htd+tϳ6K zG r5uy7S:>[::ֻ~UJafƃ|maA@b\hIhKfsA,\谩-}3)oH%va=OIHNϙѿzf\#`7Y QH)3!]nf,sG-MQS ~Z]t֓l~e2N%Z] ۱ G>VIFio}I^g&?V\]S*bű% "'Q#Q6JEJ4KM-U!l,.#lfKvO1ܮ^I]^cߤTTv*sA%&OinT՞EuׇknLhT]@f_@>7)3,+,[B8l5 9/Nn>hUeAkY5O%As J[%ykKx@xng bƚYΚl [MȊNM~芍Hnȗ=zE؎8͗P =, /ԑ ڇoQh>xVY~~ 񌛹;$f &7g#$wZld0oH`e=VyF^I eM-GD1cHP[ H/i{ۡ,z+H)>cu֬36cwlN7u48CK98f6|9  gp{yq@,F?Kcít߷#9ުAGK8i=l(FD{aCsfOP ^'} 'ͫ zc-ΨvgU6Dd" Pes,g ln᪇IYɄN{| Js80 vY@GөMBgE rHTOh~Q.]p~H؝l "Nmc))@CIJ, OM$384Zr`,Fذi٪6 7c6P|UAhZon5d!KZ:h優vZRf k|1C8!a1ESdqL><h]ޱ~|i*;E.נRD-(DN <g1xqaD`ʠjoSnT#/6.M{HIiX cжC`h:Spei9QSj[n7P><20SZ1$xNol('+h_&]ÞGcA%iWVXdʛ{GvZj|#X+bOVHб6#KW, wA IcjK.>zdq&g K8j&ش蓉kHZ!' K)[]rlFO6[cގ ܄mi rIPVcN'0u1ew"Hq/,X(PwA*_}r _(~.H0 XsVY < %tfr/2nBP^|ȕɶxRDhILϷDf7t:e[5ӸQ[14F5?uI֨r`& `ՇL1ԿY'6`-dZ6ijIh|0 9#q@L CpfnNT]X[jn ->q] bՄgL 9zS ]TpDt3-׃{ 3lE~뗃&[.ho4ALV?#Po\j.zf<8TwN^%39Iq #fr(N~1~ab5gWԂ'qY%5=rbab(p E!L6鿚2Enf;hp^ {_iBccQzpՋR+#;t[w(<]%s[%dcַJ^X¼9c;t Qo=>_ LVa8-^ ߚdR(bռuB]wL~sb ?"DպhwEd G~Pj@¤D0zR p]e2۲Zo^^Xp3tR(C >-`k _1?7oE;fDՄ6Ы/YyUjέ]X")8Ɨ;­qz\c$( (;[FСOF%5FܓÊii6%\X݂QSH,VFnuS>$:-U*]Q[ϩKk{(e~[>^8 32S*ѽro_]p$~A e9%SbEn1t GK*y JFI.ȞY~ WUÃQ2VwBYu ,X@C5įMXXY5Hgj!&#Q# o C:Btt=j}< -^3з>>=# `@m)L5 rg'[r]؁q9>aE=uPtUVއA,u!л2ڔ/:J,/KFЋ@S˲i󿧋eSYe&Gd)sG Ƞ"5oK+iToq]03唂!iq#k5r÷đ2 ﺮYn2.vng"ku޻pIXI_:%(+j35NQcDV|*m@*>:> q@(|1ܛ-Aw_8-^o|F3gW_sKWE-maݖ뫨P#_4>jc 3/VH/K˚ޚ}gST ՀvZ|֖ͯC0k”IJRZ$JV:uȬrsnlER;[\ ITFkjX0hdSe9btj#m>6n(fh)}B7a7[B&d?1JV5Nqpú\ ^) wA hp5`P{8bscv*W/kEFtpggK:UǺ҅hv( 1ܜ I{K{缂5t,#c# ^[͎͐aMx|aNo]ZNJ&>1 ɿRw6C ^#|PH=r/Uyv~>F3x1pM 25%$GcrttS2s C3O]? ! D x̦Q2TEJ>\)K=ZcHjsO^˯9B7} aI$j ~Lvٛ'\Cd/sYiG39YX|M1u7W S2M"Je.e9\@NQ+Fu<ݯS]-|3C0o29 $%%RӋeį0孊 2`.H-F~( Ar4348KX}{Hk`Njb"o6ySIP(hlIIX:OyE L;.t5 ӣYnx5u-sA Y{vg>mHW4P5cڡkGW Bp<OcCHY:a󮀱,IE2 x~9z^ L* )DK&R ͇Py: n-$^,j/4NtV;d᪛RʔX@6gSW-D"%[u\^:_}"?Xm}/i1OZzJhn>3e.3w\AmSFv蒍6W,>DT0\#4F},HC-2.{G?ةh}: ty{z#|q+ R<.L _' qƗ$3~70gִSuG\>?x"n *׍ Rc.hٛl9U3ȆA+Yt]=T)`SKS_(e/jL1&۽_+`r{+1ju3YζLz-kAғBzdY4Z;{@LBsygjj671{&N. BXC[e&x: fM=4:2oc?HW}F > ([pqyi`7 hvK  J| 5El/˗o:KYIYt [M;ʡFK#xo Z+xNXq|.B⢉!,ي|gKЋ\nEi&<2NaI?xM8ܤz=vKRb &/څyH"cқ?`f7Z;3B碕U2z6x8j)v*^Zmt.h-I\6xu?4 Sg<'r8bE> Ӯچ aG(Jt.yzK_cjV 1L|[R)!0/ƥBPТ: 87Dc[ bDXx|Ί+&uˉOx7{T`> >I]# E*RbRZ:;TF+N/eMZ{[}|8mb4$-Ӳ}s0yx!Ι0kF=ؐL>XIYhb5{]wՙY\״tSuU$膻BYllK^1me5frVַ) =VWܷaenވojϷf."[Ć2,5Y[7V(ƖQ<ԇt%+w^Zʩa8YpjlfZսqo p\RoJd=A Fa* =g'!yZӨ^PJA` +##XB&`fFsz\X o Q\j/$Nnt N9l_Nj%v\6uJg8ο^i:1 cak,\6ZJ*ONV-VGH#vI {:R.LF~(HZ 欴߫E^ah1rS&K 'Ht p$`4Ac' bJҤ 9nrX~SV<-\TçYVM~dBq_ZK`x jĽW4?TG+HxtA:2W& HH:qs[%fpI@0흎<ՙ)1X.mLĽD@8GUg%Da*0Qm ĮL6ݵ`4CzlaE<^?RByV#mv)nIJbL4*Vǰr` X|ssg&eaN;KEO{VZ2m,Ote4ms'xw~N۴%nd4U:Ӡڼ/0-KKXVK%[HWګOj= 35:VV<"nM(Ϥ|׌h( }!u[H0TZ&H^XSK(+v󤒄 3z3Ď A l+6vS(y^Χ>U'Ʒ(Zt깑.oxnblJ8|qڨEu;X74E0G,:Dxg]o]Kʻ0 @3z&O]X|,Wu*tZ(s]yXm6ohe .#\`ۚ)x׾P7kczՑ&Ͳ%Y\"%lnkm]6H)9J%E46Q.u8wkŔ^y^ &KXY򐅿c_F5<,1yV@0CDBªlݳLs%j]'ٯc%#cpw*E=bگlە@uøvaTRe\H?ʄ,x6Ϳ;{Iz}-DBoR≂p`]k""3^K[Z/#J9M_3HnLJ/f7/s@14m#[Ʒ1ٔcΨk4m%6ў d(Z4[= -H #<6PONz*'-y]RL%?3?`=o_^'ýym:XWCV;6 @@ !TN"~C%*ҎlޖXjҋV eQ|q^ ?y=U;=_vk^ѻofk5(y2M ƘjpCj0)O &-f W?U6.w۽!K]`Am6Ea}?D%05\=I U||Ki1[tjs3@$pEn)N&Qp!8.9ո,n(5?R$C+Ʋ *+]2 D$UI-e'C:iPsb[B@`*KCY<=6@~ͼ =:ҊU(hY|XbMxѦz)gsy Gff ÕjPggl9F@Dx͏?bd)]) .5k$_1'UA>N)O{}u?Tٚ!ʣ0&6INn;$ k>3X̔ V֍=/yo!"bpL-IcE }U;_i@4ۉR145AWc{"s!+ *\goDE n }Fv}PRd]9Fz)|[?9Zbm hn{'#<ӝRJvTf{1•}FЎo2? Qd?A51Õu_St:_&tD3Ε12븇a_(\HHq,tA$ -BC;#n,%-EOۋW\<גDYaݝ8=p6y6sUgۆ^HGx)x|.qONPPNn5NYFu-`h9 DCSWZhS/[l5?O no KIJhJzsav Z aѩD"|. ьClK (Tq<=ג&A[xNa^aFA#ӽx JB:9dWRYn-.U/5Q֦ߖ9+dȵDWmp Fr}#U`gmL8o_6Eﶬ*XI6Rn$ePJkC:1Cs)+քݿivP A6zSF.6 `HbՌ$zLW*#3$ ЊvvQP.} ZMwyN^HdyBōr 3 #.'#_;\ik}#fU(n;4_ D+/P.I/ cl gܖU''`5`~]W8%=/sͦbjq'zk?7@G6XzݚnϐddZuDiY"\"917Hy3DBL^EZY\yK,|tݎg[n-BȢN dxl 4\,sx@&s v/O -O\}ǭ,VHxӨ*FMAF:¿;Ts<Tca `YqOM6kSU]AG#xpA!3 )[B;qv*bH9`,{qO=?)K{+}[6[6OaKبJ o0Q u7djLw̉.N 1.(&vC}peze&j^.^{oNEä~?)&̈́ŋHI3:<ТKjB:Œ]/Mk>axb 0KasGTY2M%]02+4_$D!C"Bz-3Ǯ+.Ù*xgSnל&_ 9i$qtuȜX2b\+*5x }c xmTgT&Jp&4/]H]Í3hBm[ C8R˨$Pf=}Xcn|'få*c#'dX;{V+qG; m OdKg"2w3ZggIgT[.P+kUL&m&gf&z^p,ckL8*Ĩ)O6J.J@W' +/Dӷi`_- F? JUbnrدgJ~h`N2°BmѮMhʛ;6h=o1/rCw:z:NBeWքLoMZU<)-Y33UHȍRsg꨼o6*I}]>쩞<5|U71 x,´PaN,_MQf$Ocک1mٶ`8}ÑtHNkNjL؀ʑ";lZn&F)n`GWVmaR9Hٳ;p۲]d:QWNj1TDyy%1P0rD8"*z}lI+.f.ň:]}z$r cNcɨ&JrlVQ2/7_)3L^O}v/< 8Z_4v|a9xRpNA 4%W%pK;̑*(#9ᬠpZ[ {x4u 5ZǪ%ߣ?>l EsnL͕y囌0=4$ی;!gqKTrЙayy"<:_DjNiz`tUб;6m[h+﹧u~$5>:pOd,bqoZoj]Tu4S(f`wv!Hj^{ⳉߛRdx_X9%*/Us @և oP&Ϣ5{ kQq]@?M+LqGXoyQcpՎ; Ƞ2j8De`37dAO],L^j\$L+90DF(Iqg9ˁB2fYCvi]nX|̧R,Fslc|kkᲝnT tqשHS{nIU'D¨s 1ݜ|ԦzTMViK,z>m&M0 K[GH|΃ +wcpo7bf(͉z,jS;X ͎NqT@xU+TFM*MT@N&$m\Ihl @(d`KSJ͑,5u .e =z\t Jẉng*0;L)Cmtdd~f œmvsG*f^* ׹B웽g+ķ֦kyMyd `djTMdp}.l$ܘȱN'a1QC|z=z )ĭxh,$SPdM*.W7TtqhNE8&ȚFݳ-P ̡#Fr o ApXLSa#qnHx׀1Qo3byɌ ɰ-C*gpt->_WJjQ4} t1 CA>BxJ >3تHK Z^Q;"nW!=^뛹Ж6uqO( sӺϊp !~ k$և V!V4 k6Gꡍ^~0 j-ӰN~T\5zNB+7Zb8!&HP#"5q&" R>ojŋ? -qF3z"Yw YXGg{|CVaT!dd#8C 2_tCɡfq}rCy`ln[jr BEdSq> ̐ wi2+N? =K :6}|lnڡ9 `k@qMX~mo}@IP:F#]ώo,^Ц>9m+ɣOvH_)[ W-+?@fVM!&QW#̌_d|QwvON-b Uly/%w#|! O + 4qgz_!=(6l02go3guoAUoq=25}?_(Ð靫<#t,HϬt ΖqĀ* x; сv/?xN:H>كe]{V^d/I+ _sTE€Lf 4k8-?CgdS=O`ڵ$)(7G@Em%l+qb%K-3c.yr[A5px,>Fpypb^vyeNy/1 ^v5+Ґ얍f11cjRcp9z2n+g$tdd{*/-\QPdAiՋ+N !$Ozs,>+H2h /Lx ud6I8 3v7=r^z ŏqG4]y }jj{fBBOf74"6n2/Zͤfs84KT逷 [{|_Ķj#q!7pRKgW~}P{~ ayVvrMLP(~qtukpمF߅}gw/f^x @O (ЇvpX%:k~ИE+ET6pܛ9]FRy%bo<7ZFQ:>.<{9T ̄c[N^`5kq587`n\] aK>2*ߌDrJ20\Yly$/PE%^ B8cϯ@-aEEy\vX+#͙Z4?_ܙjSn0~JGPbt3Nk7׹r5Q:*s: 3W{t\7TTWf{b; Wܤ(@geEBk#--Q@:~r/WGeOwɞ]ܽkKaxFnAg zmi!])P =@+!P3yחTҏ8+ e-TnJynm_+_Dxdjy U9eyC Iy$` }]nIH_ 2Qh=e / 2e_J&Xg#/idރb{D{$$ZY0SUrA^񓈿qIӽ殾@x2\4}NƐEjaWag0w[x$Nf;/vGĝ*XdU& +ӳ$"cb) @GR47)?xt>{V@]`հ@H9Q*O,$IZ\hFߠ/k'ŹL7:*q)J=1;7%}(npLIYJ쨟Ύ8] M4yjv'wR 8x'Cj~"b(ؖ'9DQThUgvb%{́(Ӿ'GK&bM>e'aTBMňWB;(G =C>|Z)gjw37j hcāqf`}NOE4FDr^/Dۂ5鸑sUae8}dÉ|%SWyk@)O8V!f %'=4?2 ZKuK1Z3Rct"=h(fL vܘw(.*\z:ܱE(v`HҶN؄a_)gžZSdg4]7'%l%f?4W~qIeRճƘMrUJȶ'd3Gzk 0 x#]1$DB`4fZ8Xf&+Peq=ҦL36Mx>V/+~Ր kd',)~cW?2bq2\ߗ {"ˤtWGԟ ɮ:\GK+51 ^_jPLL=c)=tqM+[:&{4N%}\K‡5Ն[$"Q9͵ė7xk[H<3oӧKR Nn{t/|=ۦzS8\B}dzbCnl==?_5-fb>N痕Ę֭͘{Gr+zwbx}+8 9?\΢0v͒0 g]*X$E00s,ʂE7, Td9̑(8r p^g #bX&`fA,5rLFO؟0\j~h6e-¢.C>cEYa,7w&3ާU="cDӗDW ;̅| )a*XOY( Lf΍8Q-zv"jђo@ݗGJmNB Ђ=Yl%j=>!xr ;RwG_oMF z_P%M"_Ʋ ) +r vi::E#T;sJw0a|xA3*O1i}XקTڲIߑaOSB{"Wb2@ޱt9ZHY2,Jyu"˳(70 Nܶ=@̵n;BӔ.kźWѶtޚ-|-xJ_rFu8 ߄)'B]p ='AHs%bt.W?WD%8yVAu2v#Al:`GMf mП)w7Jr,1xV[#| uef3"0Gij6TZ)Xx(˥3GxiYWeOg IPpd9J4_!Řeg(*Ip8N3~RǑa~tq lr &|O,(58k #-ט,vC˜q`߂}WZ#IL= w%u>M[, GS ikWlПKt٠7"dIi-tZkؑ|쏤TH@7UhɟN(7Ic:290>3]zzyQ;HެeG>bϹJBZI 3v 9+J㘨lΰwM4/0UQo]Zۡ[L\ F5KHnX# a&Q+;,KZ0YL fEwg,j}za3`1XD5 cpBeqZ[$ONgR w% ˓j r)Oa?:f:/C WCyssV~ϻ(]8--]T2Vx,φSp.hΕf,#:7M 6qSK `S)TKN tnd/6R>q.n)Q x3W 2w*lvuvC/pg3cUS/7y;a)?ljjI{27#;Z%hQ%p+E(i _sn!qߤ> E;,BL\.Rs@k x/N0Iu {83tqi<_h;GtT[:FIVS˥CL^'&ű)*5,Ba Ga֓TXܹS涞B9兾J^vR0a&h eɺcγ/( ̢Rx_Jz}۪YHd%+!*$r)dWn%=iН"? z>; P - 4N$.L,*F}NJ4.-gPma͒TYR]btn\6B7@}9k2D&1ATOs\?OQ?~?+ տ`?pE(p_$S:/"F"SKBc4ku4WfzB zEs*0-{{MEVz4l}P~)SgvPK0)z!@Fq*%MPG8 y/h?vNu5Ou&yJ wAVڂL *cb/(e1y0${ _(YM62 eQn3F\!=+{#Nցu ">N&K 8q'f#T%&X޻ ͤ"zX xkJ_wSս.OG\/RUGnr3Q|B46x2}g;{a<$kYD$9GW?> HN]01Qw^%\6^Y/< / G}SZƈEz:d}SRNL&~-?1",R (Gӹ2Κ/抝AM,VFQyc#NM΁6WlxRYIs}1>5mM%(^}>~4e ČgO4odoqS"\dEɛC-pŮ9ʯ޸&N)ۧu2/NAiܚ&.? FlNbjO'=b1dܲRH,<9&tyyx !k"bƉ*#)қx3d %R+;E2u }QUhZۗ P%I!k(yVePJ}' E?Cs/Fl3iiD#|lz=DgÇW=8e -x=bkQ\Z]QV%F]顄e\8/ʤrh.3q9whe@{b/%J7FWD܍G##ܓȗDZPqHH&͈xQ;A6)4 .W*nа&"{IG5;^\P 񩞿 ܻeЗJqS߄LfV[ Z=]霰^Y #^&k|5  b"1m_ 7u[._!vNUo3fXyRPw\0QslvQ)ޔ&W^&\ݿ_onw>#%A]޲+VS.m#iFRm˃j10WTI* ȫ% ', ~A(Y d xl#)XXي}47v_d:@CA3Z 5:Gv5_s;j4ڡ זj$-_rNGcZ0\?NO,k#D~xL.]RqԻ,e};@YMzw["%3M/K" c(N'I]ѴJSt'lIOP s-`0{$AT?hQ(0d-Q l_+ eiN҃"KnfDfD̕ӨOrl?|1~4#}]+>+SǽZ?kCQb Cq#qed#ig'Gda(ƒ)791hapH,=l{ͨ>G:& ݞAaRg^]-&J>ߤOK]Pr5zdd})Yb&)&;GP:gsBԊQx4wp m;/ |.Y&.3['dizr93Ki"d+q:UII0oJXYoRHCQ%W~B*g$VcƎfbTQIH [j3"o ¬q,M,{8fUKή2G-/%yJ9}8i.&嗖 ƛ|;P_oGyE-) iY*RA4I0௚0X߭iZdhcF/鴋 ;!"4^`kx^u(f5&+2Saڴ`ӌZ+ձLiKP|[\ݼ=~ż܅xqa,#j~rN) DCnP&0Ss0a=]-*otzC[9--*_hҿ'E dvwt׀ \%vp jIr&KPg/|ӊߘ`2" p *2J@ܻnpP̀[=te0>F/j#$n l2L`BI5'|1z GS}9i9vY;_#I+=K1&Z}*Hrg",b-E䵎# $N< xF@y֥ %ZK8I` rܴ.Q Y4:wrP?>f7%C6{Qp%ddw/pUzZ ljoƮb\G/խ{ʺ7O0VMyjzI؁#d6Zؿ|ӕ8X]9kBɛ3qrᐁ|+EK4ƨcGXZbnR#/<`%r b~ 7 ge%\U<=BL +DNZ:OeZRڭyg 6cqQ}$j\7Iuo ~>@8@/; X>~4q 61DW @#z A;[(GTW0 -Bc䢛XTξWƭ\z⺙|᰼CB\bh%t(R[z1޵ⴝqmRG9Wܶ}&0z*vGRx@5iܠ n?UEfFh.<}/9ń8Rь qޱĂ)6Id!VsVSHI(l-xnF6]H nWx ]o^3(%R 8[nl=$<5-Hv,680jIn+K?JNOH]N2O@KWZsx;8٬BxJ';vK06QK :"b|7*_U@k[H,4EIK zaca9=z|`y}PP^*q ZL+ؠ4Wx]PF aY"K4:A*yNkԋ ETZDz]FiC|ȧNfg,pT;K [V:.Xa7Ѝ"هu+]G訰I1 |/SReh.HQzmcwaG<` x}CTIK3ƒم{ER],-֯~Yv'n(K}|WG'{*VdwϹ`D9,@hq#u03p,J>'yBu. + #?S"cԠDjdJP5 HgUdo+@hu,F[g[gc` 6%$8_o".??0@xSיd ZgEA=qD ]' RM#v@Yr+@ 8(NݫB#0V#Bvd]i DdzRdl`'pi\sr5ZC%94*qѲ߁Ґ-!竑ݽ$0ޟC>Y5~jdI(!2 }Yx~ȌYhl䐈E7zcOU(?hۏztQ\<9BAFy*"8-5y &H^QnA:P̐쏘 M:tdʅv^ 3 S+4E+SbIJVphꇡ LKI)ڄٞ;|s2b"$M;W [wW:_ VQ_H} Q)A]-TCU["!l@r 1 Ԧ9M/iSQ?g:w " ǭ%oNe YZ