go1.20-doc-1.20.4-150000.1.11.1 >  A dRp9|[ZOQBWGt+Mܑn9S_͢\RVsrO>kh8*So<߰7l.5[{s3aV tka|\K|3j[QqT̓ U—@T`kyPX)衠yknW61Hd`{K|c WWRbѵv D'toOhĺ 4E?2}.@V,}@ bAӬԗTAnxq39a6f2dfdc870caaf05bcbfcc549e835043e74b80762b935280b86625cedb82c09d6bfb4ab058060f4d140e94d36390cb596981a9dRp9|!Wp2 - #mިʸ˰*1o@* U~;sIMʹwb=],-;"yQ7m IGw08U+p_%{:ݣgC|p7p_؈zzAy|tEڰvw-3 9B82^C=!LQH{R}DOHĵxW hi(tug8O:cIA" Al>p;x?hd  " 3TX`d}    0 u |$4(8 9 : FGHIXY\]0^obc9defluvz"dCgo1.20-doc1.20.4150000.1.11.1Go documentationGo examples and documentation.dRzgoat08 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxx86_64Mh>i+xdRSdRSdRSdRSdRSd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.4-150000.1.11.1.src.rpmgo-docgo1.20-docgo1.20-doc(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1dP@dP@dK@d,@d,@d @d'@cl@cwcT@c@cj@cjkowalczyk@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.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 trackinggoat08 16831033541.20.41.20.4-150000.1.11.11.20.4-150000.1.11.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:28848/SUSE_SLE-15_Update/244e800e2683196baad7ec87c6ed3125-go1.20.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textf[K(Y)#autf-89232c9a940c7adc43ce637f399c5e3174863632c2f13b4d79dc4f269af8ab164?P7zXZ !t/>] crv(vX0zuh>t%̜#=ӡCɻy. {]k;D@}k ,*^!34wLÐJyl(32WڛH}q#< LdhnX=^SciVXI@4rU`bqs-<37#Tx4*luoӺ_T=Gl]ѵ;X֧AiKԣѴy"7 [ CkK XK0ӛ1DiV;kS6aj'f=gL`/~D0 uT& %29;񏊊*MZu. M2WK&R$ZާCevH#eB3qnFΜI'0!A',&n|Wã({*_BM0UP 0v&M6S C$0d0ZSH/Ú4{}z -0n;ENl#3]* bK5:؀ q[82L`f8&1ڂ^˯ _CXK#8'hc!| H.XsueF{)#ҁI+e%S4AGķTQ{' Õy~&~z?KT-7]01yAvJ! I-j^E[LP³^s97`trQL| 3¸PGY85KhHelP_d+O-ZK ^n$?*jξI@0Kf+ TC{U9]cȕon={‡DsC BoZk^ `YR(5AF~__HGMPdUyCP3P /W!:X6iəSNZ/vӯ_)_{&0[D 'OpӃNTE>`OxH(}%lυ,_uE7H 8Zu-;7pLՑ jLNKx#89q0KYy"GTo`L}* DXn) ]b+g<:dwoqwN~q7\{j֨h4f\=¶Y!.O܇No_h-tn )zkqwIdpڕҁ{J&oIpW}Ps)BQ"g{m9z#r?H% 6,O|b=vIێn@[ޘ65l; 6`]WJAra=%NVMLEdU˴ y%1dr;i#X|O B]mIH.*SeznqCavtv'ݣv;^6F;o[&U3)zTRzk*KV8vjB1F41$T^UAX>j5{U xvK NT-Rwhh(pEc($hL )^IȎSx2+[.8RsXib!S3" /:wFhZW;A0#JWx7Gn`C=s.[K`f$@$0UTYy[Zb$LT.E7%?k[DAd>#>Oۓr@&.o(%ʛDPϞN473bZC,hGvYױ  TCvQw)NsuĆ(ׂU/\̜苄:Q<&$3]pyZP)}1fV `1K L[JG44H,Π]х6"(op'H5E׫銉},NGc+̆:Ƅh5{%' )68&Gd]MB|нVpPGa83Ge%$*4#gG|e W1ghR1+ټ lS+KC3kzB- UG(n+rR5񛾦?lPD擟$!2ML/%n/W۾eEr3hȧ$T.s=4)$=_KMzoۚXezG÷ #&ÿ;f9xyeI_2+}669 =Iݎ͘+%#`<ߘ(r2AykWjGI(^͸tPt튃uu闵0؊^θ">Tbc4)*! SחvڿkqyoaE[O?yjcӴ =Y|rL6/aELU!021XRXf}- tqkUքi:l.lrBnoa\!hl=o-P=; ySzPXAjN7EGecS^{"]$3Ϙul0'R%/CőZ`:)’lWi:!VhBY7k3İi(AZs(LM>&9f C1O݌GʄGU%-T.RR#ѹZl-6F{+Kk.Uo園)&a@̩MlLJ,T9È{fmAm ?s3x2?ݦSzlg="ƚDz>V[D[d˖2xݨf;BLۦ&\Zp2T,hOJB'mV}crh+ToE ij9#nO=DnL5[81&q:\3?x? t%]q~G+S}KF%?Gߊp4vj!蕣RwpB ؊*R@Z&.TM.;wag?BwӊMv "I 5(Udw^tK7Qwxo'rA5'Ne)㤖8q,VF{4?sTݲV`SN_յ'c/1]YvvW,x\X}ڿg$N6)LX!fSrCn)V7`IUM|K˛3NF{;; 2>V[05c4O&tJ:)u>(@o"vks[;SG3Bmؾvq4bl>dZx :ǷJEͽ 7j_@ZnI .sQIwNW43RGjGiphszJBSlQ.W 8A xɿ 0C߉cuN>R1lԐEaRq7pPK Ge6*oeȬYk=\kba;^KL\KkӗHS^p3vo%b\C Rkέ{|\;Z $ LE%i,X9vbQ ,*!lIB`{Ȅ#hFb ,x3iH3}Jag>=sKkg)g'-Hg2FA%8^E wV~N{pHjݨB)mAueĈ)D*5{ʩQ)к9ifk;4&tgH3?ʰ|:[)mGNb4Mꕷ('m>8<ӊV2J ԫIfi #\zGUs+˻r(FzB/A*1/'Jjk^GRsB劣Hf|NX$%C/(ҥzׅR/S383+ѓnc4k9bMӭsf5+0.F @cqhC͟ ٝKtY"`wˢg`QAqWM*"l3q;AA^J\QFծI=M*p:nUl|vǠǗʁ,MB0_P/݂N]`HZvPBP]ݷc~B9ŕ- {_hÉBUWD?+IFF L5L֡Sצc@ Xb͸VM4da>-?(P/ =Y +3SCZUYb*pJкcNRmi{` ~߬aIUwGizu/c%Gnx_*W]lGs aiNxTG*:&310 cՌHqpj1 N1AiUi$yQ3?0s=/~cichG_k" НPZ ;WBx+26P5n+SQsġ_;~{Ê LEXodѥc+UqE%&JōйծdE^-VV(ۃ F<+gJ6:Oðbx׊_OU^S߫;a7?]_OMXk>}&h ~~&sBD= +fe[lABA 'kd˃aF^ 4r XV3xؕhuT8N̒,fݠKBO qYFCi9Xnyox.mrxJwVc߫s J вybyXi+٠R/?R.G2`ΆB&(̕6LTvXG\xH.#WIp 1}Hc@G! MӐ܌Ֆl/pP(+Jn)lOrmh(f FOr# ^ h t%.kW@h٩W>-CIf/{&. /hQAq􆉺%^t'!mY"7nU<*ABi?RޖYG3qXwhYಁR53 hPcLe1FQ"qe$VjzȖw)-:t&I1z1rgiF6H4 ) Oa=Q?q@D +p ˴WFGJ=q*jc2<]}׻c&LSiqYIoyH1B,yj`rFqK[hhݐAaǞs{Xݸ^|XrRo1PUFO'ˆh^M*۵J NT! 㹑:1?)K0,9tI9xفًrh<:VD :1H |VZGa "f'},}Ep$+O:/sa0Y +4jspм'͎gmIr.-zN \ۚ' eaT)o<8 F۳]צҥ7|]gSQLrw`ꎻC7=W#3j>\KAi$`OF[(B*^>A0 k#C ojzA`T&PDq`jj"Z *hF6k,Rbn"Icc ȧ,L ħ,9!$4ٴ9~Sӑ{sHP-73h7؁X ,MN {ՊJ=X(^%-&H r||DY$&4;<1*[{Zo( YdTˆ)ATwYW"*{ٝM v{zA1!7i#`#MxOG=˯h}ܫo"ՃI# G@ } h`PBn77S=I1y'C\B LlҞx30G)飜pmIBkfѷ>6nܺ*ut,=玤BuEYFGQE5o@ᾇPrqw:eN CvӥHPY= =S4a">kN_hBҮT''ʍ{"'M . PɣmvYjliajh鷅ܗ6&;;-x8Y,%YKuv jB;z%ЌN tŲ 2B}3r"n$4f3s;[9فSp29ΝBu?\'mfJH):mK-,I`7W1`X^́7ꬻgFo۵2(YR'(+*w.0XJ O=v/K 5yumn*QDaNЙnOQe<7ǖ$icҏ3OmLCHԑҗԿD?h $`^W؄kF>[G[]:j]~e.oK3Ri9FI˨* b,OD^*_FIZ1b:)](yFé5#˷Co28B$# P ي<^b:~rZ~GĘ:5VW_ii i>ȓpwm[r;8 ζ S]E#(3C5/b*4IQ=aGm-y_>(0K\sz緧<F&}ϵDx4ğl~iوbƕ |W:'p+ u8CC0 Tu!. ~Se0fH24" h77p3 KkLtykFMġ4R9N \n ob>hW ]l}Ay(+Ỵ g˥b{no45|&+w86NAVߞ6~AB0nnQ+duWf[JM M*> ™oR,l}<([.K*hNശHW@K$aCWv(Ѣ(G{fj}7Nn!8DBr`!=ZT+c,]t VQ>nm"ԨZ_ J>"Y'ry='9>j+z-Hix` I1{f׺E\yչpxʶvV PwCg^KMNP%{Ų1+hl>fyT`ϕrb;p}!C G"??,l k]K| åO5BDr<뛈^_*`]W_LWp "a'#V :wcf4ƩEC Z\(if#ʵx.63h{'&ƨ/J #ș 5>obلz1F,Za#3vF IfU"k#ezb-={Ʊ "Q kwHn|AgK M#My)mh/ڛ6G1J"(+6d-Ldm(t6qlۤ[~XZ)AK ʫx94U4Z6 @+(;QzK0#TyhO tYCYmqrl@:ӆ)n/&ߗny^iE`hJNn8Hݧ}E T%PX-o(OGo+난Ω]|!y^~8Ľq4X$"T61=F%5 9^j1?F=<P}656$t{F~>{]ɐuF\>v]uޠ:λrywCj0BˊlEIlxҝ2cYY#\M8H/=?owg`>Ig5> tn3!~<0#+Ϲ;oJLNg沵(֝-x%<\D۲>bp\ّ}h_62mm\7ՎW@fNUI1"&هͮz Sn<(s=ӍB2Qd,~Y^4~q |[ 4M^><W-r"pTuN0fmVya#A|̞:2%dšHk?QݟܫI /RO3]R{i܊ I٩,Lc]nHR^OBkeQHG^gTN_-چ'~C v}8`Ͽ (Fe |ut}ls_eAF JXCMRõE+N؝)\t;!,|m ^#z18o:ݔM Fc{Ԉ:ٺ߅A" RU? Gj{_6}6W,-%6Y"{FkOS~u|$h(LbGlZoL̠ K%T&p'MCde-Qa]e"\Qks!/4&Mf%*:w:J79]UE͝A\ " &e/m6iHʞ 5Q'~EÙwq9gvjt U&W]aaWr޿EK-Ȏ?LUgAkc '(/(#:l3?}UG[挀ZJ~hESs辆 5Y7>'1'"Ro~ \u }5bPA[ 1a UEHOIje464r7f0m& y%_\Ϊq9;$?qr~2] $dXh*")D>5xzB\Wҿ~6k5+=ACd4 ⤡mLÀ:tGHd#9G-=(X\ЌrLDV#;05Ň3D(dWz"r%1Cͬ+zuclT$<@eqgSDdר8q&"Ms3Ƅ9+tt"G(d^W*%,{S sɡq: 9hLRu{y<7SKeCG ~W1T >PpV2XWmQ9qLd,`.lq0Fa+@ mr3Fi; ^&x ܠu+c^wZؗ=Ԭ X1Kf2-X)lT g;BB:i\M]6p?qsa?T5K N{l Y m^O7슪 2~"W' ?y-R Ǭ-y΢JO6 %(5Z8z,$zsC(WHc[IR3חmq<ų,^xB4< Lʺ0|Hpb% vV߼HjA5n N[%THʣsH%Ӿ{ռ#=n<@ yI`$ |6ٴ8KME3H\!a|_N 3nqDT)$oc.dI<}0G\1 T)0tV<VKh>%&d}Uvvo $)B1ڙZlQurpX y9Zxb̌:=0i51k[4M^Q̰d c؞Qݗ?)1'xD \7^xt$ 99d-.boInďQ]/mԆvFH<m%&'l\ `PBa xc"xZfۧ8{eC&zCG1oC : [6 [+*{߉hI2R1)# P =7l3A6?wr8f% -rGhSAx/8(!"tz4 |S?ewx\%v>n..\ nh|H1ܷ5!6F߼  XUo`u[s~} {VVrpGv^}N2ad!ka4 (sʓ|FT^".ɯ2l |>2u֬j޿jAR:: OS!UK)$w~n<}RKa7r)튟O2|GYD;m@.|NBx?bSS!2)sJHRwbyʾ¢-үh29acGOk4Xm[NߏóQb6t=c| G ڞI#BjWe,x&,oR*!.!Q/귉ɴzBD )бdڊ_FQ_wF?;!{c)EFna/v_m4 %}Tֲg߭M.B44=L T2+z=裎ĴuaB}a cbr&ƕdF̆XVUP&{>}=J4dqBѠN Jv6T,XC3dTtYS DevŲ{{Foa@D8'Q)PkabcQy %͈KA:ڊ`BF<$)k".MU3\y>I=%\^Ī%oyqʽbXZz 'MVv?4SF& $lF%bCx+UhvUFw3܃I}J|i C:yECƦhgp}} 7VcX֯>)[nƪC>3 'OJHu:DyKHK (uIq`⮱{7>Y{{So9k[wcXd3jX E1(*OE`j\Ė4brv h \@ XYa-3vAu.Z)C~UM>)Fz(IhcQU.Vk>+`U{z-Yˌ>*[zR(ԅJ,g-9|>C@j4I<} <DSJq@Eb 12\t;y^r B{Rz3#qH^#gɟ?P|%&5h%捻 pCETH"#j4ZoSVgb+\DcEmb1.fBnH%AՆ.t4֗!bzጃ9Ŋ,L֥aV =Ѝ,(I?yT}Q+фcU^pxQ-E#ܓ 礂Dk8aKtpy NC#`JJ)u*5x ǫ~{ Ԭ5"-H<ۥ^nW^TWOdĴnXxY,BCt#aKb8:T+}G~3~Oy][Od~W!Z噩tJ|/NGN,! 6MJ_8AK1ޕ t ~a(Cǝ]NS#hr4xQe$ bJ3.zHJa0خŕ]w/3{Nuv&KL.B6s >N^$[楙y"WHE;~UV~*N>/(hˍ$t2ցE)6k8Ư`"߂Yf  rB0l۹Mu+Yբ8퉈D; @EJ?f~mn|Hfܿ, ocQ@-'y{wҩSV#*]΂v"ڤ*RICkpaްoc+XTWo:&\|,s;>wSnѺ+}úAO%Av}[bےilY@@Yr̽ˡW1-mצ\ʬ&ɮ5D/)w]`D0qV:}ҞJ]Wn&? u;ȖR랤ߚ'X$uh]m{ُa.= /8=2*Bnf[3xvت |/W+%XȇXyK0.p4^&wq -bp7΄mߥhNF#ea7qB?Q}jHN]k]"˻!?Jh*7oFej=Z'zY5t['Q C%7t2@̈n&aUj=䔍G?*tdrC+(AIl(? j"hDj](t]pFY_e"e$! Y0Td 2>松 S_~eӴ]w`W^(X'nC-oco=X|̄#S)}B f.djg{P:mXZ9ױ!H2$&Xp]y\^~_8ҹOͺn@4s27GJ9>ypK=5-XyfJ'BmJR}WzB.q"GE!7Rw9t+=Kyzݽ9_*$1f.̆ݝ9QC"h(d )5l14zzS9 j$Va1deSG忖+'v PܹS؈P7qsT)cr"U ]S‰O P1:NdN#ݑ/@yxN₫΂bw_HL @,,7꟩rEs(UO<6Q[ Q@2{39bcq<&vNEB+B8eبt1(o7(|߁]Z.8̹eD253;'ȹZሾkH96q z4'k>?Q]byō΂}~ 1ZK] OjE 0F -Ekb^eeŐs SwHz]cnMx*4G6],oT -{M~Oc%to:TqAE4hiW%"ta"d_S:E) ! H> oh4M\= Pcնb* S|eo޶̶OǻVn+g>U޿fdV^ QeE"p)k"dvK{qNi3cfzJ=A=hT>%~GݞfYRËfX{f &%א%/(tT$UYmwC)hc@, ڱÛt3GfĪs:]D7 Ai/ebM'mK|+ZDza6YI" h8JΣT҉ .#KHJrTxel^],ԫбs;\ĭrq 0 (nDۏ$7ЁvczyD!wN4nSH}MT#az*d/YFd 2^GvP̸so!̻ G;Ȇ@+$BY#}ӔgۢY}ȳG P"zjd?/z֌H\8*ܾ<^\‘Й&_FYcCFٷQ\QHk?@F׏E#!I.ӧ6ܻF쨇TJvU6s1ÁBs*t:V%WcQ߀Pё?:Z8{Yk,>߯,$%)^􌲶"x<焯ܰVkp.8=^<8{p\v_O'v c=ϣ䗏~r31oUr^Y L?QX^%Xz{}7(N6by6yOGd)ôG_GR*Gɽq_> 8j֊L#q;/47ty4.2+概6N8! 5Y *2j4)T>L Ts pڰAO~ .mIb}8z&>V&c%|de}ƺ H :TfQ/.(Ib'9VDn4(t\W;;I5M4fɷw'L[^N;v֯W5SLQe< V( "nb8%MP dK4?// Nk)seq= @&s0ޯ+$n=h<9*Ge%L)m=αg6rR $ oM|C\:Ř l w]dpd?A 0q ]dOOp6*{&Qk[eF;DCE@4 e:nXϡf/^Y *pMT w%ִC 9I2uhh9 r7{&\d7ΨM b88Nfmt;ڽO@໐;,b#P#E〨9`sWʖ엵wIUq}qƓsB?DQrhz3l1TF#, k{iC uyF[M鏄b<ˣ;Y4)x\:`¯ >65o+R=KTѵ3FVsXrڝt-TY=3 ZmB" `r,𫫈ߺ1 7q a%> ΤZ |Vp`<5bj, X'ބipQ裚r*jMpZᙏ%0PNٚːuDu"E!Oȃ^9rAOnɳ'FSA-Fҹ6)lф{V.Xx%5v#!Q[t~]ٕ+!e-4\,Tqij|-@L9lH~QyHR/B@ޭ OVp\^7WR 1`hO+!J)O9GO.=Wכ[ O k=W,,(|`[Ͽb/8%Y`%{8m,?MHz^*^e85!$-tjjN2&s$Pd:IJtpF$>EAo~'3V;d) 1蚚 a~' s(XT`PְbXHH ;vY` 0.Wal&*0)'&Єy@0=3V%lQxk?qYx?D"% Tr0d3/L;5; ,w-jzփouWEœ/ޝ4=@$H:42eۦTCvZC \dC:}S(|V |,N&Eh|X|F)0Au1(9u'EA#9 Y'dW6P-dhOjgEsDr[3ez2 CAE$G먎yQ.FiiA|T BCm#^7sf<6>Z,ߠ/VB@9F{OLdK`W21  ܀`\ވz(϶>PX )n I2#g?)YaCx%tb tLtǓEƬnj:9b!$I m ݑqyn?i 5JSBr49~`fjZ!Q-,Q)Q<bKV5 x|Fն]~ILѲ `I ðX%2KDǐwbcwSE) ?p"ܕ w 2$.ky)Km&cD⑶KF@ ,F7xd[+fF\7J飦eEkQRp=B1@/m׹ W7t#cӆ磄*@:h[GЌx թ/[/í*LfeN pIe_6~]n7y0L<kN lN'@S-VY6VN@?* ѶqGE2gLqĘ# ^4wrarj7t '4hAJn?OJ&{̭g% 𼟭 c#<+3{4s50)*ꤡYcߖ T!ZXiG%C]ildNZyw̾D糢C<3[WfyhoX Ұ޽V5\Ne[#7asR͂<1p*Aa͊^ɘsd=n03zgԢ"R,{'<\G~g9BOteUHBXRܕےtmHخ iG6rv"ukzڴ~8;i*3./ssGuѾ->kd&׽oW3qбa%~,$#ɺf+ @h71Ba} /86agtMiMe ❶Ji _^f$G6Ώ%(6L^/T5\Lj!}V8Ĭ K|jF7[z6a iX vI滕uEN6i7ǰZY<\Yu4& IKY76n{#,Nhd@$t$dȜjƫ@ckࡺbOnҍ,9Rњ3mq 6).Kf.?-+AN~ !"N+ 2C f,Х zӍl}ítsX֘2]7?͖zG8ꬲOMn{@3E-ٳ8 7kHOt%З?`AWVk%\ $=.Dlt}I|i,+oF! ڲ( wTG5S84ХW,]m&ЁdG᜺[=jNvow9wtJ+pFkt쀆r5M !3g6/}'PZ" kVU=1û2nd_NGk}ohE,SNȉ5pCtػ: YFC@uBԜxVtA ogb J-6# o?f54V;2I p_7܎lQ eP+$ۆGejRT•uN!h|B WL u'( JUĔ#8_K'&InU/vo1ŌQ|AґDpG1\ p;`aiOm39[MǏS H\lm Lp2 rYU)TӔ9Oï7BN{%ú+?ߕCra^4hc v]vU^v HeS~>Igf ?/6Æ}cIiKgb.ٱ낫I<$Mɚ>MoC+Z8( yxlĆFxWVjn Hk4pȩQ]魏B70M[L)RB#Dm^gZd\iyce V b˴Q/:e1$䣐[Į D-|ۄԻPQγ.j%C򟣚_,=9dYٻ*ĥTG8 f닰3}BM ypdbK+0ptn/7om(f2(JJla.9{T7i̍Gis(2w{1Xg&b;j=&%m-)âYF\):@&} WF&';.M=6 ΎɤesV99G8 MQ¼I|5_ d>\Q9aZ+FA2FKlT( c5/ :f O~I~׭,w3Y 4'yxP0o6փ_Epl@Pv&_z0oDiT#m$D g Kx\C/J<ӄҬ/DcN@7~EV.C[ $tc׵EH\egRw IJ/T!skB jyml*(MeSW3BX:n嬠_܃{l! |LL0Y&@+sþBHּaJ /V e}ԅ(hց_*li+aʥne&9)l7fnMqv|nWRSUt10{b|B?% c5D"H/A1 u2S&d?ѝaJTu8f}a:2&MY7[On"BASAp\OVN".:%p9?9)C8g 4~k 4ñ&\_sfv4mf90p0SKWyf])q;n hc%75ddm`'! '4A;2;{=́23d\,`KQ HeUrݭXK+0$v9yʒ1 !]1&/k٨${8͗*…` $q`4~V\TeZִF*9^Ne% ɉ?_HNfUwbˏީ HVjz'-{CZ$r }ǴO-Qh n*>[s!ƲJζ.NVA%aت%..X#Te#S 0P2PG|-ULZJN!sTGUa̿@"PL,WcbBm {H_0rAO\b%ׯNR t?O=/=[ M c|9{>w恜mE`[={P񆫔"?΢H?B-nG6E̺Qn!ZR1@O wbl-++BKQQA)m٬Za:pY`7{ٱpl1bǾ&#kB۲zϻ(ZEכ9eBmZ[=A`vkia S1 cjFkv?ԃ`:7$ ($̶SCޑ9RTWQuc?C:YphN_\Ґ;q[Dd'#:ʍAj Ω<<筂^\m' :\(/FbMu{+;D Y J(D Bc N,: ~9=C&L;J:*8GcɝAemS&SRS>SVG=.kx7 W7rQMNiwa FĬ3qJ퐿Lr)4}4]֓z9 \84AII dNvss;MKZo DUk7Cz",Bu?v^:CD`d, 0=p>0Y83vyeVbH%10 'иzAs/g.`ݶnQ'h7UW6pmYGȈrG@PW{bdxzJ}_,:y-[eO: '³ɌuYqi\ڐ$*i%Ia]fMfkOM(\KA:U{w9y\5_,LMZY>Nc jCB@!RLmn⻊LO|*m|k#1q)P7a 5V#^TKtCdbka#Ap^dP" LQ<edZ q/n^Z(@+ S97䎿ݰrY21{d3*w[XkLqLQ84-NG 2VF "3"C͇|Ȁ1Wx-`:h5s&C9>j +'5@eq..N'8>w8=R$:,&P[W^g,[-+A YMfH[Cm3^$PvSOjHa`˙3FfmQ:gAN\$KX4c`qΣJ\ĵ^ss­QK ߨ~[@* ctރ9kK,'6ELZAͭ6 ȥsPYf) }syKȟ7(ʖRh(1cLt5U2ʢq؍0|g_}  m# !q>qqD&{ ZQ$p:ZjX!^'O83;<ހ[ȦFݏX}B§(Z׈R.{B?)FSǦ\kʁu7 sǪ-B#)^S ¨/}I v?\K&US'V`ǜS+\.1RJ-5UkSݟfѱh{(Ű`Q(hQt•a (ܷ#gpMll ɍ ^-8}" <5J?n$T^'dD+s~@A9Lt[g(t44^T2ZAxz @6( +`gq -)k:+aUX!q=ĈOԋhcڠ=5Ԅ1 >(P>0, AʔNEX L ATy;`+qwWL3S`XSWg@cVά-t!sVϷg <(~}{="E.Ausaut-ZRQ}(fse&< AqiS@!}Cn(~7C3,~FD.5B0A𺎋 J|nw{ճ{=%Kȃ5S~5pw&5|k3bW^tטnAl=WaSrӺWjF ;{\AaKwkc?q7pemXYu&KKSMFEasaU[s3޹P^h+u2}GJҏyNQm *eF=ti'oʳ%(CowEP@ c1VT41 cCL!)n"'cܩ2Cz闐4 [!])jWc߆1U\Bb'/_D3ڒlaxU5p_du g)xVgM".dZckƟ{^iNs<ę-z nLE}Wa/ rG?]n3PpT/Ի'ء-pݲ"-񖱎K{dxbih/th@dV_!]5-b\6uLW?uHLS/.\wJ%WQG]mdgGZV8~'9r!%7PnNæ&(qQ6k֊^S{ϯ$'ڗ?=I~0)v\Oo+Ɖ468al7 u Gl@Öܤoͯ "p|^vFMz$.k;LM8g09> $7K7jص[o.Tv+_/.V^jdmGZ>%=gQsB=>% ݺZhvga"ԎЯšJ8/J0uA[0-CH52Xra K|⧵6e-Rҋ)i:˂l"h!Si=JTAߊ|G}ǘH(]H% +=@ʄP\4S:bځ"`לd>a`ۘu3ܷ&k'6r%GwO#-N/D7eت%7ZJzGK KUOG:8 zmqOQ)b3aF[q^7В{~Vy(2"bGV͇@oʄt?s3$,.hǵ.5(9mMJhIBj0y y4踲xPJ%a͖s~=l$Xm:sZq;BA!3'9y\D  s]ɏ@ƻ<čn5'}Fƹ^OۥŻwD<C͘h\Ndպ+##g(Et:{7bxXbt8l.MQݩws+`ӻKiCꃝbd┬8H68J Sj 7N\{Ў.X.ͽ iػ%\ \W ^x=Cq;'в'ʡ>B|Ne,2Y|mdGE{H}f>&é@F{PdU8[1:Ti=G%wqm&WP6[i*hZV*aZ~(H+ nS:ğw$ .(634 ]a{1(GU$'`U(q?o`Tt %4ʽ+* DpivzV~jS{aԈ4廅axm ?lA] >eL\ZV ɯaۊGFub*@@Hmƚv,HH֏#ms$l{Bǯ4k+EEJDtA.hre.\\${V ׮0{":< ճ5F='6ZmL#4.b8 OS#(iȶԀB[ޜp0jU>?zbnXІ/J 0@^#UyGOAO|fM?%bݡ6jABWgH:L^#GV #o*ߺ!´v"6U1"bkQ`,)35G?{$L9!n.h38?iERRa)idrja|t&6 UˠY j/q!ݛP iU sw4:`*7Hb蘓ƚv˕=x;hcZ_(҂VErA Sp9[Iv[v5g݃,ƷEf a Y+a1dSXFDV+a͢7tP(jh%@Q C]llt,?M3^ S<X*M((Fu ,sʢca)1՞[\W ՕQ6 %`韍?ߨ9B6ESæKe?!{(5|4E Z-ֻ/B0dilSq;wZJs\m]Q~`+4_, d1?0ǻ,3My^Q`)R Zj!m_i}sϙzkƩx`[XRg*DJN=‚*~chӪڮJmt ca$S$IU'R?k|:!{y,;b5l|遡%mvjXᖂN"ui^94Cd}f$$&y)\pYu5ա뿉 O+݅MIjН:6 '5YZ&M E IBT6ɶyx`A-ذLǼ(.Q't_ȖK䪌KP'ifmTGwZ+/u#CJrUe Jt8ua&"zȐ,`NΨ蕀{UdҩMK[ڼ.=C`(՝4ʼnc;J(ܬ%1~fS<W"Bp"nIYŒcyItOZ="N>GW]GH]ɞ@ lu?HjY' oB1@ "͐4A)hB`a&̾*@.s>~Ǖi761' Ql` |Kqg붯$rp:AJo,qt`eʼnXk{I4[#DIECQ ؄`ZeY7}g)*iĕ=BٮQdahv Z8J&2,eMw@EZruW,SWacĢ˝%0tY)^16煀RHz#$}EnJ$Lm-KcKVObY-a/wu6 "gqӭמ2Hc%5apWOɘ҄ע0N=|#FXՅ igPUjHr i<'a1O-*: $ i VCEZ5^0"'b @}S_X0:e#tG 1t_# S {>0Ӭ?Fbb0ALb>)S~!jnr|\VY *!y`STؐr oeUE#-!<L)qmM4ǥfmʺlQ`e(TΏu%B rx歄$"GNs:oozRzFr[GStUAy<`fp`rA{D?p\pb e!ɰ2I⤈kcJSK&(x \Hx)Z"TWTvf=XHǭ<:.[g(s%,0!Z?0g񾊅8 \˿6߷ gc(A':c'K$yèQD^z2: O=ն =crM5|ГF@ Uo*\/=Ε;ބuJalqkԖMp;;J!abحAkk? ݹ*@',a,9лݍ%7~!EcK = >T_ЯNMC:s H!nV\fhw]-V$BIg5A?J0EPj5* e]xT빹+F6טo5v5VS@L@]H+F[Ldo?埞.*kB mp J"xr&,4;lF.Ν|ͻՊJ͛ks:!1Yz @^AI#cbCJI;W0/xh<՚0U1Ġ|}&%/!7~SdB:-tfye͹9QK,u:%T tߡ,f:s} |rVM5(y DIV4Pm%5bӛKb3$O6\Y-5) /Q!8K)ݎ:Jw=;$1$хھT7dXIOnì*w)"]?n0p'F=BZWCzvqzB>vW8!`?,?%ߕ} J76Xơ)B{Ģ7h6<`)*3a%O]u8䛰rq]i?BRGˢu06ܓ⾪!gΐIKFgmD0SJwIx~| sTЌ\o 775+H Gz5džd $@Op}0d+cÔfjVϘ Z>xeなsSNj&܃,?IS] s]W.kTmLcY^l]9Л /QLTJedSGKnU0[93yH ÷ L3ٴ$E#mLbOFE$ۉdW Hus>/udߜ8iaVv->fZcP:IcGo¤pE`cΚY 6.B`V>/ a.Y/}*OK"HNYJ{*4 r\\BQ:ޡH@^MȄB Bqˮ8tnkpu#lx#ʃ4[oоM0XAw wQm.彡*)Hb>"5o+< ڒ%>*K0k9 Vp{$Mjjpw\g|r*  t{3\k %Smdw#ߞiAY'I{e2okϭ%Ly83wN[PX-w7%Čf3%f^ ;jD~6Ug|WCe"@n$yy67fcm5,}F.6e}Zwߒp;$z=8JXo/$swp ;H4Ô);A#MKZ-dGJgHd,q^,* 7Uczœ8NX<(?9+̣B+1R=,SXjUqM7äy%jG0x|AI4c|ߑ&wStu;F* 1`+zy5/ X:Gb:j r ƻC5\?kt2ǪtvkK7Z+жτ9=/LԁW-CaOT6˓O/w.-6ភGY7:nT#C, /nscFufT)XI4^~rE_zs\Y޵*j!dǤh 33@UulUop~׿V\! sӇ J ӽU !˜A>$]$@l4? [Gl)z=w:4YH :\(23?jؿM|'S]esQUІ`}x]`7dyt8(MT}O&;K"Ԓ6kVZo!bȊZ Kx1Hm~o)0~wdekѸ\GSMאfcŷ<66y1Tdy*tuJ&Us#TG{rezF9Hoz\9Q?ST aql+h*{R֐6 vϒ{k^'QHrǩ?'.OXZdžG!z4eMCilܡ߼-@atjD^< zqp0 4\m KTY`b1WxApP˳|A#msSv< '2|j(*៉dbQW%0GHppg(5nl qLEi>7[T%L|`3ϖy;,rz c wNF,HXկS: E7>XE`F6zFLX`ِspg:1GQ>hC'k|{WLƳ:j+~_|3r ǜ/6(svk]I$H .WEI &˦:+=ϋpuTg9F0-+/`IsfEu}_ !W,]qq=&/I#5AiC{8ߵ\tȁ0Vi,2Q}W̅/T/[Xfoef7u[Y'DB+5 H:YATm b:T[_1atrlG E&[ |Xq>eu ŔE"rСַ~-wJQo0yΙF2!HUQȍ{[z,v[$̜܌q`+S~xbIuLhtS,%EIē6^ZV?@EK*s¢G%R-_K2]SǤKJ+VK}lpɉ#C(OOOy_A7$8=`CE$L^>~A @a$PtLٸj;ܫޠ]YfAmsjAZM< vV߶A䏳G]!;=P ޑ@%mr[Z2^ yq:䋯Tk8GB2FeP5_n}j;{$T(O`'ᷙ@ǐTǰKgh}*|WXs40얖*dBo"!Jrڵud0x[ԂeTi$ @Kp: hܓlH:՝΢o9B)%RY ?Wz>80L mAzZQ)>m;8,rC/(J/fJ4G/ʔG/ ERiN~1e(&ʐ3:"։i EWڛ9qϞt-{r͑/9?N+w=ݥ^rrqA%n$YV Aҗy4qA6TOS/RڇɧZ# 6@yT{vKr2!$6&TDA -V#]DV k w|гx]aB !%1}eNuKTZ8$9;=q](d]>=Jʒ`c<7?/ G VnM%}ɯd p:xպ8Qf j6o'J'Sf!J\_ޟ$ipi^\"Qnju7=.X?IwjC^yf L<BH:V+4Ly~cH-0W"K+5.ASeoYaZ0"Z(G2(|A9>U뻿J-XA:1'QCm0S 3`#Gb̬Y=X!7RAZlۜFt/?4[ֲM6wQNXjTfa}uuT-yob/')iT?8%$5* rܴ/N(-))hZ-6LA=XqϓBedp@h2?SLSw9=.hx}HM,@NX@q,p9X~G*I I$?U8185dvvHO-ctfͤXwcBuPE7[ڻ]<~mZvO?O)ģ'ö2D/-F?gؓ4}DTGSq'ՠjid7Ra:!Sx0CnTs̟TUcyۛ ,5D<,C[v!Y'hsցG%L zJӒǺSx4Ѐ];I+.ucZZ>Zrd-/O_H趚yVD1Ѵ,W\侊C MUUdeqal^p"Vw;ՙH U Qb]7W{,KY>~==c(ߵ+~&Q{D⼵+6P~!fZf|v3Ns]؇Ho({8+Ԑ,D_6DZw / jIH\C[#%fXv|} ގT#1s7Qwp)pe`RjRӑO {;͚#BI3)RUM,pc 5f8mP m^3(ooI@Y*%`+>颖oȓ@_έAYb$,ϐR}Yҍ>>9n0VCJv A=t2 lc%VKk`[xϛ`dF9ٚAzY[I͵I-&#.pnR$.G$a_S#_ Gi4^L, +{ْgLj'9!P5_Ĥ>% Tł!7:Ӑ[߭h|o.:eXPX.B4KHė1fČQx fGZR-1 Z r)ҕ5^wkΌ=˝"|AZLq+u0ؕ@SQ]P~`$?9fwIpBIxr01Ǝ̓77txi84nh4nҿ~>+Ūd_܇Ee׻>j@2\7\i<[H L5_IX0֠&+oS)$ƟktuB2v 2bE]Rg ZN3+)5 H\}!N4|h"S W5,ϒc!DM*7+64?,FMA[xlFBpO^ '╘M9×AVF#=?H)j^h9(ßs *۠ϼ8ŧ8q5'(]H20udQ8FJ ب;F^k .=^ԪW*"{ɟz:$^}N<,D=v%W;Z7ߟH58"z6:rVP6e1}Z$@BD}+>96Jl*bKKChT,CR \N|"w cxМl ໱pǯFårlLSb_8>M~,\84P7*dCF,BIu-=B4ǜZCVe|]u+BdMx/Oàunw_TBdAc u_}^chCaA@ֻZ2t \@њN^>te?/@r+ٔo@+ߋ }۩Zub>k ҶИڲ#[Hz ݶVTt]W'h3aE蘿vA5T(2k8bR2tOj a|ɤ 6>YR|,1/2!鈫i<2͒^$gL*nPBR&ehj!~eL_'~ ]a-гƨ2%eODkM8-6մzED*6$YRoF\\B0Թ\?ݮUMʨukۜŗ1U:=?Z~mihB H}*+9v 8 z|Q.f58(:?KknnT_̏Ic1)9$+d _11.)m,^!@x-lӣ.qg EQ`P"խ8P6`2W *Vw\'"4_ 4%o`@n\*"qa(0pws"X ђw|!hm <]TV^A{3_nv5t?蠽齨נU&5(kM+m hT#QQMxl(wp elOBDҿ։wg B:~U;I&*f etoa7eVLBO))&dKTg]ѩ"lѠz̝❘\Ou@@P L/hĂdh]53!*_B8dmh7?_6'ǞH[|Ļg+*h-gf=OOQ nnbnw,E =e&zQWȮrQ4PdClU]z."ۄi @de@_˭c0L )-Ь*#Cڧ O<<\x2MgX&^G|$8ZX2?§U (Q@؉̵sY%!"doy$., Pg8+@0k `S!?@M!9^mfۢ鱣~H>JZ yH97Vo75"JxΘx#]7DXw FIqy|1.ҋ|!?kRcq@HZ42Hjg,֦cqQ XW 昞[މ"VC"Q Y}AM𷱇h̺&W P(|^b&I*FIi;9q?rVU>5_}Ӧ7wc3ceoc0CX۴2&R*z.ș5"ìeL}%BN5̹FI_6OB*QMtk *yl+z;p|rٔdeyAe'*@kiu=jt܃R,S!d`O5f&%?]4QʒSf&1g7K/ݷ0}PKe+ eWpN \"2s ''#ő.H[(pry&K1jA  Nʾlz+W̪ra"UdLvhL'j{06P*;)Lƛ[g>ːL uGeԩ yWuxLboQx~JF mRhqضҴ8+sCԴ;wyQy%$۸-<8Lwi"?vgNgԩx杠w uw.{W .GYJ*I-TV%u#3dBV80]^StsxI1xWNۊNpO4]J7m  wLe.w(BeB2Mk~|0F{4= &vZ`O?~cQz B[lb EjqE?A'#7lD.^xui 8RI;A<S!o)74ɥDgg44s2 %0BMD\p1ޏr% `Y%$1{8Ž}~T@}rҁӻ}sqcw2t9)V1qRܽ9R?;ѥMt -Uro@``k[^,6#Ot|@z í)\S i'/?7KyK'zM}ڑlmg8? gP`d9n1#W8fIE^ C,鄎>DQ9rPd(VeKkUP 6,YFt@ި{tt_)0X3O7.e?#v5[Ȑ.;~J 923 }xn> <ҸSro׌"v<鞨:F(,D@&8 :p$O; 2__TGF[YMN"H$bfu7Q,ŠaFf*T:gz ~C=>/QLXIH-< :sX d9ױ@v>`fKZn)8gDji/9F<j(i(bYj8[H-E7F$~0 9q}dՓZOx_ A`*`A3Ǫ9駨yx Qjpla ; )/v$RI |xr8u{N֒1nj1 \Υu{PF?Z"Z?,xw1$?]<0|Þ[cbw :bA +u0Æޜ)?y&D`鈥{EvU,tbC,#q|)80RGؑ͐ka0G%*ɩ _w8*v.X/&dZ7(8\;ף[Sr;oړV?[s'S cWc@^7??qi{}q<-=X >=~4 Ιa C %2 U]r Y:K` 3쮻|,K_[PE`)û RrTZJOy3Py2[ZL#pzc͌KE}A8B!4qPerzNu&G>NC>cdz&FA:*&y,"RNF7CDh Rwf`26xF*Jg ^J+H-9>)c_^eW i~f Z-v (ޗc@"C3 !gLG2&nC,&8$ctqf8hK c4Li{$tY`e]F3$XN8wL3nξPw%^U3ҏj>L/snW#oܩ>]K;&lԢ(tOi+9ؕpH! O,cfrm1*XbWi|xA CwًPo{ h&ט5x|s?a*OS+0IH~gls14Z83y^bQO"jE*O\=J1f!!e&4gsb'7B@%*@ss؈xV|Y|bC8@%[700">ކP5T!Zs^&%wI6U?\dC@Qj0bpIX11ccP07Ћ]Y6m Q;@~Al#$`*vUr Ru4YY+<}7qȜ.Rs2=7kh =@ß!k}[vny:\`4Z$M6f2GaZGd[x4 PftjKœq:攈wEߧuB6{Vxtc\-Ž&2 Y[7#: SWr4ղ1-jB_oWʘ,6.> ǧǑ'ʔRzQ rA[P[jʠ \n( s6[ Ub%l.F a8s"hp7M*%h?EK+3A lnPd7  5Ia:r|UbbR$~Ƣ/%\B0E %u˰$JkP $f,EpOٟ9;,a䘨ZWP /Vw(Po7aCD_0,kUaVsԹЈsu fq`b\= (:ZCI 0 1{SS㊟݋? &9H '7U!WA{B%xgCX~Ju0Ѻ5x_t+f-^ԹMuԗ|_s r.XQ3;!n,X,3gMR&b W{d_s>=dqZ >b ڒY3vJm&+jz+1z&o>DiI g-bD*0Q[\ 2_n^|[-#l5o:va*S=i@}YEg;cX-lM|GyAb۩Zm@R+qwh50OYIV>Ln j:'է)9i!=cKЮA#pʦELӦv!#gsc*SЁZF @&&ci[6{If}Q%^>ta]/{g Wn= Ss2U4)CgUad?6Rb>*ד-7.t~k\1lFEZOul̫q ZE֟F 7a/qSGX !]QD̷/j(ۃP ~`''M /- #w?w~4$"="Qk4[{{ W(dr{rD ?):!E?3A'8Y mws"m[/8,av%"r",x#y*QlnMPUOz%(:3~G(z6 Sj>'ခҖY\, ._qr8hV.2:e_0bB֣=58hCKFm(Íʮa!a6/GW(JZV+_F9ArTݴsÉmÒ"^E;` ƿn^xحԿ+/-5Nޘą0-5j7|/! 1pYˀh3/-{P#Hp$6]˝0,\TP6\+Xf쇉6HR2抗ɂv3bzy]gP ғ,n4LU{[eRi}\t،Mw+(a&\Y/KE..BHx?Sv5'OqT!$l`cK9S|` !OKbHv㝺WL:ysV~fxEBpw8ź f8XI +x[_yX\YN`W0mqda܆Uz7>gvyTzPyQC/A&y-* OS/,<*VXs0D\%cX"DMf^ʳEm{71)<_HwhlÏDD|G䓮ZӐ2Fé)-Ió^+C,KL˜uՆ"h_ov=hȈv(.?n.=IDZ&-+m@QUw:2nVn6?? vAkC{l:P`{V.w&*|mmN t nM àɐdiFX t5GR|VQ \oJ\-fZF~IBuQdZGXj7s!I2M_|a hMg!P?&( 5iyRƐtt:j,Zo\cpAFA-AuW <r{ǵ$( +S!/ӳava5AunvVm{uR9hjӿ ҇`!1Y)z՗:3=Kfo|MX߳Fڰd4W͔EV2[ٿ56fIkC?z[wtib~mgLz7`759 >"e9 72_vJp }9>>@).Ē̝ 츪Ee *^~ F(h_}?MJ,dcM)N}dԓRH(mBf"<>RZEv˨A~XsS[ݫ YSSmi94#W̩zH9 (ѱstFN$,00*נA?ؔWSo?e-^}ASFac"Z+Yg(W{oKWRZnײ#}wQTTt~QAM=Ac/k.7?.c'Yʮ;3C9-_wS (@bEeI:t6?ʙ]@Љ}(f1 Y9aB'Dy]d(Hp_Ej9nt^/y.ξ' 5NN!ARvU0 a0 ./,,IO@ ֵ"Ñ4@m>`"Ը@CnK'K6W!2՝`}ÿ;(H]b)'۶>@u0\3m8e|-p.Ⱦ, AM] Sf^?aoۼ}<9 ?P=h3/Yok3$?X~m'}A׎:hUzU0jR(fV1l#X6`lT,3&ۖs}ۧr?I(BjÑGh\00SnVB%vg?"vliyKٔ+ ƅPr2*Z(J1IfLpxs:[4d+w;&`=w*\|{@ÒM Y*Oa;`"ܴ^izno wo {]KKU߱AQ#\Hx)oL,d^d^a ϰ^B/yHq ;hB8IkEp=U̷M?+W˧2-䞟,K}m@gv 9Qi"_Jڛ'U2XLbnҔton L\r'mN*9|ȇV w\(/~TN/Ha"m zg>J*)xbs[; m#O}.FK)4I,ICpٯݒ#>;zik5ey/u(g#g?C?"2K&v3줍ǡ:Vޱ)yF:Ȕ| \ϐߚLI#s$W: ,f䉼4-/M)q.K6w+)9:x+pIx˗!>yUC>AxM-drr2ZLM_b 5k 1XcJ&x=i-07R DuQIaṛɗ,JfRIu#DN^Su2 MAF8m݆4tP:7,{a m)lHJ$$;ܥyJF 8 @ $b%!֦rʤ.]B_> v3 #ϣ9VZܵS6%_U O2"ds!- L;4ZoMٔpLU쌹ׯP"@^=ܸ7nuN@x^nu U&CƓ#0z"00Ї5|& I0eAHqM#d#Ur~]c%N_8~)K\-2 ZH5 nߐJ(+!\=g؂Tolmr1K{qqJy_&+`Ԛew#(fBDb?"%17-IK=G HH{fʒOqqg$;̖X"pdz)ԮsoV*Κf3'*B]6{h:MG{+# >w[KFL֠?+E㩓f!@7=\ЉKϩ+ $g(L \.vQuۡ,{Kjj"vNfM(ÁlHXlU$˽S[ד*Eŧi}g;\ztg/cC=>q!˛5+6L)#"Mf0^>K eJܿbiWl Ywsbhe#6_L/,sOn`O0:}{(D{3Q {vsKG&R]e~tpخ\e3(~Jr4OK@z>5n%7yzRΧkVSm){62GGFskG10Ӏ9,mљUМAL%Ob]sWD`u1`צ4x5ﲽ`fPXja_60mh}9pC iFN9| Ib rԆFm0}9~aa;°Wd4L3bqxlb܂nWƃst+qĀtLrJt㾒%cd: [YJȈQc2 f)t_fS%,Z \:Í#S{K!ΐ\ >=*ǝ4rYtSxG6G/v$ǔfoOMGFtHl|Cj/ f_=XZd$m,I g͓qyi+QDezUp GSq,𥁌1u]1:5jcM^E/O,7a|x@|Cjzo`ڥ (3|S&ß' ?E{ƢorOZ%ZWYAݪohf+LȤ}}m_w#x "vQ{TËدU Wudz|mbfP"Ovs*C? FsS\engOЍ!8a~=C2.炶!dRbhV\7(o|wR$*7.%Fptklj58:Izf;C(\YTpDߗ)+Ҩs sJ}0Wr=js[m*aQ4 e1OD3c>>O]MY,0>w6+^HНR0GD=MpzbQj\VgUj eozr>XX@)~u߀b%_#?{־bw/K5*X -z\.C~MNs-: ZZ:g6b( u#}VIڔa3@=˺W GITp}ms[[[}Ona4$v8|6qn{t)4Q'keW7ퟵXvʒ]A!]'tD͗:S0n,DMC1/+E;u*u7G[_ s=g8fLRWp%!Nn5ȠkѧoWbWN3,m9mSOTU>t93 x CX n[Z&=-9=6 +xl2l;m5e{2ϟ-%Jsy幨OY=ND2 b)<@"Q-\v i?γ=Z1{2aʞO; hmRV x"0]i!94{OwfW:O2ZvNi]{HxZc 4cOuV̡t1QwZtn7'춟RpKߴĂֻ4a &M 3 6hp؇ͬxyYZVd*=B%򟑫.plPAHaxmPݫ^H\}#x tW9_w`z6lhG#L樿=MX=8+7LcK4V,n}R'iqGжxC_{0GNJEJc$cQ>Ǥnprgzh{=YvSrH}*L{ۥu"nPT>Dԕ.!7f !4]ϥd{bY$;c k^IW-Rl%r Pc<*25ik"ݵZDANt>ni0ɜć[@#IC! 1le"Z_&뻔-#E1odX ?\U$ ޞ f{Db@߀]K0-Ev#% یoYhC>C+,^y[_ƳR6j{S=qly;nڷ% jH;q*'ɲy%98ၖxp,t^ YU 5٪6[+SOJ|&0I2O*w^ץ  Y}Mhw?N4ޅ?Л{C*_cW$X(KHvlFHw}z.:f8 ʑ5mc b؊tm-_|~&7a ,2\¸J5yDDŲu4P\ww2ӭ^I̴8+ZBT=j~Ʌ;9~v6% thU mM[fQE@^MQӇ' k[ {N4_CI}@tPgNL Rmg܁=Xv+w{}/k*i85h,x 52dC $2΢ K1rMvƎF-)ƫNwW~1z=%~g˚&Up"&;-8 7טsnxc>-?ek&Ν E5UV$0qeOv%dqn}uЌ9f)mEآ [HudwvZ= Y\xi<~US:*T$3 mV@S 5@KLKuYV Ki6z" !TQ~uqQF>]+j` ;G(0VKـ[ZQ22 ԑ[r (AJ&]+ʴѫ3ԬuV]3ba LB:z@B)ʢ}d]lQIcy.XDnGђZ} bAp_A=NLp,DLpt܆OI|Lb#w+%澔s̈́˓3ViLuTdL&&*3wQj3yFB|'i#ѭJӉqb5Ԣ?"gv B7i]lVa9cbEX+pܾm!TŰF+a~8@Qi5!0@/ Z{N Vl66lV2!+L'(k1%4{i?~q QΑ|MvnD.ILaB3R\MIW/Ag<_9 pݎΨs> 1jNE~γЁ,;i>xSt71Ox!Q cJ,| F*<$zuǬʤ=S=TN"=]_mvJe}öqJUr N/o+}F 68ZIO#Q…l*U:bvf8 @ֳy(20ܤ+ga  1<iZme6/T2$tLp $vptmi= Mݚѕ6sv"aL="jgg: --sSʰGW}^x^#C{[ڡ 6z&ڝ e3} ;4{iMX"j;<>2`)k,Nr*ܞv-.ǢXGYl SϩI{Jd:x$ZP12, 0X(^u"èfDˀNc6mFF/-D/c=ĹΔI-'N纝_2[܃r,(xBk+yXihɴd+e>& B߫č t&55l" #5Br@:4(n#&t 9[?*8齎ň=@Pq*l]onoգ2E~K/(h:ˆhJ'H Blƒe8NBlN38M ?fC,l죆d=۟֍qki0M7mb3b~j?x/~ɥq3D f> SIkV -Tk ,MP;oKd9"?{^Hhڷ?c !AMZ_9}]G ޠ1R^g9+ӂFQvif!/Zv\Sm>V.sK|,#0l?Ϛn좡\mш/bpZQnWm10!VGy\V21*4[hv[x?onWam22"dkb-#WP]G$'wAԀaMqnx\)bd<AŖ j7؍g%ԀYɎF`XQTZ\ Y/RWV'}J h (˱] dv0݆8z -9]jY*:Y> كx}TeF 91Sc6 (c<q,+7ci-31Po0 3WaK6$H4mb(8bʔWu0lÆ;8T *ܠ(ĝ|4 z8r z )9<\l >>/9ahmxZu.Ee6@v ]Aö8I>ipڼ!snvU4 {{jVޮh Wew9q>&psw.O ({M/Howm,/ ܘ^Ξ h%hSCϐi# z!J+1E9doԯԍb+_1fn%3JmgwhI l=Ia.@ lU zDuL/|VwʉF悰9t[CBv=uj9{{Ba26L|gxbΗ:I?/cM -3u. fEk!}w8N"2A~Hm*n{%0WP!;v 1uށhfXmrր%GN*ot ٠CNRK1Ti/ku.jEj W5J8,c`V056VYQܨPay_lB6L{hyG2Eb9,5]!k4ߴL pqtp=&֡ !XO!.2j&>'bb3zW *E}l BQ=Ov13kR_9싍L-2"=;8Ȫ[Vz1< 4z+'AGAHRNfdE)~_ygmh/Pf]-E9S֪e|db'6%nütrD\O} hL$KZB,`[lybkqjBK6w7*%D6tNg~jqJۼ ! E8<ƒL1T'q3m? aQ'̨-c4LxҮٕ;L}&Y>X~y?آT߈- n-E3M>{+e ô@Nw5wmp{4Z3?hj@ǘG2eC=/,A/CnƔٶvr ,΍ iSu2 !B1w6@Q.A4 @LRvqnD5IVhIbBΰ&㜻FH|O 0yz*|=A#^3qFZ[会xE seetk @+X"b7FXB"i֐Kd\nt5 q<ې!ѩ ԱK?88{\DǦʗ`*mDBH. }1foYɽ!qw}5~:s,q qW%渂n{_V13 F##)=0w7L7" d2O01A/k:H ʷq$ZlʯWz!7uWa &|} d '%܌62 X@Fh3},lk쉰:܁ވzD\Ƨ b!:-bc?_ӵU}߹G`خ6&4*O~@U(frnCK c% \J^?u9C[(]mz Vw6gEbVoGT3ްg(C kwY92)}a*-svz}c,ѿ- n[4rLj,}ز\ \p nbלQH0'['᧡.mj!d: $j6,dn Z߲'F&Vй=Zɧ.lc,f`_,-h';R튼jiyjו-$c=*XG>7|L TNZm=7}%ϥFBQi[5+3x EEp֣Fh:zP1q6P6g~RhbmA5 #MWq=k1˗ᖖ rQaD}.Q_o&xү:vVK 4qǰ"bx9ARhW႗=kFcTV)zcqۺy~}01j,!mzC]Sjjh4Jb}7J(g)Xm6m# |t\"|@ #f+Orv۱nR H/v˔TDY!42P+dVjNO:w)!׻Kpğ5❘f L ڬOCq=Ֆ82K6`2م׈?]~P`)C\V]*\5p7[';-.z;4=#K+?j(M!Z.sвD)݁=w/)1SLk8q5,S ڢ)k;zM2о@@7B+pFo5aLz&8S!ϖ*bAb9,D*x  թ, }q -g%SN 18 oQ][Ws X`E5Nh@C|X8DPگLvRv\ޭ֕1̓f'e*^NLac~Iyg!0XLQFȞI0g҄(Rt3ȝRhM Ґՠvg\Y.w 6}0l "ΎWʿ.RQzPF-efԥ& ڣ>0}ozG:<:66VFZN;ݸ4Iq)o+$d7Bp`Uzy u:ᦂm,o ]bZ`F 6LS~Q{ abVV_;VPx8P ~:))=wVߪu'Ja11(_M{#~`-`!:nrm"#fWRRSg(TG.|&sUB4>M}؈.>k4$*b TpKi*6($Q?g1OG`DB+U@ O>`KD;N*d̠ n߿6i5; \^pYn!7<RfA>HK'J)12}%'27Aa疡*)~uU&ss'M3V:!tSV- +R[FB.snì׭gXތ=phW? `R\E_;xzr AO/RP j/Sj0CFq:oő tf2i4:c"l 'NLhsVoˌA.̣VLĹz0qNY0̅ P2ZsC_vLl:wԅn% 'Og#2;XNׯsyb'Z7MsK..ql?gr KjIe%~q^5T̚KQ$+88$uHRt,pZpn!yGv?3WC"ũKdТ.˵K=]¯|%s}t9P`oחr(i0$o)K{QL$p#h䪘@cدK+ ґn4v0q.)HgR {G}:BaZɇTPQ uyџ`e 塦4uBazpmW22\%b#'>nr9<1Co=G-y֑?Of)L2WCc"omТZbܤD{7ʔq%I 齐{g/Tw-lfAch82Ubhoz7Y))gGMⓈ?֋+LƷqT槦P,0,]''}ܭI)9~\J~7)MOxX<1B=+rB=S: ?D}Pa!Psd'6e&pV*U91a/(KnWQAlݣ~*2 װ|L1^X\[R1m}vωj< J:%v_V3J5zAcԼ"[4; L AInḧ́э+F ZHX~+& 9$M|ב!b_>vQTfP3H69|4!kAԕCw l_,m, g_{Rxγ?,f3f2n18*|^qps$=c=uƓ5<,[ #؝xgH\z55E)-(%7SA2  OzpjYX`1*Hw I>8@ЩaLb[{q%S[eE=1 yˎ>O32xK o N]E!ז|ߋ/7Oo/ nl)ɅІf"Ta&nVlע>iGWB4Tጬ Jl%Q{[ne%(fܦ klv!w+LJD7=Н2 +p1_xkhF5mb.JW0?}gldtGiEl[A?Bndঐ$],l=wKoAX53 OgZGt!*ôDhv$_{x0Z(ڰ|8WNШvxƅצ#OKZgg 0U[ @_ܐEIχ`A5ztf1Ԡρ٬s0 U`\c94؜efs'}d`ʈ^N]1aixKuz[6 Tg%s .oig lVR( j_m1n: Z <rj~7jDwÊsl9)LF^'؇MG]LQoۇnǽC,\‘q%S2)@|6׏py>7B-fq`P+Q,|ү*]Նz ӊW,=֬ޝ,u'c2c Rf^H J@2kڂ9HHjYG_B e|̊DBB̼Q?N.~X耐ʼn= ׾MiɀmAtm̻$ug` W傹zACfNWqC1ь=C'B8Jrɪ3ca0`ee.ݓy*^jaUAtZZN:/q(ʥ-Lť{"/3jS`1Kefu*m&dy"0 G4q`v~psM'-&-J-SX2:`.O^Z$#2B᷅i'NW@lDx+*J[57r#0`si0-dCK`}@I{ ʪf!>d2¹@>67I7$Nx!\6We4ů1Ãlv0Næ7 vd},UaڠN!՞bn#}.ώcxMfЦgގ/ʜ e_X:4uS Yt^M#rZNFL 댢&D -r4u9hi<ٛ)?-x,q3a_O'Lz^(|Xu0{P$Ti1F%jWŕYIE (BBfM*@_q8`sQJ=Bcrv}e]o鑥@ vd0~Ƌ0_~(5@VNn c#j8A6r6v&c6e=7P*%&a^뵄; g 7]}ȑ*u,'(04 mWƵuZR`_MgUME=u0l s4ci=]h8Ai^lR)Nu^+\L:$~ k<>ՈnK9牢Ǟ tZu |qfa++dE˞-]0 BpΡkR 2BCRBkylG IGM2v;Ʉ Ngh'#$  ] kvh 3~ cbD0#Lnd2 *D'VY"s ~T!$;p,\;[bF7^U.YV@33~ b>?pQִ$.=Hřj/8C*MPw$b0W-GYT2Sً%kǸ#DQYAo# WQg0^53>Y79IOSY`x|ة).j⯹E QsV:<(Am|)}nNg9[avPxR-"d t⧃#eIPƉh`|$[zi~H/ӄB1. 5} )>ɂ<^K6^h KX1b?FlP$\z2Ѽ(Y#3\vATSHS'=/@Xtrč3*RE}ו.70\%amUWz=&s_)x[m{y{)"4~#69hDqȠ{v;ɜ=5Dx; /ܝOq iu'j0aFADE5u3l7GN vݶqgcg}PǷ7κKBc,[X3*WKUOYaZ.z ZOj,Y![w@Al0Bnw:,٘ȟ? :ͽ YF5qaoX/JoX4R[h;=FT;N!ƸWm-{HNeE yvw W , FR\U=(Mi JB&u}V%Ƈוe@".IC\3f04 DcR[9Z2z#?p"ԄLYuHdfUJ3J1:s)W(SsξYyḘ֚`tKìCRʐdZԳC+\0KT!?tqQtt~q-A 㜒M> 9Pl0 =v/unR뜘L |ZӒ?.Ȯ2Ȼy^d/vu^Z&U:]oRQ 9kPK yO9^;A77qK`NZQj'cվ@I8Q*}ְ, RDZm{ӳy,; ?kulEՌ=*lM)K;AwLf7釳c\rS)R*6\W@7T= D'_~ܷE|eR"YhT{:gx% ׸c{v|7'"jEKp?s9*lmARpS (WbӻjD֊0v$2uzNq27-J+P |9%vOv^:1,'$8S <za'@G7}TiRןQۅ\ހp7ƻX1D⏲.7bRӬu|r>VϘ?FGD7ocdYZa[/)bW~Co#0GLp @+U;4ARs35N'T`s9=fE2]y" es $KeDnK^ݖsܪ;-فͮI$__^_`Ji,\iwaq&K#'EC`<}PK L 1NVs_zԁLq$/~$ RkգLa>#8E/6RF];1|5{cf|/_CvkO8brRb?V4,󏷥K U=fW}cIR`;PGI\DTcYb ۃۓX5=$V%:õsXudM/ʘ~g `^/^Zg\:@xvd΄?e75Ch sbS{B7"heulH`zBid76WTڛ3𳬜lw4&[GIaׇn,Eʵm20>G{@q׸WW.L 0|m4 eaq%G mff7FjQk29|>ުL;2ͬ|p&kEY:uDr#rFG'=L5_M31qV懭+BIĘRG.dž qtDɿ2ڒ4 )SäBi@TSDv_3as,8kQ6Dik4^;(糆 ӽh'IͪllyC_@QT{ՙҫT^ @H Q<܀'Xq0b)w;"rV|Õ:Ę\L֢+1 s?MF j@` ~ţvH.P}+%K:Qr ~BNq@dw!bb%}02!^{)² ͕Aa\3/tZ,RΊwKa 7AcgEPO*2NbN>ǵ.S$1o0lpPCGl*i;7$ƯJH^'\RmhƱ#To'nw/SÿO'_C"b.EC|eș,ڗݢzNXV#s>VhCY&Rz/vA}-9zj:I!<蠚Жa1U4YlVmR2sc(,rX*T{a%U_ot+晝FKb3mϭ(wFJ5&^1'(C %;s9fnl]1rxQ*NGW=I  lVe؍DUV Ֆ!MLg7yyaK5A*CMyгd.dZjE:5:mS"&mze:@K!)VGG |Ϸ(4vQI{FCE'ooNjnXsg /KOˣB)+?j$ydDu՘Gԋ' mA%4Ml/ήFs830O*u C^ ü^}q&boSeqZx џZˈ'LB[ lK߷xbWb ^zxID=BϵaXNt8',onC=iHx^cS2 Lu7[0kTTw;G3ֿiaUxɌKV0H?0vjW4en?` @;, 4`ʣ}} եzZWb7:М8XWEQ6*67?+-MS)<[0xnRŧ=>PMArZӏ ;c$ʏ;dDDz6)QǴ<B`O=S8.!1&ٯ4^unF?^y6"K"OB(]Q$(Aα'/3o -h{>[n^~9!i)<)4,sAeN!icmU}RlglٸE#+F`)c6ֺKw(I_|ԍ<ԩؼL""cJO7:OL~~,bHutNO}K6 dnvt֊@7aXԒQ8fwN\b݇sScN,Q]E7DZ@GƯ]̽'I4j}z\mIyYIӿ9j,J**J£7…ND7ȅ(p9A\rVyJl&6;l=p!li12<72%I ѣ5,8`M_yr{LVWg{e A^"C@vH\߷gvcL +>^]?Hl2ٟv.9$ǵT@I* 6'h];wlź`Y@0TirJFzb{99eH_byc겸͠[flʵ ĂzU.B~|Tj^ڱw"[yWjnÈ` ǀѶ8ea}}'Pv.?Պ^X{Ѱp)24 (Җe;ji@om@u (QwCegu(bK[;TIUv;{,X0T^Gbb |fdI0i`Rvs` 6gM|/- N,Ldz ?B0%j#s&m/kWqh):bҽF:b oɭwwFO>h.RG%p} }%T Fw$ qsovH<`3$'>K):RfI}}l>u3)żBf_ :Qt+g,Cl3l\Qx`q>TNJ %Ol;x Rl'tG Eb{Y[į20[prMMs b a[h).0saWiͧ'FPڝGUft+0q-DFSZ"F}&:)HG <|p 3^ 2uW_2F/= M4cԧ8uvFiO@:BXdI{&EdMOa=ǡhe'1=oOe>e )7Y؝OwYŭY.ЯJZSlX=yc[׮Ӫs{+&5j[I9k'Z`PӏQMsNv,?80x̖`QKo>*k6' (X5/eք Ǥql P6 kG.%7%y#Òo:[;I"\58,T''ʹBmWZk#4x8$Bojl0_m[XқTTt]zKjrW/TBCVmgՕeX$ũqszp>抳gq\gYļRwyƒHZTmNw) } ,}4tqf] &_ é{0 !̮8To1s"W]O! 3Y}|Gf;ˆHyyVZ1+j+/bޢs2`Lm8%yNћ¸:cw5Ry?MnJZ촩f\*sX47/AEX  AE+5Xo62.྇;?1dS-LorMd'U qB +`{ld:֡b6Zд 5 rAO55XSܓq(&Zm1H@Yg~VQe5.[ Je0M%2"D1DpWtᥚFiGGWRI#ƈc0Q퐘 P͐(OVyOψªہg\ճ?ORHRC~0B?n;JWzI֟<^~SEDpn}I8LFwԱ[; 찰ȥ$|YulR@SW`OkC\ߏbD^?-F$՜!HAYMZ`njErBǶϭ{K4h7첃yH2':\0uH8W56%3*c⣐Մ[H. ~rd4bII֟#RNy \N9/C~[FꌃxlkuGoRͽ_TR9ybf.?%v>qX5O&{6 úe5Z ?*/XARopP\雔=VcP*)I s}mջox`~PAcDQ648P:>%-{P̧M \s; %X@SRy,kl߸۟j4 RtDRJVPj{:(n8f`i݃{PjÔ}~ܥJ1jsA~ +6MJƲrP>Ao5<@Tʵӟ&odG@Wn3xv3Kgo{:5.T`~>$L-9X*2oe&/%Iɯ,+/!E"]YS;4'!*҄!ڇ_r=u/;f( 5\)^àS>CѦ"CmjX"@FKnE%[TQFd+zL\mMybMnrG"r5"qMHl|"6ߥZYt U]<')s!MBns"~٫ BDH8za+I7'Nxw:+˛/cHx{IU6Q_j_$xװFb ? ADX,. b R{0RF ,ijteM'3=Htu1xEi adlEnƴ6hqp#)\YщM}/Tp6N˝n seRXsW#t>ԏH#T~[}beK77L792 /RBzCMEaNv⍧@=RLJP}Κd-6jut~Qhp4 CMeˣ c>dH_e}!t`^ 﫬wm>9۰Ys*)OιneKG67"IԼٵt.{iW_KҮ4VnXw64J-BP-E;nhNK dUk}(\'hrpOZbl",Ncһ6|?W&S V,~*m'&҅onՙ7JH[h _qq q8hyV~:-+f%_'@`邊I;'2> +YbNux aOoO*ґxsfٴ z:j_ 1myPԀjܼAwsO ;uG?,+X䓋 bJAfb̦A׉2N~mYf ~UH|)Zr(\FUm!@901xcp>55;@<+se dGAf; ;tAUTۯ1˫&R $4fS`s.u}uK q0oE1vL.Ev]mSϙFJIM{IW o\"U/Jf 2nu[81#3}WV+kFjRRml^U!ؗ߰\r|jհcG XkƏ1j NV4CO FCF-o\j01 oYxs ֹyV}mbA >ʆU{ډvɣnB Kb1z1M#+lÅ)2ά`2R`fHN$0Ɏ/G$N:3F750CsL&a*!)&1 1R$h&l&܎z,$3e!J3OxD%#iHҭD~ʁ"';ޥS;G#h spLA֌xIq>*P"e1N<` }-=+o01hX$zB_2zTΞ{9k#.|¹{{H?%3&F#~v`?;ppe2Hbqa@W%vM^Fz\A_1#-jT|d y68ESL%Jj9i|? Y?Sͼ[#5M,mx"e=9'G k6>|Ň=+$HX<'0K&,$PH;8Eq#i,/C;+%o!٥Zpҫm7жJG l|0aFq~fMDZxKC\fA=5=mkE !,l95>¾=+}NLscIed8MLвɪhI.] x2Ik 0?=zBexq(- ?(/7tsw_%؈_k 4قeS:|qTė|<7T'Йu=ѣ,~R8ͻȸ m>]8Sj[8MUBL|m l;(2];̱BxĄۙ5He)j6N+_~Q5'&3̯,<#bjxiTla^p5|8{ Zm$omfvFFl􏧧2"0"a_oxcC3wxuo&1̷  2l}[#p!V~P.HnuMiTေ}hI6 -[%n_i2=rE$zZHi/녞[<⪄HJ2wcd;O(/EUÀp\[ -ٽi),t@q#i C7 GwlL^5+F ?vUo^o ]Zo,d昘2˓S}j7+'M0C߭.qB,ǯn|f PA (o91[zS~$ ,h/eո0g^(nc35ƅm4WUlHBcSUg=nMzsh~Ȏox)hIU7B*ue[6\ܵ.%\H{OŘ%xD`X[yh&I8 du2GM&@# Ph;q1KԽ'@FR ^)MDLf+NNEԗ9F9*Z/2z߃RByr$L"V 0d!7ɿXc KnSLlÂa I @ wqvMBü G{,fBge`;,RMe]Q04B٭Zr^e 'LQ"T3; UPƔe{ֲVEL9Q>oV,gnvlz:UKW/0r/xBf^>bbTw'KƂԪbQj7HS2؞)Q/K݋~l3@I&fk4-f"A)A,v|&Զibg,B:vzת P!ڻ3Ey[A^1t>Me&s+upn(Ttyvҷ/nt}<ݮ Wdh}<pn_U}BLÝ[% lo"r$bK]/7l|RÝ#sc$E]#QeS[d:f&pwRUZ +sLb\xs8cs3øov` !~SDw" ߃6oJ ~E\LjyVvtY3^ EW7C 茘\8WV-^l)@Gx{DŽbOea$eBnv[=8ʥ6.;NfDtR*5|<(Ҙ 2k*"du@4Mu\83[jD0@kcg$C+O A! ʶ&zd>n0LL(b3 Sfvc _ z !N{I !ݲ">iI/C|̌L-e~hnҁ;F@nE$Z%t}P/Rjᨋ blo?lqbO<%q,%im"&P2 P Ld><=X57UBJ{19BB:.p lpKRV RW=)A0;|Nfc[k@ Oʡ?QZj yDXqp 8O5Вz ۻ1 Rܸj?w~tDcJ ʎ6~>Ya!ITͰ n |SaEv)an-?<Q#vsCjqcX$ޕ2o JubBUpqLNr@7>#eJKBO"@^dcZL>fZ׍Ym5hE^s=4GwO6q--t- $@Ts턡)Ns6 R\'"Wre @OĴ8L@ЕFq]i J@-԰/SHJW )vqE)٩٩j'P!->^1! kGB{lNm0~nn3j m򇥌G~ fP7 3N>EZ@W:_6h2d^u_"vSk!WlvngzՍx#θ1DX'.^$B ֊hryM3-pv ,A7/IQ7_ʪvd3o*z #!ɫWCK')^`]0n|uVS6'UL+`EdAK*Z"y>7>%$CpFMP.U_}x[R~ 4u? }"4լߍX{!dIw7n 9~pBK-t-6;<`#PJ] >c&OREL`_|e"i=$~nd@M $o͕[@SRLɕ:mUwy?is14De={% xu,aU9= VDŖ2WG#?I7)\Bs[1h4h\`Ma]T!:nB3+.,_A`RuV' hX`}{3H2NsŇ?7¤} ͣSkHЛ5.GC] [dE.TT0Bb<:u2=GhFgxdtC>d:wr_̀ySzSd{ Eקaнi@Us8>` مRy/D#y'#X|)lmE--V# IeG55Lj6F, O*95w'˭ڑO{!_5.v0)5}&>%0)ab_QJ/ q{R?@74B򌮢3!(IIxXI%@1!uC Ib8EJiZX/@bjيՌ+j{Q6m Vu> PL]9\֡{ĥ(\9 4a4&UCP;{)'r;g7pHjgN¨sI}e堚OWEZ\͜;Phϙ "wՠSU8dR"QcXCd*T$ʗ?O\\Boe6k ŢrM λlSja7E2ŋa!JB`r"/H8 XR))0t 8?HS;7,N ú h?7ȠVrã7`KeLjF{cay sw=ZW2[u!>L0&M[t@Ӷ14Cm<D8˂CVOdυF"iH'Ȱd~At"BNqHkaa.oSJ€x:!@[d5} rTVG*uVJy:M/Pؑ_d֖-{9X%% MIbR]r9vνm} )HBtRW#f6n<!+?R`ٯۯ^AK<(2+]^ "E=9~tyŴ ZiRrr1U[8#e2=Q-0un MQpVҋI0|4Spq~K2}3g(l *$5vUo{]1Cy0|Kɣ]6| ؐUO`?+ߌ\);i#X8Jf2!ut5 ֿ| [jH@o}C0MEa:VCFw~+a*g]R ٖW)BDq jird%Dn/'-jۚb?ڏKENB gktfNޤhIM08 WmIvrd Ѵ/{2Ti7ڠaWnpoG?cL ,hu\8.d3~@{q_3͹^R(1>A O  s8G/V,v@&IMR,lYr& \ ,lSs@I*kN}K"n0U둧"ͅL?/<~ޗ ȤX)͗=tpL@)*vQIS>?P$12cI(t,Um^=Mw2`(<->z#2 'q@ YAKNi8*u3 f#3D&0d֟$<("/%3sr(**`0(j>{ 'd9p L#>%~pXLwM\je2JmXM4@'Pz Z+}g=F Swl~ Ei{B) oHȭ,XKzUj7tQ K 9o, 7N^YG(fM29%=+' u5r+k$W ~{'x r,̨unE|0EfHHgoL7Ù.0.޾C~##XB}#k/8R]u Z'6@.ScO&N+kFr9Ǖ+f$ŗO{+ǼK0D{C9I5;Sh;p. ?;O˔h3cwDJء՟!'a_ߨZO%i)*KfȂ6_J*Н:զGr"*cWYVt(y`[ ˏHҜ=rksNi;r@^E躸_ Ӡ",Z@SvVQ6 r2jmnc ך_%+"r;rߊ{z#*:Mg$IKKQ]7\ͧ(r,RgCYX}*, iTpE3#.o ĘR:.@z%!zoS/CMM Nj,?$/hюJgF㔒^_3L vv4么ػ~`+3)sQRs}aT8]0\YhE!n<^7OZQv~x7Gbmm*"BrེA:hPzj0l&It=a{Uf3$}3F:XX*E &IƘˎ<ٍ7`1ucHi\4W՟ӗ;彩mgv2\-\u%C 1$[9G!)GՅ%-J&n&@Hqw6h:p.6\ =?&[7s1(zzfb'.#1fmOY[k;R7J&J#<\vUwș l.mK2E 8;b+ô7^_;62˫?k̪BQldVeM'މ6YP} Ϡj ]j,yի{|P xhzpvXLRNŸiבdSI6T ȆAq$UC&<,JI\hӨe$J60Of;<@S~.gKTTq5Ejr2{b劇:_76e=ݟTl^M!yDX!o r/I9q YSO/䚐I-DX#}9q24kd :: ; O'e/OjY=}ϩ4UUx>%o<яƊ.F:ݞJ:٠f#]L?V5cR _ūݾF p4f`ZBe @B ȕʅl΢̇LA?m<^EElƨ 0om3Ԧn߿o2iѐ>A> ^tc>23]+%NZ c:jw}(rY? [PZpD$ Wab,6dD<;#fP6zO#"H-|;Z@qzۗޖ?a6/rd BI/v {J{֟^9~+R3K["hrbvD&^?0>fHc BoY[})BEluI|n0794uLLCP-Aٝ/~R^Zwl\U5M0 .7ʹ646M՜p֌RBϩlݿ 5IˣH~ 2)pzGP4 J҃_wq 4 FSWLղǙ|x0*W$`̊x1"$aRa/Fun=%3l "!OaQ4ծz(j`'6vp mciA Bb ,Yg yÙg 8ޞ`* D3!Ƿ'6 :YVJ&"\kpmmmnA^T0&ECy]!U&SV'XvLmLji]39M%!n/gxF1dsS@/u x 12akcBW6oê4"ML/*xJn7R{vo N>ԼsA;2" zI!->ވG᡺Tը53f%d#dO;ٍ/G_P[OKk:hl * /Gy+sJo?JP`|}j.]D6- Syϯ]Btr-ʄ(cA;~<*v>yVߑ>yDp=F(%ԜX 9ϑޛ—(1^lB& Nŧ}ym+L?oXEoꏥ;O-9`@O l%D_ YZ