go1.20-doc-1.20.3-150000.1.8.1 >  A d-/p9|k~gm:sτU |v4䖰_^5WEEN8S.>@ަ *,!Շ8u@:Tc7?qi  VS,x!hUJNy_ĩu5%1542Tp45b2995014b1716498d9bdf921b88e03c5bbba03b75156be056117d1b7040d7263e7ae98fa06368925027db613de7b954215891fd-/p9|PO X@D#H@aJm'] C7P`he`wzWd+LOEi6D>x>-vmh, vT'1XÂk,_tU<̠Q5WR!⹯V{@U5@ Al>p;?d  ! 2TX`d}    0 u |$4(8 9 : FG0HDIXX`Yl\]^bcd2e7f:l<uPvdzCgo1.20-doc1.20.3150000.1.8.1Go documentationGo examples and documentation.d-.~sheep21 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxx86_64Mh>i+xd-.6d-.6d-.6d-.6d-.6d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-1.20.3-150000.1.8.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.1d,@d,@d @d'@cl@cwcT@c@cj@cjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- 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: net/http, net/textproto: denial of service from excessive memory allocation ​(CVE-2023-24534) * go#59270 go#59153 boo#1210128 security: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536) * go#59274 go#59180 boo#1210129 security: go/parser: infinite loop in parsing (CVE-2023-24537) * go#59272 go#59234 boo#1210130 security: html/template: backticks not treated as string delimiters (CVE-2023-24538) * 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.20-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 trackingsheep21 16806826221.20.31.20.3-150000.1.8.11.20.3-150000.1.8.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:28542/SUSE_SLE-15_Update/cf2b5ae49bfa88b74e6c83f2ebef2327-go1.20.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode text: e:@5:iutf-8938519458ba8ef7b5b94163a0b1759583af5df695af7908ba79c2c8cf7435cf7?P7zXZ !t/Ѻ] crv(vX0ξ4Sf脍1J)?t20IH}ڦⲂtjMbا8yZVݔwi'N͑q23BQ6h,oEX>Z9(#oxP/>cv̊@ 2GP[6}Z{3W!9͈~M݂6R''o\R^k؉TƔs\h*&%?VyBS܌eȟ?TzT 8BsTcشe~Y7\1T~!DEwBۓ?Hz5"zYWl4RU׷/UdKZQ%< :~rBcjSOGC&GFrTWd6Kq5ռҀ.ն*w;2%5~Tyyb\ǙaQv-naq4<ǚđ}eUbK}8Fv$'|4fױ0.Տ}5rɆ"9(=cG*δztPba٢Nw7ҽ"I$58(̏F}?2)`s+RpId0+H"O3ޝ˷ř&[:A:=C]3cJ=Rԯ艷JEP`4 -rHxLd%~z? ӬJHglϣL_O*g _kb&B |TIE6 oz[ =<;UFUh&y^m60Sl (0'STߓB&q]iC140=(!h e$\KI/CeƚԚMj^8uJks'm 7f#cT-5Wp9}1ٞj$ZM'_EF*n(!On,H+}v;sd\mBaU,7GԚxɥ~˔(;Th MGlHHTB_@*Зg&f`}ëFm-^R¢tOMP/v(b1din?&͜NB_{d˶?-{>i_;qCW%p3+#a!ڧ*gbfw=5q/hCV\ {i# .gY 6%:O]k7&l O/댞k#5@m|4%}-GFyLɄsicus]4yǭu!P?؍$@)%wpEsy8)(0ctɔ`y:[ {ߩA:8=ˠ0, OHEv֩/]=!̼,:ۮ!ČuCtrsufxn[MoI>[!oiUiDvF;VK=5:3'RӾ[\?izk/o(>HdrqS>ߊ+. ʫ=>qQT^)95GT)vncM@01Џ1c=`p}]9Lց6MDLشǗ-7=GKh/%s< KK0/ԯ"?U{Lh\Αkߌ۞&42#6[Рc̆p"^/N\ɔ߆{9xcFi%s%B :4{O}֠b ׽\9AQkpzøMAMYoUpI 7N_.@>^Wl7E *)0dqt3yё)t^P/#7Sp#_y*i4!@-MƣvgRRC" jGvLGe,$n?%Ղ;\ p2 ?Odan=U8Kxl  I- JWL2Gva%>ckqI Ӛ⽐i9>O;PV ӃV2JPh!a%͎ IR50}dG^ T l)ٽݿ>s|-P4tᆹEc#gx( gQ*Ľ[)Z~Y(9ABtLfBU;ض@߅jdEtoIyKz.Ur=wG  ~N =T5<7K\D+qlϪw-$s0O@H, 7t.6x9;$6hq|IKv6yg5JxQ/ kJVNIZh-Zi#S7~uy(൙nB>Zy貅Y| 0|@LÉŭ4=dBH'F6 ?jEahvu(Ƴt *3 RgY6Vl7'/?+ϫ9A߿Tu*LpcAnҐ YaT`9zf1ڟVʓ"4}P4fMd4}IΦՊht(I {rH8=C(>,sKQwg)ŊgLzNG9`愼[zX\6a.~`f`{NC\C>MgI7`&X8:̮ZNS:3W`|7vQ7ؼGoKpWøۂ*SaRUvpbkLV|gD$p`ڷی*S߹ImH~p$ xN }kL1ӘN4S%kI!l@f턙sul}4fnl\I[5Ml\*4p7]6*LggTA [&PU$K6t6/)^TGhMrF^h⭴@k&8ҁF}|D>D~|-ux40~B`B[%Àӫӌ7%TDw(J4kFVt3 HPU&UajAY@L^р#db |ׂ8Sl k%{DTt|đcDСQWr-XyQPG̩'twnT98ƥs~%-*#c 2=Wl6Coz!S/D@Y+goƉى%2썵b@&`I{fdiӄ̘̫*-Gl&= +S$  0 NI@9m?8V_wkd5bAy^}~3E/ iO .67bm$fED@>TO0CׁŻ;x*U~DtҴHݛP9IB~iK3Ё@´ډ=|j1c<;%BLv}a'}zOnΖgcd|BG(5k購rv0p5Ч+u"황Υ\YS$oŷK֭S];.7xh+/}@u7P P%oT r^f=O-#B\`YF 5.M8 I}smpZc 0L͑`GfERgOr6b! '!a&J.,yaΞdc1gxڅA|κtL;\E9 KeJ JI{?=գt:W0VܹЇ ;7G_riiA}lm^n7{Yx!z?R^ ҅rpWܑSٍ2VשbpNA򋺩6E ӥYߊYq6C m;Ny ^B8\L6\8-]_h4 Ixo 4-Nj ]; k`+ARI;G he q=^PM VVRg?{9QNqN;iV)omJ+NgsJTk6+M#cFu9C[Kv){ R[gDy# IOD+? ^~аEբJjO4؅= \ }UiSz#vr*PKR".Ѣl%']~jRH6Q;XFvT5+x-b?2CՈB@  lr]mDCS~X*5(2?1@px?Q\ȧ ޵v:4ͼ۲"JQaX{]艰OKwer'\gp ;:yJVOO (=of Y?W e-|K;.Ek/})ګ6wXh3[(I*V1MYNX8Hmli%McuC'|zop&h4Uёtq91^BxFcahSu*1NtLf6>=tRK^/y4&*[#C>\c>@ROI ;CI1l_A$E^* NV 5C%l'ʑ<qB甊ῳ>a&`qJuq# ƈ;Bb}pqEM{FwgY@e_?`mX;`AdEJc`(V@}K1#Vyq԰JYN>D0".s/-p!g^ C՝g d6fvp` -C(Jz$Ņ]s>Xb>?RoN\j;r(ԢHP6> 6ek%@\ _vGk61tb&0i1d]_`qo)ӳi˃⭘T/./a;, E*! xNGM}'-ltTP۴OnN@ y-j[sXYHi3a5!6@ :˨fE061Tt=]G1<6hupC׬{;A H5$Eɀޙ42Ԕ [PS^]=6]odlDOyz/8vIO&WgsƘv=UMC(qP'Ycg!G]5 Aj6uX__JxnXUnYWHq`eQjPSj3-Eu~Dp idZiEԍZ6=Nzؿ:itunw#@xx扩]k`w!a9_eH?#F0'\jQ6{Z| Ds ZiC7"'r}XEA̷?L qc,@ER|9 U piL"g} 9'yj8bdFG<IAF:odT!P|; Ë.X!qC`;>ЋVj5-l$Z˾~5[I8쵰ܗ!,4ۻ" C$9C,/s  Aep[ØD/!"U ~ Q|~]Kuz;G户\Cرҹf|FJx[I/0ߐ'1B\ct:L9}}=+TuX,+Q+qkI|DlW A7,, H}> c'Ƥn9t|HeˌFcty(;%IkmVz4yla`vfظq!?rc+*'~PRky_V岅pQC8Lz:24X>PPl:p1io~Jfum&/yD?l3' M6t0|A!|^ߋVrU}H\Vo33c`@1ol<*- mg2!??yTj{皝 i0x* y>PqN\GNWC,U| sX`'pzCֻp(t{oK ?&ۿx@0J2ǐ/a,u6NTE??_N.]ltWG㠜5epO$m%R"pZ]_ĭ^iqs䝚!m)LǦG21bHr[OhAfMLІokS9NN2xrf^PƓq/jvhκ\E3LϴH!Bp[4_0[H+lbkl3{jM`SGBEM573b;8*xZYC8)j[/,_J!'F^œ/ _7$ʉxk"D VXR4Q:`3=*1nUvZ/ź ̯bZv>iaIP_c`Qj]^EE5Пޙ}/LC@R{Zj(Ey]ʀ䏻?^y4e;NS ƕh bvYkޤEaAn:HqEsft*L{$nnv6a+D-]Jr_ ,3j IBr.:Q,o ԈE4r˧4Sw>!݌X |ɹ-B{ ^ub6*90'mrL5/:@sl`) 0|=h ⩝lo>Y/#c%SLsfK$\=x>*uaLT5ٝ.<_-~@$_ N fطlF>91&ܻ;[9kwS:ICi2E 9usՁnbd,&/ ;-}sg9ꖜkL]Y$?{0 /p>F{nyy4D ~Q#xN?ހH1`]n]s jd~HSDA|'XCs̯b.PniÁlG tBdNhvoB'O}@[SCjF鎿 t%mu?"׆N.f~Vu9"m32괆C;רִ)e`Jc(A$tRKXn)ta!CvPbr:D S>βҕ\>0%c2qu_oyL v'8[lhhuܯɇ%sU@A}E L5g'eҕ2*kQŏ>ٷVkQ!;]v=p mT[ڄk.7Ħ7gEaz5-O~9o"e"H7rEU]`ve `WPK~!}.[k/JRG6?&+cT| chry^dagױ n˅⦙D|i >uD9=d_~vAV>K7s5 P10BE;:.w>.tSP^g.>80֤2j)(7__rpT/BYkuK]~$(N=*OFkvrAN{wBI1~$̲̩1|"LF&V5=6 rQ9pS4 j| 8NfuR/*l)x")H=O,T ֝٫Gte[ʝvu6*"v1H %;-F#jP鱰=}b3G6녮&֎kz΁z "M$& P`<-t3&za)uˊ_ .\Ր/A">qj8aJ>ג֬Le/-}-CGseK QS2B$Ę,s9nVPl"vyMe%p)>z N=+j:퀗Z^;{eQTZ fj,e9E0^rn&Xp29Y|a.FEC~&8YȆԯ+L5RCt>Zl}A^`ZT%P^/`DU~p~yC!lq?ٗͷ1DXgpE~\{F>CzJY~܀3x}~b@7?so).*T$DlT!1_eqCĨϐbϡ'Q#ݐa.4[CTS[coWjN#-.Xb#%t8Ow~FTTkd?",m *EI/gbRFWE IˑڟկJ4Y.ZsKGEBx rv' E1!bU\v@qm"Y.Q4I EWeuv6 '5˸IjԈhҕ5$jA@g.n#qyY6̒=Ij٨,hCLLH^U)WQ3VF&(tO} W(1'Ux(Wuinר&*Z(nOt5:qdVpsԹu1n{rWLn ?'mJwZqԫy|gցϿumWoUzM(-e^3;f?lm)sH-sD(~[6na&q9fPѨȱNY:ctxO%Zv/DrK \lmĶR!-1'\sV{7:TXnDt F)_/QΧ5%[3. Bum2%Q6qʺ~謥BW8F=aGa/2yRBA{-qXq#nM pT$tF!@ܠӊX׬#d{1.h"%ҟMd߁~#g2?m̩T5~e;1E+,ۃȳ!hAU QAL-yͰa;*D!i4 bu1䍊0 sVǾ89n1u.]K`KNu30FEV}SOIuS?aչ1^rK<}<+$LRgoA H@{W$>h`qwȥ mvPjv'W(㝓#01X(Œ F܆(4 l[0seT']GkI2qDa D`lCzMv3Q )f/lgy*hfz)AJ jGٟYjvmj\ JoC>mh@7e|\M+ ؓؑEgYB3PvVݵ RT_T)(,SJZ8TZ+PY-mKtiX*U&޲)BJQL9^{U}Hǣ&4yĆ/OZ| ϜSWRSJkT (+:!,sC834\ҡ>pR? S ْpV\ =).C2¡AlҰ> BG.':~螢k='aY܁O )/\cs^/ҧ-F[ Uf(熀YD,+xx  vFxݳn2^PU2*M=nRk0o)TCTl61|׉JT˸?]w("Rq*J,* JCpHe["ClzwPT9$ b]PeX a _ah2j߃>V].][NcM ടr1@a&x|en u/M{|W|PidLx὜1ZY0҃?ZN䐗{1\ǂݤ K88T[vd_TW/ s VaV8sk)9 Ёe'so7RQeO& g65t 2ksZs*Z毑GǓ٨Y3fy$S ̖bcTtT^\†j06 w?k`3)Q~MzB`,5U\RomLTaE.ߪv͍;rڛͷazf9<@K!q>KpDJ*DCjĤS/^N8I$JY#Pdq_CaC.~^#5=ݍYwl'!.RAG@G>vٓg*  -1=7 d~V/|j\רv@vTc}dփCfA̳fx}~#'u{~:t6:Ba FƯ>+᰹~>{ Ɉci^p `77όӕ1NهzL2? x߭]ȋp@i'p6ȱ&Uy20NpTEvNTjڙX;8Za$|f2dOKˢk(Ǭȅ6K.Yć!oy cu}Iu%}odvD| js 8VDp480*JJ 1d9b k)M "L8`Npmo!t0@0Xwe/-."6ON`Ӂ6&Ħh{9g!]ibĮkCsg1/1  V$+&"FpY|>ɭS4jԂWPDT_0.jhO!t`֨`yGd!(跇ن,Uǔ ;+N>` K>}A7)LǷ=9˝q:%ջh3K1Y1M\2^j;zqn%黶Í#m*`Äitˠz4 lEvJ巌 ? fQ\%YP?Gܦu;8:]i,ƨ쯤pa#.4gdsL꘹@s 죧+ffV|.g.~:r.8&Ww}E(2^?8otvT&ѽeKW})'o%y+- 0z$lQ,#*Y% 8\ޣ+qZԸǛUbQE2@; ٪TDx1eQD5;u:-[WsR۶ꪱSd^[ ю?߁D63TEq.&p9V,!qP-W a}&HzC!x=lqi;x4tS07PNqc0D1%2kˎfjYWѳY>ٰXCCڿ5[xbĔqTdF 'hsԡ?DT[AEFLiŏ/5v]n6H /fS4||P?uhR\۰վ"`\ [wb@!XI?9 GEq;s$˳$#MIX)@[BX_jZH K./?<ȁp2fZxkg[_ dԷ'Kh|XD_$>b4ě[1TDha@kLwgȂʽV;Laȸ琻[pf1t&A,5ZgFWU 7*CUs6@z{x]D:`L5;5,"bPfr;ßa41^ASjK<:zKP#M. "V ^6(xΥ=l^_4P0DsyiOb.z6sCw0׼tezR/g;DZ, 6o%K-*ZyypfE.>IHtrHˏejØp| !,(sd`yE !wRE}N[3WR4d SY0unF(*+f7\A7 E[`&AJDQQgd+5\@mpFPt6W@ʔg!)]Kѹ[Fhz 3lpf ,vskUFd-p34stW||);}P -bŖ2 C8A ns lϧ"< *#1vfG0e*d-ix#Q u ޖ9D;AGEpQ$ES m[Լ*j/|mPQ?KxhJ\h;£{~9JwԠa: 0g޲s! R9dPFp<^v.#C|S_Ј0Ӄq&-ʾ?!̉&] <P*~rAD:^qg 2N`@ZTʾp.ʀ= jP4|է[q6+_7 9yꁷ8O <{E-lJ^gZ07<'%k 5RWZZ)ݓv./{|DL b.h+$zHJd 6 y|=ЋPräeW|;W5["P"#b">T2racf}!I=}mϲAO5ԓ:ja3#+" _4|iaG nۃbRGՌ~БY5J2\016(O>=+Y%$2 x"{0iTR5 _"jY-Ʉڄ\ueOقA0S#'bԿ.NN B v0yew#JWcJG)٥{ f砉w/p8 7&JIf5. 2d97ƱB+kIMJXŠ0 cC#qt4pާʄ'X{X:Yڠ@xuC{t 3d3dH=qٷzLV\P/<2CAtc(lv3èxڈM54bY; A ŗEvGn+ 0,{-?rھEf#zQp"\UՋ\ոd.k~@|6b+3 Y$pT\NjIm*wr%VQ ./Xܡ y-3GeZSL@v9 {[fkeN6kc8hu)D2"j9p5+~1 B7 ګ/)cPrȈHw[_ku; ( 6Z(]ѐ`#bݏ @x|%7*Pݜ +GЇI=)q\ v8HѴ|Z|X X\펧XHQ[. 8xrȚb\c" [U&"9rX]^mPhՓQm7P&t*Ռ($ބ6 >ij0|揷kԵ_1yH&K<9/l;ϫ{ 3+WlEݪ+g Kݒ:K^i(+uXeܦ+ U# wdG0f΢ͫWMFH[PmĄ:d#) f_"9w$4= |?F/kCŽaYnzi1~V`\f[;A.2!:땘7Kjz:\^<|"ږV?IKz~ Μ"oEOyX_NNH0_D>G@^Yri@93tt-O PW|l-eEá$vH)mxLӘsYX>ow2NbO> $w/ak:3\"S Bk^UZmVJC.ptY|yFnLq3gsKj[S;ϴwn댑 QЅh\d$zwo'˔''`|(̎Dm@K/gys}%VEpl&uJ^C#J`-o;# ϊSx@m D_|3n2sDOc~]*SA5Ir[8k~7* [/wR9۞=ZW r>'#[rޗ*Wm.0Y5e1AQLU H Tmv$lʚDiқ r3h0{Cu7.ΡQNQ8ٱzQ6ĦXD9Z b,n?»St  1h/7=Y$#vvMX1xY!#Wve.4Mڧbl*߄q,ސӺ eX;yE(Qnxmi^$zNt,Bp~ SMQ 6׈d f'òmQ5d_iDEe4vd]_|񪺔ubt:=zfzoǀQeӦL3xkvN hMԆi+c 0v;Yޒ>ǿ2t0^'Gځ9ߒd7kO7&s`eWd!Jx} bLjw@<*WN$힋ye5 _DfElU:%v=OMĥIRْ~W꿍D ihuzf}Sk aNQMHgB6 碇z'Q@ Øu~z=[hzbZ85""Hg-z񣝅mfIb4fP/DXIe9 -k;mhŮ 6"̖[VKf_N3vrV 'mVǶn#teuϱ)91$v87oq!?Y="o=`fE iҳ)n))W` PI"1-)X3TelL0`%h|gͫdc""o $ةٸ:A7qq}xc9ⱚ:=AH}LbA=(TG]!K|WfRr㴼8%b'&U1VbF0|4,J-KuGj\x䳄2ZN?{ˈ˅dIldzKJMH?w)KI#15X ,[I{nKVҘxmCFՐ7*J{&22br ؾC+Kz3t;4!/7#Cu1>6n'ZeI*í@Y[" jzB+xCyfeZY؁al}r |s`iTC6}!$4C㈈0:˖J\J^ ;raę剼莎jmDOS X9*ŋ2AW5jZBmW)@wnccaU.PY@ìoOPDwSEY֯t=}~g"mR}KyHyj]Vm ?5 pu&SSkKC_91k5-a\vQ훰diCManu{oW`Ě뷢XRד.{^Ωm&(䕽8T dDV0k6(GɈG}% ^SpR?'r;w_0(DE>}:̟$gC**2W@QjYwěX e8ѓƖ-&|0^U_J QԖ)>`+J$kEe +)@x6X%w.Z|0Lqn7 ŝQчotkPɓ07 Dٯ;t! 94,?RoRHR[R^ěBo”rNۉ@Ne0@)f]4*iڵ#PH̓`ѯ2!0":/ܶey3H{ q(wu{#Bg-`;˼w]ϼ=d(gV6dePjwy LB~/mwVNp'܂zװF aB")E⧿qa[iE,1oF$akr{OҬa15*[o6ͣ9l,ݢy,f֘qyᝑ$]PT29+ $: 1!''t%ң}8O(ǻn!?4(+6Koۼ>Pqbbtkh:{()š/*dV~v8p`*sjakmYM^WY`໅KGA[fA,grM}=[Q2}+@G `kaw3O0.?4R!]o 471\wajq)UBG(AlҠ<¥,5[ԜQ Ft,*dυ@rh qKj=8p(j k+~4U0N[M^ 1>8n/UzSANbgWĤa$DC.%N+z @B mn:mg}`-<ZI@!WȚ/[DFN*2ąyjY3UK<'s{jK}6-YKd{")a< כɟz$[t-).:WB eʢb~+H_J%n78U8\M/}_q&z"sH<1Ք;"/`4`*"=܄c> 'QeлCp. kz??)#(k:fCbE{J&6.,C/#ٝ6,]ޕaVz܎NnGLx@CAEϏxBSC? 3.F-Ԙ6]ޏejm@oPx֘l|*Ct)yi#r쵺ƫ'/Y@ۊrurkŘ@ $gY#۳55G8]T+N ՃP]X>'D2 FY;S5+`v[k ++pRrB3TG9T}W6:cLVgA;&=$$x11{? QaKsMNj7@{ewU&~ gTb: <þ? yd !ʡxվ, H '$3%|Ŭ~8fMt觴M'R8L4QWf.W'ES}Uĉc(Y8bUm2ZDs+"8r%R&{MRՆzDΓBBA K#ioۛVS.+CyjO#=Ck4n*PrJv1lD'j $ǧs<֋?S[9q mF ,,Ray؞l]Q IwZiXWQV57<d:X/j0 vOy3e?^_uf SH\ 0yqPSk.6ʣ/\:Đg a^hټaF0w bpJ? Q/c{}v>f0x"KgL3i;,fÅ?HxBp#SUW^ʗ7k{˷̀N:yWU!f9ͷ j(Gjwu6t@lk42 s~(ِNa]!"&c]Y܊mOu;jzU@țM# \ *cܖg*[*FbCm{,X֓T|˔9eu ƒEk 1q(-jK,Օe$cW^8[?} B _&nlYf!\WnHQb0!e*o}M'Aᥞ:OᔀU/x4R/2zFԒ'6ƒ[$^k"PݗSkUS]8e___ vL0MKߦ۬aF F $@vq^oT)@1~r%+7:옻EajdZN|:37}j i?;K(jCiY4}ȚdMuYZ]+p&94P \LP\l]szq+6|1!PTh&Xדސ*bͻHaH3ފ[K,A%XMG 6[JFrjě݇6e+՛I4CL= љ51)=Zs&'X6(ū_bUNS=IjCxp)`/<JnwUΗIB =P/[}RV:э__w* ҥ](ͦDنp "H4c7ŠY, qP@]* %Ҿ}@` )K'ڰ#rcYAa"5ԵmkJ xֻu3ed_*W@,-v! ?n9dB >0W}%lL^1 Gr ee3,R 93F]l"O8亚x9IbѸ9@wimxD 3LmU r5י__Ϳq_9W_dKbi*VOkE|Hx-tsM얙MO1x@9SsV6yzΕOkDR0Ӄ9COzJ#t[ `m2+GK"(uQ9sn.B!{5Z4J+A@5!Ԕc!y_)0o X7d;C:XWZ^s[-FgjtY`!" cM(Y;/Y.ÆiVA|]NTiytg9V?׏~Sst6OHr07=o< W1O~-"(&Q}+ۋ]Wj=Iki a Fy*6 -ͱO]Ie3d#j!<hAj[yEh: jJsA4[Qgu`n,{MBqmK{ˠlxOӪnڻD ?2!ΏPu>A~ #:KZ@ܝaReN_IōB;G]8Qy؛=Y9T6룡* #`j](V7ʱ$BVFJ3ytr} - +Ҹݔ$XyQOސaR޺!b'Z<y?)Jqq4q[9:(cΠn@N xS2Wo/ԶN>TTSb_~jY+`^5O”K-=>Zzꗪ" xG%'w IZhQQĖ}il)˞%GM!sl)RЈ- KF6I[)A/&7 [X-`4M -*OëQ(Bu1j3KObr0;7 P]lͮ;eWKdD:k  +7H4ܪBCV|FKw voV DZ?Eocm!kз0/jC?6ޏcip&1Hn+ղtbԆQ=wUm%zed))ԨcU]R -JbJ1^E*/LjOqo$,,s2WK^㫘i 9՞ʙdWdF%@ kC1\/Gln C[Q3`VvdbMΣA<= ' 6f&.cZf=\GYY=j2pWxs@#v+19j?J̽ 1{*.SQ穈ݲ_kc%*N*(~^&# 3͛9a᫟p<7EWh,Vbm᮫43jx_dgnLJr3Y -Ol}:۟ ]\dN F["KH.i9RCKUEVV>p˗&c+>gJ\#k?iH6nMqrm+{ĠELone·Ą4sͻdisމJO+44@XpP9GITet&uz3l|Kۄ?Gie~tǣ/-cN=|VY"i[mwSh] rrV^ɣ1 m4_ʈV|A?] AY̹$从3#`B^dpBΣe({Od>)Ä *E)m({д)1:F,|)A$_\*h8#\i;*TniqE !Y Olk*X[< puwm=;hhbCۮ,쩥_*x?KSљClR|5 kv~oJ|%9(_|o&:Y^R1C0ʄx^|?X%7 $lBj ᩱ jn~Qe~kNz6?="%ǼJ ; 5L|UPJۺpD`=t_`@B5F)Iœe{0yi=Ϊhݢ>w3-KV):'ۂjj\+H#PIDvu-׬.^5BN Pv3ы'@8EwP=}_`Ԛpe1XΩɑ}>o?.h:Eh4ב׿詿tK'DPYŵ*pnE^[JM s+1#M:ijksNLj%}q Ae͏.12۴}8V-'W.F,1!F?C≰9{@bX~m) <|s̺Z\ >vj~1zҷ׏ŲNvE-w8$jw= CiI!DE3\@ e:Z0S ;>Q BFdQz g\y I!@(m~5+vzɟ;9V~FowUPA ;qlz0Ph UkSgq^/{싄Wwkzm *wAC;M w / ~YJTcWVU'`B7 [[ vg ~Tf+D qQ'h{ zo[nBu;a$'!Q#E? ׶r,[<Ί7쓶XW$0dJ kD*kmP8ǬN=%^UX@ǴCP`ʟd <9 XȀJSy‰VɜiR=#/K8 $ -Vzi+p::'D2=êzBoV>fLc7&W,؃UH|gacF2 n4hD[˗ Yʀ4?7lg2,j.;RGb@ X[W*Y9u@[D,0uG^p:P9O{-TaIpK'1i}2 U`/iF46 0ʉTƭ$(H)FV, &I%Th5I~$p4/ ̯]Gv[lZ$zYEQpB;eIಅߌj4,{>`Q~ۦ)Nt e/4͛[C!fvTol\(ug X[UŠh 7-]Z.LQqz.= 8F~-kJ}V:ro-E MҬ!FV]a;6Q1P\Z>h܌ ',T8h&U9x+H1]܇?JB! JOЕ.]);ӱ8ׯ86Y^ iYGX<>0bKbyݕ,43bcAz t-G/_D/ˍLR$S Ä4L`> ~"{2[ wμjH" Fm>dgбۄ))^=f8;ޔ,"2Q/]C" CTSs ,bt u]#+]M5ա xl;uJf=\ ʡZB&B/s~-LݱEHX;20X N'W/$IKwbS_OKBa>3*|h,.ܭ+Zc9^ '̟9,q&:UCJ qU:E4"7g.H?)19bGɔlE0m nT1mz:/4O(a$j+5i8?| C}sX TLߐͫq]:m^24ԾƇ>sjRR\@>"|ίUXNK?1[=:":FzpD?I cQ+n1 r (;\ $Rx"Q~ZlCj rȪ^J fWJmۆu›>OKjV/(Ɲ69CqkH[| C}/4i9 ErkB (P~_ng;52ø|1_"(]"zalh()6Y{m+ȑLJd- p/o+'|SfctH_L?wՒg,ذ.rY?3I{V*IpnGU^/R24'GOe~l11+z'OXPo; ig1JO8$ ۰澝LR; 4m<SݤT={,[R⦈ U4oz zӄwʼnQѡ5!0p xҾR8|{xF7;, |R1G7p'p"W/R-JOj6kj^)/3t79I \)w|y]5KWKZL7Jy߇^:6Ӛhrfq7/)y{$}^ }8+L XUjN2[.x(=@`)im|d: ާ7Q~qTSG҈`,ɨO:PQ/iBKP\:TZuX%},R YC!ឪrX1r+`%u-#OXI*ЬDjdE5žzaw !e&>+o>/3On0z'AFC'e@}Pf}fj]c̡KD!YTF=x6P⸐hNJxEm+XPIUvEMt_71^TV$et1T«<ѣŒ͸+9~žF2)G߱BCvT\^}B7-+rWN*lo -~[1Tw ͎B4rʡSfd]P2(VY zɂ_Fuj@Aԇ+0=>%ktgvN}GApE\kkL5 -TmGО c\E3hz$uUwvn$@VbHIkUDkXӼR&[pD \%] fS9 A+Bjs >w dCDmNֶ4S;Zżiy4'RԦEU0%E6=sQis "n & ;{lŪBI?hZC2@FjTa6Ozq<'OO{ ܖJ[:#ā^*CtZ,c^vw/VE̱:N#}%B8ħaUsXȲtY;xN=lPђT !)xTi2'tI  0ziz=@NUV3J pvORv:hDIWΞ3P|t%1trDZ^U^hm8~.x0:#:" iB'KtgX2R3d heZ)i\ C!l}R  ReXIw$'a&Kw&42^񁬆PӋ@ Vm߇3Prr 9=rI C |cs Pl"dbi"Գ'0]JS-Tg_g 鯑"b%IF(' ߈!Oyc8Yb>1CN9m'B{lMjcϜ`.SҵVXIX 5x]Σ+U#-3JABa 8#P>S'ANfo ,;Z1bܗz[Ɲ'MaboEtV@.߫51~$k$&DTLnP/y^Pd Vݗb rIŽT @Bңo"iq߇kpBWn/i+ Y&Eaלqkl#oV0//?OAedCtkrNe*(T{}R7P3s_-z*ߠ.onKLoDaT-/SZsVy` %܋ zvJODzn[PFaY.֬.4,i,ڶeM+r^]I%cZҏs'f Up* g„` ٱ"/(0=AoRݶ10aU ֬HJC7/FSLRQlkuY!rm61T="ZK>ڹ:ު"]XC$X#qjOo @hZu xBzhLmJZ|e;.9ӎ~Ӆ`yKk%KͲkO8yESKn!]O2ienk$c*Ye&",LsEj0d @y6&TNօyQvИ8U$֊h]a_>} JuQEo GƳ~yҽ[-%$gT:MK֥~GvpKP;?l)PC\ ɀ8U t7՜?QcCx ]S3Ktr\9MKTÉX4\`BI7[N¤Rݓ?q9s5EIKkYl=%ɂ1'@ҭmv4lTZP+"RoR/'W%8wXv挨,uU)kj_Oک/O60?x+;`/= erm cx N$SqWlYjnܢjPV"m]x7Rq=Xʐ9[oD e,9v`U>aC&'JV+$S `|c%;P~CT94/$2Y҈ɗAp#17dz֩ZnvLW dF~m ӵ~z^hTjs.SH>ڍP €Wy{WPML.ljHN_5 : 2[wӸ_YHk()x}=0^Ahq f|S[ADQrjVy_ lͫͧU$2X5{$kPV1*FꮪulԥUx嗐E.8wtJ: Hg(, (b^‡#oQ(ٛ*/A$X;e-mk:'[* t!KR0?({2Ok)%2 sp?l=W%A'y.qJD.S2}X;᪰P pͪj20A<0$o1E݀V(4nd9G@n--7e *mW)Ip1>{Jeg,A!W!CR&\G4釯:0O*Xo#'qk+SK\N,hbkm&|lԂe̅`XA D(*g:*q0r )ҫHy)Y6UH}w*Rˬ)ƙ931I\±cW ͡z m͗rp:7Z7n4h c a1Ԋ8=4 BPQ0:OMuSWL ~8ѓUԗ?j*4!i էφ')nRbFxt&A{;1T `Dl]sc %B,$; '#@&4Q.;b Carb|> ֿfZz]qY݂+u>slضZѠCD5WhvZg][EK:-H<" R~FIN/N|4=$]ؿ:QIe14y3M[s="|,MĔaO2Sa្Yr5FKvZ`%P466=SPKFLn7t|@jf ޥ6rRx.z3>iz1+ahodM}wԞG w٦?WFo} ѯf.3QY3v?LsKTKIU?.6qHoHIj1DDt X5tvdťXvrqL3Yx'6ңf7Xŝu GU{OQaė;+{c1<)z:i{(d/)gv_ӛNBF<!žYނwM+]뒥ٚ~8CM)3}u 5HPq4ʼWn/{b=Y&gι%#+4c✲m~)`ն@TSxPήe}HtX,mO*3)d%Ѵo5x\ױܻ戂oU=99 GȟJŷJ*.!}:s褲 иAΛhs\1ك?LHJcja[UyգNi|[SZ{p֠¯RyU7dHUF0KeUl -h4V҆r;-BEt?w I7 (v毵XORs y _@D`iY,W;h0| ;ITxla̕|L7d'(02\c N\ѹ ڳN qC.biFU^TKP3.DXnzܴv <}1l{eGL|/9j%U[>4} (2Bn 5hIjYqwKL#qȸ0ϲ^(}µҡSokz|SZbG IyىfE@m'8DvC)31]Cp%B}] 4 =0x5QsNƏ476 o*GWɈ T+ 2H- ~f`3-1oɫNUhڇJS|LZekGө -짹xdb!F ʠb|uv S/`Vh*@ͣ^ԮvBx=OCPDʹ^쮼A{>sNPptIcĆ(pkzPj:4]%xJkl.\&%]- 7)'m OP}R ,S㨼3Ra( ,ruڀpmF~+[)0"+[(n9P%oTϳFs"!TCd\1o!w%qۀS,4k\;krH`H8(;d|}g"[ەtwl´ 23-^xHŐtEzH q%/*<E-=zb)ߞG[ؽAm7l<˅S|`cFdr}B‘^4OQكgԉ1uc_ (JД~ԩs" 8@2mW!A.Ysؖ ݮ0e(:_;yל8Of8r wQp:?geȅѸZbMsJ5\rML\IMׂE}?l|*hhMtf uo_ Bq >֑'Į]U ?',s+UAN̓yS8G|h5{@ۥ:}j':4S , m&Fm k^zı A104c3ZUd^$TiGoǼ]C}E 3 Q][x{I.M#)_9. ՗D)Eg;|n<:bj$dW]ӞB2/KC.\V\ (mI׌&ٻ|"r #S=@iҟe!'ddo Q\cydrre<{P}j5EQ̑1<01Pj;́j8"0}./eR#+6i_ѹ F28(EAsX,w\NiG}KUh s:Pz3Վx{-IGx_uS3,#ˈ)a _t`ONJwhn IDo$Xj*Y'c mOh #;t)fpq KJ1EHȑ<@q=so|JrR"S\!˹@i2ıYGY0|@4;S雱~7} ur6 6^42@Udء{+ s仟1ա+&-܉iM<ˊgF TI'b)X&ߙ25G:L`J,C?z,Y(eIB}"je)֋LS9Sm ^1MԅGC)1zaUzCC-SlKgn9*[DFk>Ss+=uQ|ju0pI&rs&0hMWYHK2̳͐U mo,  w Vf=[{'ʳ~S8nB1[5$j^l'KAP"Mf}ȫelYg7K:q/¡õ䖮>c1|@_܃K?TӘ6;l QֿA1UWٿ$óZ";N]4HZ ,AՖhVоw02era!{!x. IZԧUfmpbJ:µ?ʪLo=K0WWg^(:uePra3~R&Rث #}rO ˨p\=- LҊJn1tq#Sxp 16W,)F+jgmBd ȾAF#D<lm`Qé1d=Oxꓩ][W{)6O)/"'r= RfDj쮅ܗb9t9 (] :WR1eyѻAw\h )AXNG_YSJ&v]M6\H":?u]6Z}!- Ӏ H-{<. 4Mk'mcz40|5,bzg]Il)?؝RN~{?= Wp)n|~18a0 ֦o wSC[~fdA  ]пΜe0g1DE+(( ]D¶-yxR_q \$L,V! b)}oŏj(T3e8Mc߶^" &ϖL<nXXʽVںDP⵨jIw8N]㏻fڛ"4Uvu5{At&NĤ+C%kߋKP[ԙW}fQ3c sN`h$ŲP{f3JbFPy!ŗ\0mQWISߋEL"xCûie1BE xZ^gm`L[RnO4,1x?cxQζkѪR9lϻs_&`{:ʂJBIKSޣ(3 E##(m<劣@f\'zg_ 烇۽OAD8p xi pA|Jl38ftX~dMYn {jK",ISKB%XNu`Xn{._xk0j֨˶䝪LMdwM8xa bd1]nV,1Ut;}lZS25^A f<{/Dƒ| vw(+d Ŝ`=b\%y}2X[;ƪ!Dp x's*(Vss&[~i+ t5jMWQ5~3#Sp?KOAsQj[qjISk.> p+ 3g?A֙#6-@=|pL=˾;4CZm4td#)Z?-tק-n c3-5]G6{{!vNu S1Cbv,Njx~90>wfmXU;l$,x̖C%{%V77e$7,yvlDP!mBct\4H<Τݱ˧IZ%mG,̓bG'tW. GH" jZmR3W ]ȫRfb"%ipb@KV@$aģ5}:,ߣ {)gc,'U^ʾD&@5qFg<3?[0Y?Q6P6`=Vf:ETژ 9i:1G(J, Y>M}5rBmI:RAkfd+^M yΈm o?rDwIL#ʍ飔1zGǓW(aVy֔)NRi6\qmY|Sz± K{H%*YfƩpK^XQ-Z`h%gT{H=uÉ Vp2l!cFQ <x8/FAm)g.{9DJ%s]:+a|ü m:L?p )uE\Rv$Am֡7@d3CX'0k(h]>|u5e4ny>Jd0'Zk8d7~HvBDvJ͉GDX׷턪 9a$;[Ն*QGGf?. 2]wݕvn=e)A>|GXŲ Ïo ~7d`ZOW>:lQ $K)o獿 5̇#ap;Nze7k5Ur0HQ~7`pPP)8<8`m,9I:+4!jZjM6*|uҲ3#$L=,"( PkB5n1Cd:*PH,C\ԝhIk퉠q e_zmٓ}hY䯓wV(R,xzOmoEOhl!gp`=q͊ڐ˗8_aڋ2BOD@}X0k';>A#lWA3R\ ##v*j |gYAj*`%m ʛww5Rn`.&Hsb}b.ķu4lZBB'BRM4{[h"14 bO/VժoKΠF>ms}kPܷM'/*B‚I<]o,c0Ÿ\1`^CWj[~7JDʨ(0T]#4?t*a핋g$6Ggf=ػ9[ƲXQwNjB2=$yjƒEJ|!z{..bdOŖ p5=v2cauE:3.܈ۏ\pl  4>i9;BԞI.?@_x d=@A(OGd6Y8`ɂ/Yj<5bb\X%=uƚC7 \Ғ~_ョ%g3gh?O2=j'Ɵ?#LZO//҈RQ<֕ib{i?< ,0-6 G 1Ʋ|72EH1Y)h$ iἒ\B@Z2|=rFވ _X9TT<3}e&J'5nNfY#aZ {0n8bNցyzceFm, f\0:Qv[i\[WĚ$L\ EDyA+Η;Jf!v5'znDJdƊG+ dw󦈛KuTM]{0cHY~ J_"B}@;s,56.mh7k[*ɑ*5o䔅8 HA"I{˜sĊ#5kw#'K(*$M^ar N 0aM(.TQzZg3'a䪮@z塮BuaTˊs΍oJ3]~('41xx+R' 'YAシr d ;Em8 U ghgkTU+mM ͺ86Rd >xs)y񞄖Ȳh뱠 `v6G#kX@~0*tjFġBwhkY v$RO;tm:۪LWAil P#~Mf3+HEQ]el'U(kfNj`MRՙFC[g5NJ<>\QlGڐ&n{D-?#wQﲊ^]&xt!\G3.у#'{/N$׬?!M\R2@5>N_Ҋl)4]i$Dh=!l=!wcxՎ]̞`K3'=u{Z*yVou.ʈ _6t0erR &'FR!]sSn)oG#o|5_/T\/Y/վb&KŎ IjFRɴO5ߜ?m#aB=H5!k'bi׮Lql0wg ,-"Z7Ɖ|ػq Oix"@mWzpyB|!4,Dyޭ[wSIyM]Y(5s$|9s>u0F5| صStu;q&w@m(8,^BdnŖ3 QѓHqndF{M>y/ͮN*fF z}HݞumͨEg*<`揣dP3گ s*BnVr.<0M QhibsUK_B& ho܀WK~MU ɐ&Oګy ľ6FbSHe~B?4L_2EЅqv=o/[dc+8P, J"m41,ès>YݣƎWa(˳FN9.Av'ԙ=/Ń ݺ"M"ؠ _x ,*ҭpw`3iOtVFy\c(ZwhG_[nұ>)WĽ >#`q U}#8"v`#񂩀 \sH 6YGSئ ZV.7tCEps&Y56sd* ACZj0Bt͈`.L"RcIT)^LȍqQFk45Vk_˕휯yOʬbe O7`0>,%NQ17U :$DZY ь6;Hy̧پo)?@=ېV]J_S(cwS45e/oA%X$**=Cx[/6"{5,Sv mmfĒǠomMWִeݹWiJ[ځ2BB&23 鱡EO .rye-pUKylJS|b2&^cg8;v8x/hQ |]I_t[u3Fܳ.k%@BV9TBI<Gp:XB4z0gQ<)h2U.O썄 + vGɂ?Մ{np|Q_T9S,}$)f&ЃN9JLfn˱/T6~aܧW3`RLoV۹DhK2^|}WoRfþ3ZdwDM_ 15 C&y7kw7To$ -HX៫Q_z:II`fѴx$?Y pVx}դU(c.Xa1.NpwK)+㾓T/Oຑ븇ԡj; ],C~7]6FM?V> A,&VhB/}NgJV ^۵(#G/x7Y镔?z/!v6u`('?&6H9 v1][B7 _[zʶr.4aiK?~y| CN-:AL^B Ϝ͙t}b#Dsbwo|p<֛ -YOk!b&k^אaŒDVHb5эۧdb-c4 6ϢOFRʼk1_Z{QD7{͈&N*0)WQI[fߺR2-w|IeJXD6wNFP&4Ѥo*EH5ӣ\(o$ Q5B+䍵ÙQ9rZƳN${x,m9:.(vukk^~Ym!?R+^5`3goXW>&^S 1`X.^!%~bhQ;jZjV\Vs jO[7-1V<zKWVUDZ_ZMmWr,!Me"լI&.leX{ĂؘOx۪zI2Wze9iCpTW[ҹ*3ƐfG .9t"fmlK0zD,̈2hMLc[ ffú_ h,F3 sgNB5S8OtPcT%OT fS6}S6uHg@ ?l)k R?HU4)ql^ףr!SSI{+bެx~E[B>):/$}1)T*|˶<^-MjV?^iDS(g6rȵ;QVز=u:#c$wū{.C'3*[c8F/ۘ0TT%¯Gg3 @Fc;"Ըl֧ ]L_@υJSK(Mg^u@JojD"fͲ=/@ޤ‹1@!P!uD=?0)Փr\Z>7<2at$-g#{*5SpȠߛnh}c/a4_6S|{ݮ'}: ٟX_z:f nm?mt;ؘ.縢{ٽy E9 ]ݒGHǼizI#h^|HU|Q&<,fɗ9ω-~Vz7[U+@ !ܘBz%G"e % '~!+^f5јJ BBrE%{cmy#4i!CjIFol ]\aq|(k'moZ;<˨ 1P*RsϽ?"Мmڊ.ʆX!x9 ^n@ أ{ܲ򒁁Ydht 1 RpD\7QԷ +ţUj_c,$9@9@tr/{n\.B0Vt]Vtzm%w Kn uBpj 3-/B j 8W^5܇)UtkHfiX_㬏3lhp.I4ڠ %4mG |K6"4Çtl^6Je&FIrOIymNSEl%V _5¿Wrqe#C$NjȻ0t]̅X<c.W!%L@t?VӌPitx,wcAkՆ}v#D'G>S}ꐅzŒVTy 192.|?+s74h ֶ(g76.#4U* '3WkI6c9o > ?{Q9$?IKd'/^I<QF}o<}#VPI9eUt_DP!*2Va9XlX @?r]-ֿZh㗇(Y ɢw+BJLn7Za-+7tl)UO?w`AkQz*5Gv'ϷҪ{*quaf2 <88ѢS Bp!NO&`msJȷUpI >$&ss1@iی9bB"Vnn8n(H+ V[DoZIaDo(+QrDaK+"Z*^1X YKC rB&a;Q!OdkB5ż|fLZT6ݞ"Ϻ߅RIN{=Cګg^~-NhF?Cױ7A1*4E/a<@09OS.(Y^7!]eW3ثc|}/aV-Qyɟ=U.9PdmimԺDbdzn j/y8pQEKfH}tݭV{IOfkBYC$\9}ׅ[遺F7Goo51G_P-@QO9HE7?a[Zv q/n+q񞎤kj`KKviT!]%Pj|7q2aFhs{T1VO7W;xs<^_J ߥhk !GƣIo*+iE< ;RPr&~1BrJ8E[B +)h] x3}-c` 7'6jOʪ!ћ MJ@+A GCGܤKZI2Uq4Sfk8BȸAkqMEѠsU7YXEGL@4r]?1j:ǢM2Eiǐ}Pߕʱ)_-FJWs&LҨ~"I:aEM1:8ҁpg3E2xgy>b^a_{7~70`.[ۃdoGH]J]L h9R(}V6PL3 P\% kBdC?M%5ђʄhc宰y z`XXVW#\,vzm}=VC5kT>/dԃ6Aea>1h"\g D{#[QN/ڧl̈́WI ClXmt5햯@P(W^-[nB{ (Z3-Py06:!rJάSTJh-q]-37Ie?CGPl1y`9lQ~RlN"Q|ȭl82]ꐟ IM7:F V~`8J[e&YWV#{ =Bl;T/+*ԹeZJwO%ȐHlnIQaK: <w@ /oNeeq1i~Hka(Ǹ6s|uxح|uеU6o$fpL~%~B8bV*N+EM&$z?" ܘv75n⾕u8rDi sYg?xt33ZGsj3reȏ ,(4rFa>x* " M`ǴF"uQE5i5+|)oiT$vA0dC$ ODTm:å|; I^ ݞm {y'ϩ?`ia31#')jrݤb) 4;KHƁSò AsN*%@P&xv6U ɩ*9: Ph/;6aq]R!$M纍9p" @ Ix8l;;7,VNXm /N;ZQn^ZlUr 1twšW8-w ~#{oFz#䪋!PC_UlG:; ;Dc#&R`Y/ͳK^.?6O.|fe!Lvv7:=v ơּe^3"9cls&W)w쿺-;"&%,z"AaJ2!kuo[vLcFF-5(E_ KSyR;)r辖/嚃fu\ 6-LZHY  ¢]NbƭՂpVç&>9Û+yrhZ Y#Y3LI_*Fw枠!G# v0l^L'{HDIp¿fUUsJ24p雙J(ʹ]2.Lֱ:IRZ9fRfuo)}R_sx0"Nqܮϲj㨧{#+&~oaL_O"8J4lNGBfß h/P\?TLp|,&ȷ @D{d*ZβU\.qd8QYBl&N%MSrdz!&)ī"VtW_ah1]n@4rdVoT9="EB;Vjo]v}Q7/bKAKeC}lEвZ9L0㞏ւCX0瑧aM|uRpƨs'ΖZot4+hPWrh"愣 W[K7NLTA/p<&ީѶҟ8؇qups3 f3'=lg"5F)/􉆒*FުGcP|G25È}gPl0TLʀ\/ԣs"~4 IUO'R?yA[4=U#P"'RTOz=|#`D91. B2f0YV2C8VI@JZ|q.M~'7Td RǖbI\)ĝ8(r]?UC4oڎYsPg MjߠHu&(o˫xuۃ\PaRs'eX;bޡX-2]%jskTS6F@xN 9˚3i857} kP뷏:KR$HlCRS, Sv([ RԺ- O_,MT!{pTFRܮ&-1?j_&'XCV2\}zkLcj̐1_L;6:8T {XeGPOLzAb' D Ƨ#\wHFx֊L+ )~8 t*,mIoe)4U7P!ܣ.MaO7ii? {b1A._=҆#tto9v! XC5 2.H6}:}|aʞ] 592'ޘhGx 4%*E n :]wse˫IwH·k@kLH*$%GRV*#@=Vf)9u!,5+U1$v U$bLFw pXģ{\]J[P44!R*D~8~KƋ)iM+nt=SEoT>+A9>=2xbWVƐq_-M2Pj &NAD5REmq>*]3[rok%>GA%@g X[l113J5I3޼k/ jW װwtZF1[\˾N>:Y+RA׼}Iv-G Dldf˵WJGu~-֭ n5;Ҕn N{)3gp06v3jb/OuUP>t h0*y;!ω[:x 5[ &WT^G0;sTHJWsn HR33JJrGx/]kUx6̏G%0!̚ŏڏI ?ûMlo>! L'ɤ( 5-  U~RBݎM{_|>oS&[٘Mda)`vg><M^}J.UXSO& @*R w>_u~)~wITfEv9mW%?L7`-[y"mrVM5u )'NTLxqp]y(YKVNb2 ,y!l)2& Tݜ5%Eb}VRr|gI"r6 ^܆$@gSШ-6l _pc7&ejV=^;TOZ7fwϫ]mwm_ʤ:Ʌ-̕&1NFZtc]ߑ9-\Ti*5f;bO) F瑔H\Xw}q ^24l ^I DL5ΨU0++COSU![#Tl ]zƒ&QRlftmAi? s$p\=.u1Zҳp^2Hom18J ;P 2BoՊt$;sy9!W.>%1^`xʼnjŦ( v=<*`/Q!evݤ,Mw &|O0E] `$~BL{T'.k?$=LhJ!u#(-t 5I{)}M2 ZoÕp+&` D]8"@}w'3*Cxf揿ܼ:si!`ѾW7Yŭ꘠]Ջ,G4-Rɿ#zZzaYش8yIиՐBxT} ZXkڜ|Rhڋ6jLr?0R ɘ=x,<` w5?mhfЉˁopW +Z8t`p\-OZ$y>eAL38aYcC .-*C&qP9tSl{CF"q:G,(YM=Ez̳CY[h8 .\49ܼ Ltq"$pZcPJDC>V= Lm!-]JoE]Mx3Q/MGZ^lƹ|ӑsSxfxr}9:iy=9f2pIFpo C߹lcDt$$5CVwu UpD`swS?^@䐿u)/mYh|Im[ljPKHG{!UH{hJJk2X%)c`ufx QXb(ֿj;1`;[ *@&p87 & ƪ;d[$O ,C!OEomAiаg 4KqءR@2+CI0}kmu")8Y*+U7-(C?J˰6Ej2%̘eR=mAGjq&x8\ Z'ecPAiΓ'Ϭ\MwM﹞F^7Tzi n29/A7zQëEY:aG.v QkϲlM{g'L~o x`Fy `h!` Hc~ZAV ݭ|GI%mՋ5#Hoܒ/ !a`щ;n&bTM.˵rqkMa]d,@z`~MXfn2cֽC~V+<:GA1W #7 ]Ơ{"|[w=0Ow C{jY0O ha.#_۳HHA)۪d ;>>oѱ Hn7%ܺ)tyT{UW%"Cx$aq̚|[e{sro/ ӈ(Wmb-{ذF  D<ej.Ddذ/-l݀xVV6O_J{3tfpto t0PQdp17A$lS95n \J8 j^)PP  o*[';;"XÈU'kr*.7=hxB&olRSAn['2ڱU-Ereu=j-S418&Qd^ך䌎 e.eTO=͵x@PI&o6?hߗ:O>pEfb;'oܤ_!?[X!؀njZ?]^# Ѷ{Jӳ,P eE,qhaz6āxk,o6SA74#\gC%Rx%t>=wB' g-b|Yq8q_RA3yWH1} A$ ^fl.Uˉv9dǼ m2ms"Jr:VsOSButn=7OW|J@!] Z>(fL`W9x -ֿZ>0wbh=N8W$zrS? \#_gRm<{X,C`qO|lR B_1D)6 ?[u!̌B>[e,d$8L+SԆU 1r~{ S{{L_B'l9׃tנn7N?:y̮ݿ$Q<@T_HY&vOS [ =H "2Xձ9-,v5|1VsW O^}BqF4ӬcكQޙq8w{mWܔGp[Ak ٶq '~ƒS=@Uu8ٙ<- %o8:[/,Y~u k PB_>N‰3vޒm 75f fYP'B.`Rp/ehw#VzR0V,EVPH `ݝg>قIr@"7дmY/l8Yqp鱯^\-j%5X3p q.)Z?$D'+ {)Ogӱ9$ '=l&Ȫ .ՊI06 s}ʭ^]}級ҏ:uB0Ca\DRuK Ѝ2.WWK[#I~# FB++0'>K~ U65c;R R6S1jflRtPO 0<^`pˋ aJT4A|+teޱ붶I= ra lf6 )LtV7ۭ&pgez-N7_!%fo*ued6s6!W^a~:ND-Н O(4|!hb'uu@@eYnG@1l˶m\K-ps:a#G4d7Q'*7TW}-dH>iΔܠ$goN|ǾZ[S=tiqu$ϵiǚGB660l.IDQR.b["K[S_k^ƿaIE8_.J`@Hh.WrqӇ@0`ReutKM hОņPhy)EguDI)-R={Zq`C/4&V: }`bX`y[p򌠨wvO+a4 8(Jym,k=I+#W.l[ K%zIJYxoo=)F3lLfaK;.esk w` V~X\-bro|e1ݿ*+1K1셶Ni+%GS65o]n4uz'=a$enUЌɱsوAtvME8spMŷ,`'t2MM-jO00j*bH`kU< {S3Bs@)IEiiv)q=E(&]o=$<'OFr$x!qPxggk7 IFMЙDePL[1i?Vu$t Lcܫ-qe_GSS%TA(B/aw]{/-Sgrz9/d-!&|3of]LXU.=˂ pM׾!]H 'ґ@; lI|G4.gmҢ/س0OE_Qjp%dzy 1j#h0[Ѿ58I; յS=݌j4gvMґDvEL{s!0vWhJ x!is5;^ʺ&e 2Ut3 O<0 ZN.l2üY>⧔ihML9^ƗZbo5~ 2sUt&֝Ћ;鑭;4h!a-gY{r'tpNDXշN%x-U`yW:RO:,:|Аp"ptHY@`!0d3Kx! R՚N7dhE xrr6%y8g4 +WYϰع3t&'G[M>Lժ躴i&yLoh\]4aJѮ8!-.p >tǻ:#ѽYI1Tx a.Rőމ*).>Atˮ)[E9o"ڿ4?]|"BЂ#8?^'5r1z.zq"ƋeMQNyk@w1b0>c>>tofBɣ+68#});.yfee8QZ~u1̕K$rfV2P;$~ORV auD`y6+mZ`y%jxbfpqo:*w #y>'0CmϊY}Í2B]":ZN$'f/Y\,ؗiad}]#h%b3Aw~Kg\ߠe )<4Ŀ0%ŵC^C+IvMEoҡb bOX2D-ќ'cbwj|'ƭ1eAa a3B%DjM'憄iiXv Iǿk^v/Gtэ:/R^sRdl\o!]/Vַe3Z Sd\Eo.䘆YQ-7#p#?U:/D$TB jRM T dQTܱxe~ [k+uGb|ω!Ipy'd FZRۡY?=pKO"j _?8/5؏!}(לB@"P'5b*^NYOI:p*),}kH R.v:2Vl? u\\aL ;T#.YN'O&`s!`mz n!/a)yxq;Wj`¯ܵ977:CIRI{%J%>$YgF(¢ó;fbbj,P\*{WZ"CEZpa)XZ4NXfh)2*MuI]Q8W8j> ;v -b1WWKm.{Ͳ@NE#:IA>}?VgU(֜ +G\p2!6-?Tc|)?$LI ͠uΗȗg^ЮBݥw!nߦ̵/ZN(u𼔪A@ ?Hkrm}[ =<`:pa!pQO pTp mY%H{ߟj][x!y""[#b׎pj?)W{@L8yt0 12Ȅ~ptx7V6R)K09):/լ8#(z(ޥ(#u_;3lӶY_nnUm0xω7[z@wffh>&0qmrLtԃ|En'Krn0.MlI>;GүHD ܁TgDIWUR,$+?дD6':"dz8g+{S|afN:'e)N)t1_b~Cu$+X\7/7,|Ƴx'*b L:\_ V" l˰ Lzе/*K0TEы*U|L&rKg3,3D{nCPn~Qs0CAs?TYØ?e (|y\n[+l sx5<.ؕ'2?IlI|/} t{6sq)fW2˷JQGl#iS¸>Bm:%#OgO#Nx,Axz w ,t3(U" a#㺩߽Z=4X{Yn9TdIàX7LW$05B`>ߏD:R^iy/%4&@o`*ϨVnbi.ߘCe6ylSo$)BeǦuϴ=֎6]`d&&DEBȲȯ@Jft;mґ *Q8'/~SɌ܃eOjef~(jd .kC195R5jR*68ؔ5d }G* Ks nZ\mРIAR>]=**~wO|Z]l8dK]TB>0 dfՐ(+s]nEb#`nbPཉ߇1v)Ҋ:qTYl+po{p Y71nlQa%zaG01A9\,-^ܫ+glMQ;%&T,MFڭu0U 9JOqaZfլ` aխ:<jឧ1d+,z+1fDbڂ] #] Jb?l`<'@{}Δnb #nJSd*+У4?jF- P枥 Ѵ<;+Pg䨇9` .; +|FaDA~;N֨7Z(#Gr8ՙ9ks`uUy ?G|R&$0Up:gCbxbo8r}P{ ^w\`)O*:w}F/R`!D/yl``Ӣd `1DaX k!{i<2lh/]÷r2S1Pt%Cu`vƊ!Š*beD^!mV#J'ૉ^&({K.5%Yq=yZ`˺hYd'$AԸcN8,4`ҩmt(wiocHj4_y,+ZօS)Y"^. z esfnݪɆ%Qy[ V9S_X_&Y^-Cr@5ZС2զ *6Wzȹ# G 6̓!&TpK.qO|f(κg%HUnT)WE3X1SHvεC4H/N?Wk[xB\=Z$4`A|iveυgXS/N+m5E *?*&zIʍ?G2bԧUj޷H^UdL=O Sv-ٌuzX`[66pR猖[kWM~Ѧg^ȕZjwBp=22MħM|pj2K4_>v+}O.jyE]Jg3$W=ą!=|uMc?_.y_O:K2/ j9l~ܨƧTkBo'_ڒc0mBcbL9L~w5ǶWrFXQI~Ύ%,xtBW}iy}a0ϙ A  &:UazsY3ÑmZǡ"W uf1NƗQ )LQK҈biŗvuG՜L!bGRta{wsV& l.=}*9}-){q=Ůpʵփ|i{o SƸ3ZפCNdV+돡Q*à :3PLDIG@IRK7*u﹜aQYe7. pD8,:>]iиȤ]/025m A5' vlUI R?PR3 7.by77JHOo:ٮV_ mٯA̓ QO_;Nd q{!|I3HX8eՙ+'cǫ*S@Jt[? Fuʋ75ڨPI0Pʺ"dU8#ZhjfK +f@e~"Od~[ic^f/j(qu- yىTŸw^{= GnYU ["=2qژݔYB*`syLhV`o?`~a~fu`ST{Mlz# fj w0Nx{0eoa@M`}c{!eqv]v(H};BZTG9Ajiv_73zk5٥1QM7ZI[**PwCueh~N2 XWN%=" A^u_Ĉ`5 5 P/a 4COj ~b$R5M͢LJ[@H<5Qd߰rD;kj="~nr3d ?Ž=E.o2J+a[|EMMx[+W2e<5l~k|ˁzK`ӌV|F{ Tx{=cu25̩~5Z`c\zVQNbT0wLdI#XZ Ώbo_EFJfϟu`N̎=FD*@" z-RA z!AE-hF=y/K"鋭1ԦkwxcP%paRcK`zk:=`U;^ysC&*ޜZVb*A/Nogg ڬ*}r!,_Ӧ=N_{ޤ+1:r=`HʹcpϺ'v#dd,H >$BDll!$xfhf⏈}ϡgTRqi|}ThR-zH#&7Gp`Cc+n\^κ IIz0.{aVƐ 5du# ^xz1e)kl ˄E\j z82"?/D:8dL[ؚ/6"Ki5HO .:7ɀ%pE#ϞdSJU){ x`@bdiq}]. "Eek>} NSw{sJFxT/$M^:QHʙhI-FkWֶv`_YD!l=7l̅jk(Gt)fnvbCv2jaulva'lM_yJRj9WoF{L ?^u]Q7sg Q$tX⮢=<;AM%YaJׅHy~]CSQ)!vz ; ?7)s\Id @@!-1l -Z|9U;* eN7 8;Df\E9 KJy& 7h0jpœ9=^p /w x>FmI7C?]*;3Rce"LPl=/X(o "$Ѥ4 GeSeıES`ntΰIk6o`YjMMp>HTIDiBOqwuﲙe;@Ts'IK rBKA#uwi,9Ȅ~3̀ȢqN6(c"`?.#8yHY2헽WZߋ%' Nɽ4dc2@B`$:ʷ*2⦿؎^UIQӃ^52Ϛ޲{GU׹g1놉Py}-zIp,]ZTLZ@3v45\zk!Q> 5Tn2Ԯ^>qx˄}v.+ A7!qjx(_^fs_Rc/|SqgXdm w{hSԄhJw䅖|YGbu0$ ײE /ȥ¡^P;y={,d%:zkr֙hxk^!?DcPc=#\Fw^&ޫӆdD瞃@&[?,QD>ѐ9]fQ*8 8np")cc SUc ɑXrmdш牮Hdkߺ W  $K+[5=;)@;DrIdSYȶqsʋ5Gq>,*sdԫȶ5ZaE( 0=`B" S$%bv !Z?Lh,sLk0kjUQW6[~V"NeW~RqM,NB|UD24:N`#Oǐe8^f¨mcBh"PlnZ)k@j؟m ^-$]Q$RfYW ȧDPc`9Și><SuˠZ5ho-n+L ,-Б_Lk }gn0UeКVh(4ؓ5`PщuI!u Pxv`d}-O0N6s?&'WNw#Ez'lఞ_-LBY?zP~˛*4M'YXMRъ&-!f]AH!2wm5B3"G"*=(NTeq9kw I-ݬ|" Y qW|O|e8sv WFt*c5xڵo7ֿ#70JĎy\ga[8{a%k+͕3/u{ʦfb ki6ғfAxgNEk}Ujx;$l.l AsStc='%B  IrK[)HPjvvUK=:ƫXurr p+}|wX2 ni!\ħh_d@[Et*PB(,o+a'K!oQz>0zy#nVn[˵wR{P0qW܅C50P"m~e/|e䃥NBT7+GLÊZ(5vWē˧)rh&pt)ϲY;Bë23._}`[zK!"~NlʏAxQP6g$ +i yȔs:edR>S;NRķõ~9 ?+5E|m=ԧczjCsS;pZ7,*,[C7TC6,?uaqg} c^Ƃ95ax%=b2}&N,L9a%]8#v@[~_XfQwNr+ )v mJ{۔+ַB;JÜ}8#[J9Rș1}1HIM 2x]2Z@e<҂^  XHYv@7orNdV{8 W4([".~@_yw5f7Az?du\0^Bf![693KLQx!硼dM sl XɄ٬n@Q  ѡ]+ dC#P.x'6=S}$䡔%)d/ stL*Q+e5 F]JaS{nt[$ me+kW)_r᧠$ZdE =w/D:7(TeKYF7h_Ei>Ħ,`Ϭ? X}L~>y=+,}_TGO,GkN;Mc&ͨ~I~{wjKMy\$DUROd(q> @F۫M8ӫ6Bf/֙sh狫YwT=Oap@'8U#Sr=7&MT;U?F_nᱷ9 덑""yKU]u]3Õh<;stg 2\]%!N{U.=UO@+u_&4 7'.L )rg ܔ$?K0tv{, G$!#_aރY/ 1'l駯C jVVG V[ܠPFIYa\>w(aiY~;kʪJ]Mǽu"VYd%Ѥrd3o OrfLS`_v"NH>_o)C죄Is9N]&]>إ sXJܘ6OZn?OVg@E Ef»6ts;R ^-P%(|/G.!/RlF(V&З>Z7(e]^n> ׈%BM0@ZpL5S|LtB5~#km|8kf~Nb?}Oj¬-(ͼ`҇w;Gmm"fW6pAƔloKef޵TOEB`@WЊ>_n?m (/cD|΍{*Rf!&>hn[|/dq:d4$}8{C9^mN<eI[d[Kwc `YWo<&b"wP=6GvȿWf|Ђ۟,+XZn WEC,ni /BK8iaFE.eH10,2q=L} YjDjB=D"OoLjTKn_#@~,~uPwM/Lg R8$_-G }F}>0X@RϘ&h'!KFpOp,C'Enm]S`ᱫ l 84KuI\>= )X5D*A5mla?4m)9\!Y(! 3۫:px#4aCPi YDjG\¸v&iH(:H\< -UJd1'AvG%d7;!c=/HڢÉZȏLy飏q9!joލ6ĴJbok 9 \:E+%Sr:oNy3g?:BaSek@'Fی BN$™R ~ZcAnTzLxh0Kgr\X9m" Nu5fœ2E0jFhCma+ }}0ڳ3v#F<|l9S6BnFʽ$T9~)@5$IM[A! y@|;7 /k|gAk"=«^NPSBT%@{ʵyXU d8da\\K'bAs}pbcݏdLՑ?=hgmmey݂9a%(>d-AZ:L&BjXK:W%cn_{} ~$8@q=bxU\7۵oY3Lm&Նm+>>tJ6_2Iť HM*72vFpuP2Y&?14 * +-ީmB y*7osb=NT(ɓ>7F?ZLnm,17jwflk3Z0hmNQG9kU7>O%zWxM7M.9GnC_ڞyNiMC'$/kIݓYS bݞJҳD=w9|SRA6ߖ1Lj޶O\H9+[|'M_ꄬq9z:iիp[!UʨST15>U^֠#k![0b=߰Ƌ-w+^1ZU~I;IYO "*0C1@&7CqeS y5ql&%@pǭq7Oc ~h—P>jV ϗHg/-fOƯ/H $i2#fAHI;π{E#F,6Ԣ19<<$!ioZF*T*#TJw 6MѮhh 5,/ fCY޶܄Kxex9բIPt=pc@7MG(֙g`A #b%-px]UwT>3⿁%_zCڲ$r{۹|@DEMOg)>)1ӎQ 7k&riYxwo֭Ok`j\m觟<\yw:1L*f!ZB7G[W|.WШ+LPOS{0ulhmϵpw62!Ni.9P J:uIZ ߪ:RGu{"0|!9oL[e^o̞&2KɧߢBeϖFhMJ( KcD%ۜu M2<8AԅN O08MLOp­uJ=Ǘ˭f-˺Fѽ[Y%V.aîQl$mH  }B]ݧgW'z`%/EP13bBj@> b[e6WH s(7ZO"(Ht7.Ցk.;dBݎ5d3BqL"YLj׵StD)ƫ.ڧ1ܘh|;+>*uW<1=n)ua3TA& O3fh'^TOݼUA4DӨTVP'FnRKȋQ}1&5,釅 SjR;ZkB-q}}?B@Ybq| TZ0Dxc|MO^qb0g3_`(vd&;jϧa*o}gd i:zrCC_JCIϾeh  4/U3 jhG GB1_ 5QD^Ĕ*/gI*NuwIL)^8}Q_ziƧے n瘯`f K-l-dtQ^} cI]Q/&AUO"-c |Juj$hjmiYZ9U L&YKK> O x-ɴ8y{~Ey[M; 8xw-o=6\;޵*aNx 6!@@Y"_ftF.Qa>eE!9KٚGb#oSc*kip%]aC_,Lz 7w箪POINu Swpj(@jr<&7o_a崹7}&Hnaiv]:$~|,nHNevN~`>*!B_!竗 ?D% jܦQu-RAqi񻱇ԧ 4J+7NjQR0BH'K\dp[ыGe{;v/QnȻE6`Pݘ_5蓳vHaaD!Vd9-xNx|ȠL31Iq X.l_s?^_p.`E*pj7\WRZ_@{|1kv.>F )9H4/IK Z~<_`[@p KN&8lګ.]Տ]MH9gZnhL?G"?.aBdۃ]I0/4f+{lɵl8;}ѲhW0 `*ztA}7_0W]hSf8ӧJIbWPs;q;t;fŢ)Z'g]'",Q6}+7]0 G(^As?1ٶ=o E#(KJ=2 s5Q8UK .*ɴ6[Ж쵳t(Ѥ{K\M@XXj1͸2g]& 6zXP d0#J"8c*1UX/(ut4{r8GH cdw&8嗌1{]ŵ#ݝª&mv c= "6&8y8?wJf>š*{$% Ms@ې?i88y(^yD]r.gQcIlXFܱz#IAw}q/u&p'+$! 4~=J@yU4H3D!gzlܑZ٥磏# tV$ mJ xxf-XDfo^G Bawgý*hFϵXwhM8U\c36R=q-X RA= 3p6)]&"1Y{!Qpw 8z֪Fzȍ5/wg89u)O$o+RI3Fl--RFX8YZ(]=BdM+pgw }>htF f1G/'+S1`L^ RJk;E +:eˆW7ԹVC &瘦BpdK(8 \ PĖWGZw$KF&/p_ 76ްCֳjXxv#UZA=5mw NB[ooםJ3LC.jp6i=Ʊg#;,{츉?1/ʶxJlcjY$hO]ngS3x4%ٌY"ۤb:6 5K>*+F+[vylSg6o7bfa -eWټi Tqζ8bcwf | ##v!ي5jBؐ}Qo`倲 _&>. \g&7E{꙯An30m;?^dmH&/6g>w1qn?JP+ t53Pٔ:W/'@[=:* /8d;u&MCrw:+{7 ayNLmnÄ؞ }h.~wCͽ6R .<6 #j3a ;2\{r"xc:n[yG~$TPgh ֊^(}ga{[";LTZ ; ?Tidq³k.R29-'>WTwل-Acf)z,}&|} crYTO2G,Aa+LWwW8KH༵I9_0 sݍjnYb3_Щ| :-y1H "4z^zgKfS.% 2 ( U؃KWلd.AS2~{JsMכA;ϧKlPgfF6d Ky;:V,qF0x1w%K O̐Ӣ(o*]/K>LUd8#I"{oޢ]*g#`I7Ne f 4xg|irEdv̼#kzTmgK-ek>Mn;78͑;6 ^#w^ybZ=͖׺ $\hs0dj*2GjzKK<$^AQc06虾ۓA t33M+'O԰M?#/3YQ> )mE:/+9\ۨ[{J7Ͼ/$AJ^,S*"^ q.OEGj}fu㽴eg= j'rTwTf}[jNb2#s:b;A vgFB"'~?0w!0 |CbLJ -S7.edY[ﮃcK}4TxPt&dt=;9e)3cE@Jdڋܞ(bbQxSEvMx] eVGy'ũ0!b&Xq+VBCbf&>Ȥf04T(sْ0 5Dӧ(U`kP@"_n<10IMM9iݧZB+$ |q::bC/[I_6%Ԙ)X>ĥoUݱL@zIAbN}pH̑.LtJ3m؞FYw,+Gkʯ>L[:.x8jkWf߳dG( I0^K@X[6gA#OR47Bj>)1ڔ!o(D?9!?a3a:nZ20h8/V%ҭհz@5dM=QjEZ0R;#d%1uQ;z5Q1c p²e> 8G0Vg\TbtV2l)ZH٥! QAX 7 -\I JvĘMr{`ifM-Q02Pщ4G`̀Oؕ_<n+ sRA̖L<6$~'v3ET%\ROLgaFQߧt V%b|CIwf' c+}q3A h? L|ZZ54@M|܉+[U}$s&)77A*VYT s +amuZ&-\5M¡\L(Dcp(&xѧ 1m/g _A=S`6!{֬.yX\[}Sf;S]&b3G˗r cTLZq7X) [yU_cY zq5=a)!%vAZ0jǏZike;${2p0MРh t;5oag]^~.P3u./8% ѫi7ƝA3(&Pvn~Đwm֨DjU!EtcNjL*RWv7MZ azi$y^# ^ + S'@Yf7Oj`=1qK:۪;DF;(pdv bpmJy{6 g(no"Sݵ-ʟ _Ԑa33'>m3&(yΑԌ?וT- Nioebe;b=٩ Y8an- %u*  ~3}+RfRp 6(HAmY&F֤ܤxtCIuіI*f%^ߙ}nBE>gлo@~wiJ,g<>Q7R~klzb1Q7k7k*Z2467+E9 " }wZ=# 8½Ĩ<-u]UG*pVР<3X~o l.qq(<SyůMu(A3ڢ2koSqKa`?{={\GJ !UćWD21}ǩ?|fn3[8$$#,Cv Xǿf& cRGսp{v]u?c,=kT)M. G[-q΃> *)\}Żg1 qnF=_R!8qۻ<5:Z`wn=oX1l'4q<E u*\~;a#e#y=qq$K+||o0lNsŋC}p>Z7?Pol8~r JA$|"K&' I} .!Ori<8ТI'R1}uA!bbӎMv7c- {3ڔK*e9lt$o:m옓;(y}LYq{F-a#U(i}xMHmFW\yzt%Q'0:/au%e[w nW6i] %]:u(XB뺧DlN|}*sq0D&uV9~rhȰ6 WJʃ~dXlSiz5豕%m]îJzns/6i1ei0 "ۈ~$)b aF}bŶS+W(,2unFڮ̠.adOy/`ǪaWwNG[e~}̴܎R 11Og>Um#j4-7D#4}Cv恆g';͏?K85 <@ j>K4 LUOv2|eÌt\JR+\0P4b?ʤM;\Tȁ6sp d1FBT&ЩC^\qXJo.[dZ0/mWlx\}4+8HT}ѾuFLJdu0_]Su͋"RSDS"fʡC/B2SeGzCQLw\Z_It-3pN#dS% 0B wL&h"L$rPdf\.2[7t6b/þ#Gq(`K,BPd6k(c#j ]Ý"_ݱg6^z Y6' ՀQ~k<$πBQ֞E+g%~> YZ