go1.18-doc-1.18.5-150000.1.28.1 >  A cNp9|$GԷxD-ػG:zR]֓n Φ- YXw3[s &7#/XH%xգUg ˱^])GeM Tܮ.Ix&Wfh_4MÂ4=CәWХˎ/JK#/PQR<=$6| Vs<9g&S4)1|[ЄD&+JDzxjt7~)4Ⅸ{5nfb38ea5fa6161837459998707da326effda66c8d98a728648d55f1b298935a7e58449a92a51f75a7f5955f5ae1fada3203bd80d6cNp9|'ToL|+Iܐ*y5 iG;01gaV[vS$> dk.)BN€{_[?SVGh^3Uwwu:?GmefԥBu1%l]jd4^TιO9DEpS3n>ɕ HqW >|Ckk]nƚBd8N|ʸ]IU%MgG1vZG3CBP= >p;t?td  " 3TXdh   $ 8 } ,@(89:cFqGqHqIqXqYq\r(]r<^r{brcsEdsesfslsusvszt,t<t@tFtCgo1.18-doc1.18.5150000.1.28.1Go documentationGo examples and documentation.c:ibs-arm-5SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxaarch64Mh.4gcccccd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7ff84eb52f3034ad21a79ccf00d8e92c29e6ef3dea181033a7650e5cdb7486d60b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba3ce82cede5d7ca4e3d86c0f864304f1b2a91fa2c0b799f19bb6bdc9635d36d24rootrootrootrootrootrootrootrootrootrootgo1.18-1.18.5-150000.1.28.1.src.rpmgo-docgo1.18-docgo1.18-doc(aarch-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.53.0.4-14.6.0-14.0-15.2-14.14.1cob{@b@bb@bTbzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- go1.18.5 (released 2022-08-01) includes security fixes to the encoding/gob and math/big packages, as well as bug fixes to the compiler, the go command, the runtime, and the testing package. Refs boo#1193742 go1.18 release tracking CVE-2022-32189 * boo#1202035 CVE-2022-32189 go#53871 * go#54095 math/big: index out of range in Float.GobDecode * go#53883 cmd/compile: interface conversion with generics reports "types from different scopes" * go#53875 cmd/go: livelock when computing module graph in a workspace with GOPROXY=off * go#53852 cmd/compile: internal compiler error: assertion failed * go#53847 runtime: modified timer results in extreme cpu load * go#53119 cmd/go: Build information embedded by Go 1.18 impairs build reproducibility with cgo flags * go#53112 runtime: gentraceback() dead loop on arm64 casued the process hang * go#52986 testing: TempDir RemoveAll cleanup failures with "The process cannot access the file because it is being used by another process." * go#52961 cmd/compile: miscompilation in pointer operations- go1.18.4 (released 2022-07-12) includes security fixes to the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the runtime/metrics package. Refs boo#1193742 go1.18 release tracking CVE-2022-1705 CVE-2022-32148 CVE-2022-30631 CVE-2022-30633 CVE-2022-28131 CVE-2022-30635 CVE-2022-30632 CVE-2022-30630 CVE-2022-1962 * boo#1201434 CVE-2022-1705 go#53188 * go#53433 net/http: improper sanitization of Transfer-Encoding header * boo#1201436 CVE-2022-32148 go#53423 * go#53621 net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working * boo#1201437 CVE-2022-30631 go#53168 * go#53718 compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631) * boo#1201440 CVE-2022-30633 go#53611 * go#53716 encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633) * boo#1201443 CVE-2022-28131 go#53614 * go#53712 encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131) * boo#1201444 CVE-2022-30635 go#53615 * go#53710 encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635) * boo#1201445 CVE-2022-30632 go#53416 * go#53714 path/filepath: stack exhaustion in Glob (CVE-2022-30632) * boo#1201447 CVE-2022-30630 go#53415 * go#53720 io/fs: stack exhaustion in Glob (CVE-2022-30630) * boo#1201448 CVE-2022-1962 go#53616 * go#53708 go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962) * go#53723 cmd/compile: ambiguous selector with generic interface & embedded types * go#53618 cmd/compile: condition in for loop body is incorrectly optimised away * go#53613 syscall: NewCallback triggers data race on Windows when used from different goroutine * go#53590 runtime/metrics: data race detected in Read * go#53588 cmd/go: "v1.x.y is not a tag" when .gitconfig sets log.decorate to full * go#53587 cmd/compile: miscompilation of value switch involving generic interface types * go#53471 cmd/compile: internal compiler error: width not calculated: int128 * go#53357 cmd/compile: type assertion on generic type fails incorrectly * go#53159 cmd/compile: unsafe.Offsetof returns incorrect value in embedded struct with type parameters * go#53107 cmd/link: unexpected trampoline error on ppc64le musl with -buildmode=pie * go#52689 runtime: total allocation stats are managed in a uintptr which can quickly wrap around on 32-bit architectures- go1.18.3 (released 2022-06-01) includes security fixes to the crypto/rand, crypto/tls, os/exec, and path/filepath packages, as well as bug fixes to the compiler, and the crypto/tls and text/template/parse packages. Refs boo#1193742 go1.18 release tracking CVE-2022-30634 CVE-2022-30629 CVE-2022-30580 CVE-2022-29804 * boo#1200134 go#52561 CVE-2022-30634 * go#52933 crypto/rand: Read hangs when passed buffer larger than 1<<32 - 1 * boo#1200135 go#52814 CVE-2022-30629 * go#52833 crypto/tls: randomly generate ticket_age_add * boo#1200136 go#52574 CVE-2022-30580 * go#53057 os/exec: Cmd.{Run,Start} should fail if Cmd.Path is unset * boo#1200137 go#52476 CVE-2022-29804 * go#52479 path/filepath: Clean(.\c:) returns c: on Windows * go#51849 cmd/compile: crash on pointer conversion in call to mapaccess2 * go#52242 cmd/compile: compiler crash on valid code * go#52286 cmd/compile: compiler crash with "Dictionary should have already been generated" * go#52791 crypto/tls: 500% increase in allocations from (*tls.Conn).Read in go 1.17 * go#52878 text/template: break/continue require no whitespace around them * go#53043 misc/cgo/testsanitizers: occasional hangs in TestTSAN/tsan12 * go#53115 misc/cgo/testsanitizers: deadlock in TestTSAN/tsan11- go1.18.2 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages. Refs boo#1193742 go1.18 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52440 syscall: Faccessat checks wrong group * go#51738 runtime: wrong type assertion result when using generic types * go#51798 cmd/go: add (and default to) -buildvcs=auto * go#51859 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#51897 net/http/httptest: race in Close * go#52028 go/types: documentation on instance de-duplication is unclear about guarantees * go#52149 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52244 go/types, types2: go generic assert compile escape * go#52305 runtime: doAllThreadsSyscall has an unaligned atomic load on 32-bit architectures * go#52366 cmd/compile/internal/ssa: occurred the wrong rewrite cycle detection * go#52375 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52386 reflect: can set map elem with string key of a different string type * go#52441 cmd/compile: incorrect handling of iota in 1.18 * go#52468 cmd/go: go run -mod=mod [files...] does not update go.mod and go.sum * go#52558 cmd/compile: cannot convert v (variable of type *Bar[T]) to type *Foo[T] * go#52606 cmd/compile: internal compiler error: weird package in name: .dict0 => .dict0 from "", not "test/p" * go#52615 sync/atomic: compare and swap of inconsistently typed values with uninitialized Value * go#52691 cmd/compile: generic function appears to use incorrect type descriptor * go#52699 runtime: support debugCall on arm64 * go#52706 net: TestDialCancel is not compatible with new macOS ARM64 builders * go#52804 go/types: NewMethodSet doesn't terminate for recursively embedded generics- Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM- go1.18.1 (released 2022-04-12) includes security fixes to the crypto/elliptic, crypto/x509, and encoding/pem packages, as well as bug fixes to the compiler, linker, runtime, the go command, vet, and the bytes, crypto/x509, and go/types packages. Refs boo#1193742 go1.18 release tracking CVE-2022-24675 CVE-2022-28327 CVE-2022-27536 * boo#1198423 go#51853 CVE-2022-24675 * go#52037 encoding/pem: stack overflow boo#1198424 go#52075 CVE-2022-28327 * go#52077 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * boo#1198427 go#51759 CVE-2022-27536 * go#51763 crypto/x509: Certificate.Verify crash on macOS with Go 1.18 * go#52140 cmd/go: go work use -r panics when given a directory that does not exist * go#52119 go/types, cmd/compile: type set overlapping implementation for interface types might be not correct * go#52032 go/types: spurious diagnostics for untyped shift operands with GoVersion < go1.13 * go#52007 go/types, types2: scope is unset on receivers of instantiated methods * go#51874 cmd/go: Segfault on ppc64le during Go 1.18 build on Alpine Linux * go#51855 cmd/compile: internal compiler error: panic: runtime error: index out of range [0] with length 0 * go#51852 crypto/x509: reject SHA-1 signatures in Verify * go#51847 cmd/compile: cannot import "package" (type parameter bound more than once) * go#51846 cmd/compile: internal compiler error: walkExpr: switch 1 unknown op RECOVER * go#51796 bytes: Trim returns empty slice instead of nil in 1.18 * go#51767 cmd/go: "go test" seems to now require git due to -buildvcs * go#51764 cmd/go: go work use panics when given a file * go#51741 cmd/cgo: pointer to incomplete C type is mangled when passed through interface type and generic type assert * go#51737 plugin: tls handshake panic: unreachable method called. linker bug? * go#51727 cmd/vet, go/types: go vet crash when using self-recursive anonymous types in constraints * go#51697 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51669 cmd/compile: irgen uses wrong dict param to generate code for getting dict type * go#51665 go/types, types2: gopls crash in recordTypeAndValue- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- go1.18 (released 2022-03-15) is a major release of Go. go1.18.x minor releases will be provided through February 2023. https://github.com/golang/go/wiki/Go-Release-Cycle Go 1.18 is a significant release, including changes to the language, implementation of the toolchain, runtime, and libraries. Go 1.18 arrives seven months after Go 1.17. 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#1193742 go1.18 release tracking * See release notes https://golang.org/doc/go1.18. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Go 1.18 includes an implementation of generic features as described by the Type Parameters Proposal. This includes major but fully backward-compatible changes to the language. * The Go 1.18 compiler now correctly reports declared but not used errors for variables that are set inside a function literal but are never used. Before Go 1.18, the compiler did not report an error in such cases. This fixes long-outstanding compiler issue go#8560. * The Go 1.18 compiler now reports an overflow when passing a rune constant expression such as '1' << 32 as an argument to the predeclared functions print and println, consistent with the behavior of user-defined functions. Before Go 1.18, the compiler did not report an error in such cases but silently accepted such constant arguments if they fit into an int64. Since go vet always pointed out this error, the number of affected programs is likely very small. * AMD64: Go 1.18 introduces the new GOAMD64 environment variable, which selects at compile time a minimum target version of the AMD64 architecture. Allowed values are v1, v2, v3, or v4. Each higher level requires, and takes advantage of, additional processor features. A detailed description can be found here. The GOAMD64 environment variable defaults to v1. * RISC-V: The 64-bit RISC-V architecture on Linux (the linux/riscv64 port) now supports the c-archive and c-shared build modes. * Linux: Go 1.18 requires Linux kernel version 2.6.32 or later. * Fuzzing: Go 1.18 includes an implementation of fuzzing as described by the fuzzing proposal. See the fuzzing landing page to get started. Please be aware that fuzzing can consume a lot of memory and may impact your machine’s performance while it runs. * go get: go get no longer builds or installs packages in module-aware mode. go get is now dedicated to adjusting dependencies in go.mod. Effectively, the -d flag is always enabled. To install the latest version of an executable outside the context of the current module, use go install example.com/cmd@latest. Any version query may be used instead of latest. This form of go install was added in Go 1.16, so projects supporting older versions may need to provide install instructions for both go install and go get. go get now reports an error when used outside a module, since there is no go.mod file to update. In GOPATH mode (with GO111MODULE=off), go get still builds and installs packages, as before. * Automatic go.mod and go.sum updates: The go mod graph, go mod vendor, go mod verify, and go mod why subcommands no longer automatically update the go.mod and go.sum files. (Those files can be updated explicitly using go get, go mod tidy, or go mod download.) * go version: The go command now embeds version control information in binaries. It includes the currently checked-out revision, commit time, and a flag indicating whether edited or untracked files are present. Version control information is embedded if the go command is invoked in a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the main package and its containing main module are in the same repository. This information may be omitted using the flag - buildvcs=false. Additionally, the go command embeds information about the build, including build and tool tags (set with -tags), compiler, assembler, and linker flags (like - gcflags), whether cgo was enabled, and if it was, the values of the cgo environment variables (like CGO_CFLAGS). Both VCS and build information may be read together with module information using go version -m file or runtime/debug.ReadBuildInfo (for the currently running binary) or the new debug/buildinfo package. The underlying data format of the embedded build information can change with new go releases, so an older version of go may not handle the build information produced with a newer version of go. To read the version information from a binary built with go 1.18, use the go version command and the debug/buildinfo package from go 1.18+. * go mod download: If the main module's go.mod file specifies go 1.17 or higher, go mod download without arguments now downloads source code for only the modules explicitly required in the main module's go.mod file. (In a go 1.17 or higher module, that set already includes all dependencies needed to build the packages and tests in the main module.) To also download source code for transitive dependencies, use go mod download all. * go mod vendor: The go mod vendor subcommand now supports a -o flag to set the output directory. (Other go commands still read from the vendor directory at the module root when loading packages with -mod=vendor, so the main use for this flag is for third-party tools that need to collect package source code.) * go mod tidy: The go mod tidy command now retains additional checksums in the go.sum file for modules whose source code is needed to verify that each imported package is provided by only one module in the build list. Because this condition is rare and failure to apply it results in a build error, this change is not conditioned on the go version in the main module's go.mod file. * go work: The go command now supports a "Workspace" mode. If a go.work file is found in the working directory or a parent directory, or one is specified using the GOWORK environment variable, it will put the go command into workspace mode. In workspace mode, the go.work file will be used to determine the set of main modules used as the roots for module resolution, instead of using the normally-found go.mod file to specify the single main module. For more information see the go work documentation. * go build -asan: The go build command and related commands now support an -asan flag that enables interoperation with C (or C++) code compiled with the address sanitizer (C compiler option -fsanitize=address). * //go:build lines: Go 1.17 introduced //go:build lines as a more readable way to write build constraints, instead of // +build lines. As of Go 1.17, gofmt adds //go:build lines to match existing +build lines and keeps them in sync, while go vet diagnoses when they are out of sync. Since the release of Go 1.18 marks the end of support for Go 1.16, all supported versions of Go now understand //go:build lines. In Go 1.18, go fix now removes the now-obsolete // +build lines in modules declaring go 1.17 or later in their go.mod files. For more information, see https://go.dev/design/draft-gobuild. * go vet: The vet tool is updated to support generic code. In most cases, it reports an error in generic code whenever it would report an error in the equivalent non-generic code after substituting for type parameters with a type from their type set. * go vet: The cmd/vet checkers copylock, printf, sortslice, testinggoroutine, and tests have all had moderate precision improvements to handle additional code patterns. This may lead to newly reported errors in existing packages. * Runtime: The garbage collector now includes non-heap sources of garbage collector work (e.g., stack scanning) when determining how frequently to run. As a result, garbage collector overhead is more predictable when these sources are significant. For most applications these changes will be negligible; however, some Go applications may now use less memory and spend more time on garbage collection, or vice versa, than before. The intended workaround is to tweak GOGC where necessary. The runtime now returns memory to the operating system more efficiently and has been tuned to work more aggressively as a result. * Compiler: Go 1.17 implemented a new way of passing function arguments and results using registers instead of the stack on 64-bit x86 architecture on selected operating systems. Go 1.18 expands the supported platforms to include 64-bit ARM (GOARCH=arm64), big- and little-endian 64-bit PowerPC (GOARCH=ppc64, ppc64le), as well as 64-bit x86 architecture (GOARCH=amd64) on all operating systems. On 64-bit ARM and 64-bit PowerPC systems, benchmarking shows typical performance improvements of 10% or more. As mentioned in the Go 1.17 release notes, this change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. See the Go 1.17 release notes for more details. * Compiler: The compiler now can inline functions that contain range loops or labeled for loops. * Compiler: The new -asan compiler option supports the new go command -asan option. * Compiler: Because the compiler's type checker was replaced in its entirety to support generics, some error messages now may use different wording than before. In some cases, pre-Go 1.18 error messages provided more detail or were phrased in a more helpful way. We intend to address these cases in Go 1.19. Because of changes in the compiler related to supporting generics, the Go 1.18 compile speed can be roughly 15% slower than the Go 1.17 compile speed. The execution time of the compiled code is not affected. We intend to improve the speed of the compiler in Go 1.19. * Linker: The linker emits far fewer relocations. As a result, most codebases will link faster, require less memory to link, and generate smaller binaries. Tools that process Go binaries should use Go 1.18's debug/gosym package to transparently handle both old and new binaries. * Linker: The new -asan linker option supports the new go command - asan option. * 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 now looks first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4. We intend for Go 1.19 to require Go 1.17 or later for bootstrap, and this change should make the transition smoother. For more details, see go#44505. * The new debug/buildinfo package provides access to module versions, version control information, and build flags embedded in executable files built by the go command. The same information is also available via runtime/debug.ReadBuildInfo for the currently running binary and via go version -m on the command line. * The new net/netip package defines a new IP address type, Addr. Compared to the existing net.IP type, the netip.Addr type takes less memory, is immutable, and is comparable so it supports == and can be used as a map key. * TLS 1.0 and 1.1 disabled by default client-side: If Config.MinVersion is not set, it now defaults to TLS 1.2 for client connections. Any safely up-to-date server is expected to support TLS 1.2, and browsers have required it since 2020. TLS 1.0 and 1.1 are still supported by setting Config.MinVersion to VersionTLS10. The server-side default is unchanged at TLS 1.0. The default can be temporarily reverted to TLS 1.0 by setting the GODEBUG=tls10default=1 environment variable. This option will be removed in Go 1.19. * Rejecting SHA-1 certificates: crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated since 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. This can be temporarily reverted by setting the GODEBUG=x509sha1=1 environment variable. This option will be removed in Go 1.19. * crypto/elliptic The P224, P384, and P521 curve implementations are now all backed by code generated by the addchain and fiat-crypto projects, the latter of which is based on a formally-verified model of the arithmetic operations. They now use safer complete formulas and internal APIs. P-224 and P-384 are now approximately four times faster. All specific curve implementations are now constant-time. Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or a Curve method operating on a valid point) has always been undefined behavior, can lead to key recovery attacks, and is now unsupported by the new backend. If an invalid point is supplied to a P224, P384, or P521 method, that method will now return a random point. The behavior might change to an explicit panic in a future release. * crypto/tls: The new Conn.NetConn method allows access to the underlying net.Conn. * crypto/x509: Certificate.Verify now uses platform APIs to verify certificate validity on macOS and iOS when it is called with a nil VerifyOpts.Roots or when using the root pool returned from SystemCertPool. SystemCertPool is now available on Windows. * crypto/x509: CertPool.Subjects is deprecated. On Windows, macOS, and iOS the CertPool returned by SystemCertPool will return a pool which does not include system roots in the slice returned by Subjects, as a static list can't appropriately represent the platform policies and might not be available at all from the platform APIs. * crypto/x509: Support for signing certificates using signature algorithms that depend on the MD5 and SHA-1 hashes (MD5WithRSA, SHA1WithRSA, and ECDSAWithSHA1) may be removed in Go 1.19. * net/http: When looking up a domain name containing non-ASCII characters, the Unicode-to-ASCII conversion is now done in accordance with Nontransitional Processing as defined in the Unicode IDNA Compatibility Processing standard (UTS #46). The interpretation of four distinct runes are changed: ß, ς, zero-width joiner U+200D, and zero-width non-joiner U+200C. Nontransitional Processing is consistent with most applications and web browsers. * os/user: User.GroupIds now uses a Go native implementation when cgo is not available. * runtime/debug: The BuildInfo struct has two new fields, containing additional information about how the binary was built: GoVersion holds the version of Go used to build the binary. Settings is a slice of BuildSettings structs holding key/value pairs describing the build. * runtime/pprof: The CPU profiler now uses per-thread timers on Linux. This increases the maximum CPU usage that a profile can observe, and reduces some forms of bias. * syscall: The new function SyscallN has been introduced for Windows, allowing for calls with arbitrary number of arguments. As a result, Syscall, Syscall6, Syscall9, Syscall12, Syscall15, and Syscall18 are deprecated in favor of SyscallN.- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- Add .bin assembler pattern table file and test data to packaging. * Error manifests building some Go applications as: src/crypto/elliptic/p256_asm.go:24:12: pattern p256_asm_table.bin: no matching files found * A Quick Guide to Go's Assembler https://go.dev/doc/asm * New assembler pattern file added to packaging with mode 644: src/crypto/elliptic/p256_asm_table.bin * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.18rc1 (released 2022-02-16) is a release candidate version of go1.18 cut from the master branch at the revision tagged go1.18rc1. Refs boo#1193742 go1.18 release tracking- go1.18beta2 (released 2022-01-31) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta2. Refs boo#1193742 go1.18 release tracking- go1.18beta1 (released 2021-12-14) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta1. Refs boo#1193742 go1.18 release trackingibs-arm-5 16619681861.18.51.18.5-150000.1.28.11.18.5-150000.1.28.1asm.htmlgo1.17_spec.htmlgo1.18.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.18/-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:25671/SUSE_SLE-15_Update/b1b1a955a6b743391a4498320c897e73-go1.18.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII textw#Kn;i8utf-8d0a59cb7bc4a7766c92f9b98a77f90960017ca38a4bb64f3f343aac962770abc?P7zXZ !t/ю] crv(vX0-Ǥq&IŎȲ4.61F/[?Vo)6aڸSkcI/nuܽHIoQ_m9i̛?IDӐ `f_gnWu>lpZn r`{+7~ti g7]Q`%Uh3m=_|8eDa8oWs;ͧ9`-s/w*\U Ԍ_ <6$;lz. R;j'y NDo؄hN[7処c_z#&vch91 ޵ivh*g/֭j*?H$S0A%"T)c|gӖPVxc:ѻx)D(Eۦn.B" 63w8 0%c ~ӽA#iuKhͅihAjVJ/ gs,U2Vaxi#fFc/qfm׼ϱ9G uAg u&4;Er۷'l2cgnz~c;-S*5: sխ~9) jܰk#Y*k]Zo6rpK!i%mq '=`b^ƨ( ѓơW(#\B}qf|/pCbߝbd6s{E^kLYEK'=1/B/"W΍,\ Qio4v00tugw>| ^9k4OEeۧkGL \yr(pCL䄌g,9"9#qB943.,vSpwX8ճT蚴R$tj^SAKv75(:UYhUt M;jt?$y1 6%۰zLɆwӓow5| !֬Xu"]a9G} ĒgOC@uF]z:Ӌ/llj0ۡ WD1(?Q@BK_(*Z}_y~٪hM邏1RudIZ3,0%{h0yl #زQƲn C&E4(Ӳ" P)E*_$FuDI5q-ah)4P9N(پPLuHT7A% $"d"G9 5!)lU%#EԛN%Zx^tvхL(0qNZ|o 7auK7P\#EitNe):MC\[e%z2fw4I0g]% KG\Vd7+yMAf /)08tFx'5ؽAMbB,AmA]⿸-CxZou5 /Q*Drx)`3ֹditʞ RA 4&Κ "~*~S`V˿~FNg_&n+)8ug_A,$JG2R^6dE~Caa7AJ.V5 XwpBXh(U{㦟͝1ijEEՏjΣ$:\OְCpz59*ta pTB]CËmV7E٧O%m< ؓp/:I0ۛ5J`}#Xqi +2dHY1|^7D=)f5#swl)]҂rZCX&q]ww$E{1f{|љpe!nLuT@[Hח; W\YuUXub"w5z1#yM׾&{O-3XȿA ;H~ͮ a|T)uLfB#,Ix̔ >G9WؤjΔpFǣ#rA0<@:P7_$R|Tqߧu!ɞ= B6߷ʭsrxTiIqn#/C垵iNEK r7M&PS3SVhnxzPeYT9jX;IgC⏑1O[ۼ|Z=(() DL,Eac,׀8h+D6]y+(B靗V^˲j(~u H_"2[FY4~=Kܪb3.31JZUzm38g[0*Zf(H.wy[îRW3{&(@.#G(WG`X>qrxŨH}OY )7EH'+4x)6=kE*4ɛ`,3 xE`gN*)퇴 r_l1I-5,`]#-sl%;#ePoG, E hALl8-JGT.J>-JJmֻk#ڔp/(.bRN]0W?!ĂTIy@ϡ9*)uS#"ݹ0*#DKb\WH on esw7fy}A0 Πǣ4ei?z'= 5B1 b6] )% 1(Rgqw*sK/m'kƛaCJ @۫wF0Q~\[k- w-_ 5t}q֎n',CҊ-JFM0d[*l:]껡.ӭ!am.xlmwNj%z袕UieRcDz 5)\)Jw Ёj+,^)do"Nȣ;n>K'M4%b/d-Y-`|cPwGD;>vI6;GD].gPJӮ:Qb>?k f퇚ȦK,P?0MnLEO{v,E- u+0p{TbGDŽ% 0)GS3[oi/@F0;WB 5GoVXvr/ygOy# i)rTXX9E1of>a(F_!Fg,C h/$btCR*(=[|"1Yh"S=&I} P fs*9D-܃ƧEگ%ߥֿxS[\cfov uNt@EE$ڿkZǨ]:M2hŇ%`56 13Z0Y}SweR;)/& &d"_bl, `Ni̅? b@w<r {#[51hXQomb mΔYJw`L @zBO _ Cj(d8I=N^NW̬[A!q@"լ[?D* (7/ l&7v+alqG딑%l#OsL+ |bHsE1z:ʊaтvBQ*TGF@=T8"0jY}8kT޸ȣO؟*a,X{k+eītHf-{1D1ޓJ&P4#kU'ZNi |"Odڎ O^rwK`}mrY5 y21*/o}X`! 6heЌ?sʓ_i5XE&&O4w_xSz,lSYXV'LDpϖl_MŌGcg+06uo_^tLHbiE5&U%y;sΰ#n(XQ=$D HUvն%$/ ].|`4n5,΀tSW$o}uSuqbezV=n ֫=XLݏ8^agmʚhl+6^6vң $PXpGW(,Al8SI@|@"4.(U"ڇܖ9r(r庁|k1ڟR#e\^ j}O`ˆ\ \/uh]/pkW??[ׄ绉sDȮ;aBPҀ.{㾄sܳ|.hɹ<_ZRb7eL(eUG_ZU0RU+i%?k mxÇO =H+hL1T `DgJoCroқkBrz]Y7NEA^nh*I6{1 .'`׫(N@VNMDѝx\ \$]bW[q (꯫`)H.Y5jߍ)khͦ Ӡ'|##ڶ *zIBwvEv,|78WV&g@}3aDy 5S,Ȋ|0BE\b<)ه0qӟ_){$*lM~?kEQ ,qeѻ_lwۅ 9?vyAb @=!-*il0Y m; b^--g^&l >hp~6o 'ƦW0雞7/uɊpԴDnT~VoqW5aFu[g3{ #d2HcbX8d ӿO9z?h0LJ%Į!Zp)Mx72`tj|VnQ#+N=fW[!`}eCK^t0;wά [}=Ti쉢yT*]N{.b\S1sUkM-1 p }N> @3 өY`$VSh-(Fy'WG2ЗKT%m7(y}R>3q(rn*KqeW9tド_l5aojWm JDqԸI'$^Q^:rbv}E`;A *̫ M=AK&9MH ){#2=;5Bݻ+kKToaY% ,{eu ۭH'S}JQzs8nM6WXw|z>ھB5G^n|{ 2<>r [-Oe_חf ZGӥ]]9 s ̧yR(b  ?}=P˥fVĤiHET{SNxv00&kD\Yq8ʾvlf4bpFMR'0dƤrPSc^])S 5K^SԤn~g!%MN\4fņ1N'|xKfb 0)IUcEI@S @sJ.tg?ٟ*b~23мd)Q]lKk<ee%T@+3/B[l `gVF GsYMYwK-V) ˕W|sa"̍&gEzLc4y}f~T(*9W͜W1q]jP$*A\$b菻 |,62zdf;v | ʟ&@>K"RxEph 2:' .n4YPP( o݇j60mVHS%Bsk(K?E-psFPĵLZے-"X7ZDS[f?0~ V.-g*1m0YgTQZQ=GF b}:O3h=qpϼ4xL[+woԥ 5XkO*Y2ъ^7Ngc2 >-89b}?~;V9T6Qjxu^\JfXy:͉l 5ρN!hFs2:j9Bd-vY‘G~hR-ZˠL}2㖌QQjCF1t4_hkH М]PC%O2il"5Lq]uP#-Dz70O mQTgbc&Ste~#V.ɣPh64=w @Gu8<ڃ}Zbh:_f A >t‰quDi{5rC^Wtx#qby͈|q#x|;z 9te`'p+r)`*mn= "C8Q+ky#g]`Vf}v QƖm`AO&1RpJK4hERfYm]i"JK&w?{ޒruO7m^Wب껐M0SBm~ubf2S Br8{/w~x+u8ݳ,d}2 $^2>4#e~P|7Q;  6VeZ|AgEGX8.D aMVF4({f&š%m!)S+r\ w y^ Nz:z֭v׈(RDm3K*H 2\t /~VJш#Wx{;7 tb阷|ƚQMDX~]i\eŅezHO载3vod8?ִ' ⨜pfbi G6kSʧږ*qD]2 kNܛ9 9VE/Va3ZiуT/hzsC}͓p Z$by SVSYƐ~i KRi9 ;^ |R2Y/KPOV"tիjw^ ~z g70u(7Axlɧu[I9HF"pNYtgB]bf VL--8CG\,tH^g1􌌏_;1x#[moyЊH7<8P^)`3!Rb~e"sNja; pkZX%%ۣCE#JXs@lNDl2BOKA MF+UR3Vۺ~1h=_S\(_@gSK$:g;χ_d[I+햟V~%=}z637$]\]Ȃk|PsjэP_q9pW{iq-x7_if48#Quů 2 .@[d0JJϮP 硄A;9گ.k1Ookp*0< 1sh;4!E\ȍ8YEGO[|]U Jmϲ뻴;aCDQ'T%w>iL ͳNP*}n\_E%w]H/x,cݐceYP)ҕV%aR{i[RdM6Q'aE(:7?ok1'E 3l H fjnJ ?[;w‘#AURY@oS}qLb}2ܭ;E pRuTJVQAL[J(w!~3 d/eg?ʉ7Y&n&}k2$4:*gxܩ^͜y8eQ‰+K l:/j.eP=l擜BdJ.XI~NH=XH]xbFߘ$-8o%1iM‹e{uX Gث4ӯmf +CfTQ qID0>9ԴvQkí~)ˢn>lZڢ?>Rx5?b$wd!z1V˻ht0o7pqjYR%O}$*B7MiB/^O`@GI vJ'FCHσ]Ss5 ;6}pٯ!4x3g̍F rx I?@\VIؼ9fĭxsft|ȤiTK'Has eҭp "ቹ4!uu'Ûs[G.e3;Y'GRcuk|: mmQW@Z0ԛ^o7؃q ,Jmk ZKƩ|g!_7*8ե ȓk?w b5r==+G~"8MNӌƲVvL̪)jg$ "'nsy~ȧKQ" s4ܲ>Rlևz2L"sK_ؗ6G8!d3y_ﴖQ혶~glת1XL?pȋQ'4=-f._.zϚL8q^Sk|kR07MM!Z94NhF~f6L778k{y/DwR+|heg u9PX~6eZyQ7F Pqli[9{C0lP/qo+`NɈQaN;u0q|iho ~ٍFQƵTA| 'gǺ(* ~~GoRmdf6N3F"XXzCѨq!Ė  RAlo75 bKw{(kt,s;{{W ZOJ?ެ?oj)n @]J4`a7;Qx6H/l P1#LfШyƒ̏1V]UnXFlBl;"Oj^|vX=&*6BW0h֘pAЖ-ԍQ%>u;!& 7BC ~4"hV `G"ɐ ī/h$^+tti L3KufC*Ppki*@)NlsĮYq 0D[Fp2oLLHD]'̇Lՠ#HFxSRrh;1B"/q(A-0M5l~llijY)yPZ@D=^> "F)NAnn_%:b 0LrE04_tL~i z3whuӟI1l9K"@.ܼZ:=At?~?šm0OM9d\񿃰~'LmJ"6Cvt5h룉 R*DB@"Pru}}u U a0L#Q˃@dwJ^®Kzj͏ t=jZf8)$s4ҡ)@1Y5gQѿrn/ի *UP/I{xeZ^-Y'MD*24qw]ׅ墚m_i8Jz ׺UmBxUpL!"G ~Z}ԏ@ Fo ˱T Fwm_^ѝ`ǣoHrN;J]X5TwQgOšJO[٘B"SLZ9܉A*2:Dr4CYSX}c!CӁle .Q)1֘ޟQдS"n' 0wyWdԔ&:*1#y3a> x W}ZKϰ%ҿtP|떮L3CEW$Q} -u3=*Mcq*F9K sP?ZytBj"w+ ЬUSpNsX]AHjYЖ{G]p>?̺~2Rz,zBe$& kbGlppP@56C)/vGWtWgfv #n\s~ҳV-*[+S3yxڭ:+َҥ DUF}0(,Y.!څqw!XS~i2w^fyçd׌}3$^\LQ8Cv!pvo 5=*0\.pW:1BhaYr[hv(B6Gq-j "8Sl֌v^mdbȩӳDxfǛJu#OlRO:Ph֑gZUSukwĬ6ŧ9)9Hx1tB-DlJb7(|Six/ zKZu[WVV%Jf]['uPuꯘL^sRːJ;@L>%@ԿA 1 wH2F7?=AgwLi8=:%#1:. ָU^5*φ''+c;v@KAѕ@L΍.Ǩ Jx`MdE}F%wKYӢ>#!p*$wOն,4A< X;W]m` OD)>rxg;ִ>=B/l0K|_y-WHe/&uT`JvruAӃDqe~/Ly2d>#E&7Ϭ49nOQC VI^aQY]5P <<{%Jw1$bcȸ IkG3{FP^r*ȌT1Jmلor>^J4Og7N6gy6v:Ot{~+u 0r{)/ QN56E"X!bmٮ{9lIa)>e ;pw\|![8p!'BO+_ຂpFAmY8'3 e\jʟRђLDFJJGԞ*-H"qEK5ݑ"\Q  ݊PTֺ ]J-_dd>[s&Qv(mq IY˳0%NPݟ|I$Z˜)hNGSK\-onUy헴6xӒ {n_';ꖡ]"QUAHHMUWfv?F5AZXhN2Gch2CAwF1g$^ qmtgp߰b%J8j[:@PeJ?G|0rhi[Z[]{A'2Q_oUbimy1y;U&Z~]|ZBɹIP66ZȃOVJ^BC?8hHPA1ee*Όz-ߕPOzRH.e \WB zWpm?+oDlglJ YPUr"ӿTh9^x^EgzV ]"Km,wSDJ]+=8`WW tq'{ORAȾZ|B0 @s[BY,|חfkmO'J~GL'k J9hjއ(qD:6$n(+o×OufeAVGpTZYAB<-]/l/ W=]'؞w֯;k>XE7P@gC>u=gHHYȿ]ɿc4Ta5%uԷկ ]9[Ƚ^zxf㕗]V.6'|F9H9`u.ijbc߰Bo&̨6WlBOCn1[Q \[.hx%Wp$)b#'S#p,ذ0Tc9p݋_ீ'P0R jcmJ*HH]XLaq!~.)\╄lb |fe(.]|;dEbjCwt ϲD54]̹Y>ނ䀩ڤ8 HʑB C)0 2Ӓ}-Iwĺ!l1O5wT krQEL*X HK7/a2f~j,іt5OQUƤb3߆7+x/cL7B ˬJþhs FA8ٵρIlKagUָjB&wLK [pIP>PIBD3E [ kgqw? 3M1\ /:vr1rfTGxn)лmJi:p̈SNWŜ`@g[G~0& qkKp"y`cɪÍpI BXQ/q,j5LS_(?{x0~@$Fҥugx|1Gן `Af&y?h֪#j,u ӥV'83gg0>X`g /6~ E)ær:Y 67c&DZ@Q9mFqaߔ>FW9_$'Mmp-˷5u'eɄ9|^XjQy¢KY_̖)Ald# YpW=qaNNoꝅUGڮ#lk@j4&H=!{5'Bw=.B= <^uոeqRv5%zчAMf4|kБ+G(Jd}tJ̧<6Z˕b`UрUՂ\z-RGH3J/>8pjyjmjyiE0Yb}a$"N3&ģhv)p}W>lD;_rQ-0thiL LrɈT^ m PYm4X; t "e|E(Pc_ A☰1gKz&cW?Km(챐t|< vY|ʒ𜄲=JƠ "[ʙ?"/gp9[ hPBJ|1|x`j2}+nh,d_}d&L55/awyx5q6eώ.6Ժ]?QksM_kF}B5jUj3ѥ6z߀Es߸V!#r(|x޹qGŮjRǫ)˟x^"{o 4<Ǣ5r(,fV'~Nʁ;oٶCk^KAFb}ڔE?w 7+Yr N!)ӹ\M@Rƚ/@+#*eH gD܋ҩ3Os# LՠǘmүĞg#F@ҕ5|yU[&ې^~B;Sa ߾a׍N D~Ʋ&I *w<\oBV̓cɟ>ިzTmԬ7c/-`ϾJk]Fo&ÎorP[fU"G40՛dS1ǖ;Jt;{Hml"*㴮mjMVO aJVazyfk 6C#$t,gfCXo{! Jq wI^Q7Fh7LB nxKyM OAףtF D݃m rb/!B`p!SJK0k'_Sc= %2,,ot&OM&C}'E;Cu4LoߖFqeIJ֩zcլui+ :ㆫBєqdk"%*plj21?@v-$QQ$ntmR0Şew13*;G, X12ߚZX8Nv B|e.Jf3 ABk\nS_v W涄ZBP*=z}&w9@F$3>O#AVG>x~w8w=QEbiH#VKSB'8Dh#HE)ńf6SČTQ%wxѬY2v(,-3 b)DlX7U7CiwIх*1Q;lO*{P_^T&6 ݄[cuH/rqw?"EC-h7|Ga9N/P'LT+%k>$ ${b; DLq7iKx 0MB'F`Vgٶ\~B`.v1ӉaILF ܐ%bU}$';bh/6صߍޯz3z=v7j 6:h.ȊRZs!z&jc;֎+}~z$h G፛G89,^@f#70w4CdGpi>MSWOR'J 23Z tD:+yKdY?I:*JfsqW ̢Ory[?䂑:s).i8p ^d>ZݞeJ5JgrI[ =[;7z`G(+WMJ+sAPF6WRؒax2j3T)9] Jn3AptpDA@u,@sIO2!]bm˘jB[5 ٱT;1-Y4UR&5kY6p@ZI8 i1N.GpU41J-B[!hۿ|#iH*HY躍pvvل Q~=[fu'@l B7wp); Ir)t@?w `ν~֊!\;?A;ʏ G~տܔ5u搠CYW3Bq91O:1~>AIQ§RF::k JWTtJT)=JIm.[W=1ͼRMpoϓqN h{2 NxH; J@H$T!$ ՠ?3e8!Z& EKǤb.gZuOZf+Hnsͅb74+v!' ԟH(eXn=֗3\)tZTS'c`ӼI6Yy Nyyvɠ2#' *(A!udt%^jm sh1uڮqclƑ xocfI?b; Rʹ2PKbDQpڱLpMD{_lI0ne"ώq$D%]4 ,Gzm77?l\3EaPfu}Z T$i\zvEŵQLՍ>:feN3ؙ_n;u;dq1&N*b\k'OROOT>?t# B4Gnw#-hS>?v맲662-,>8-dғ3`oeb3vn3U7 Xt8GO9AFu41mZXaznM } Ϋw<Ξ'.YC;%rk)֒Z;Fj]:FB)6 lr|KJ/h@clyèѻ;"M*IhY2Tux3NSƿ/xE!'l׫԰$-Br$Vb$+-=P"-aQbEQx">teGo{V3̞mǾf c(¸ɲxTb|bFy#z !9~f,Rl> cfO.6VEBIxn-)^,FCuo4(jJRsX,FYbM } p\ KjDg@lrQe¥8 [=%,9瓮zв0n?,ʐJC6E4]ݎ$?ܺʎ}"¿̎{k 70U W.=m=+% fl nYH0>N/͞{69?K:I \Np礷1Rk|@|/<#gI],?N䣮NrqjN&.4;4z[º?oZ;jtr,ƣl-l^fV NWOM[+𡨒˻1Ap'O!e AHV]0 JR| tԸp`ǯ ru2]$]ӂm5ͩRoGs*Vv9{ s'qiDlЋ4wm^5D*ǂ0Yp=U\b&{󒜎w'a#X=yjN2qq2Eh<}J_9 +\5ZXv}T{W.ҵO梊9 J} zՃE%":l<1 W@?5!m2' #C3aP{KEUXfX$W.7Ċ D[C f#D,+_5\K~t67G$)CR_D鈼XL.qrWh<L9-gZU(ۍ-`KKŹ#0jE-y{)p/{oD2!ŊB%Nh=JV 23-lmGC ݙ/]1S탠RAL#5NH:]Kb xNL[9/Z7[{k2|_+A8 +_N/bz'҆zQ.q2!AR~L"`%AG $El7\1o BAy$Nj6VY?/|!Ztsk~wʟiIt_ xhెQ#k2ZՇ0fߒnũz0fgE4Ay3'NY3`a։S{eWVxՈECFXx **mm&`mliM(I/x| 5e/&B P#J2@:x}.X_WvɩfN/绐 G 3o|GN[D*Ffbcd?鮙yp j!A f<87bKAjD!Hk:|myFm;N\,0w\>mM*0{' e9\ku z THd9js׼Frs.n=m ^aÆxOs\)C^:%:G^fW %U֓}:hP| s3MbFR?La)gƭ0f5?",œ{4]u"Xe"p]=P~JM1G% Wd:lļ4gjUDYuM:r^9gxiQ88ż<#9Ρr0Yg PV2_JjuN*ї9JY3˴ s[1'I=0"F֥u`7w7ȓz2q#g~>dfK#ݜC4XztFw+1-Ah2Uy ż;־&UW -a,BOk- rWT:u'Ca!V:-6A ui- ۯurڳܤ M!cZz>PFM`òl], >T74l߾gfE+DZ2b'˻/C)`/GKTV AxR< CPp]xjxyWdwܳD2BF+oi˺_x ol_ k st3aFN^lݬܝ r>Ъci]q #ӭ(~#}vxQQ [X$t3E}L9"xxGm"Ƿ㊿J;~>aDZUab^e5Og] q&M=ܪ?ApuU^ ʝO򱯝]J`^[GA+P&ۍ&RڠCBIjKDAl5S,k,~T BkjJ Z( 39+qB Ủ1 ^@s\sOE_E#&?sTɋu{'ZTB*5Ӕ*a;fPYP*'M K ^cb+^䞣}0`v,Ev)2N\8rO pLZ(ZnfzkO KdjމX£6"&UIt2I^]"n2d_cH1|D$;+bvBًpuw Yg]7(b(QάoR\v6V. #оuqYG0mj&URAżƵpuBrCe`;MYD0&ie gCB sewU ^5g-Y*d?ћ8xk̖sZZ|[݁\i˭pNJ;L妈]3yY慳±Dd>Q!=.YHeE9`}j3s4 O0" ga.e:==V^@g)i|Ic(rFkq-jՇw&Z8t&1IW#Q!5D!QO$pE(B#+=8ՆiDqBwsYƻjHkeXiJ3@ZfM %\Ͳ /r@o]*]b1ü3%m)6@e[r /γ[u xN!~C''(&j PVLfni l^>hg6 kij5B kp%H鷮sS8M[$w8n停{c[بJ_M<) VeSoOoD6œS CJ(["X*OnU6{PP#isg1H,½o^| (j-xi%K5k^j]DYȋ6ο.N(it-xgkU׉( ȭ~?P 9e pLD,&sSV)\!9FEedǵ5o|- pyL1t䭴€V vɎ@@/6t5[x ./& _ȉ!\*1ɧaiM︛՘-gjOVm>-Gx2z{AX+'pw䥥X,C<nƗc{UtIGqu51ü3~+c(NDJfG[/g5'!v׆"@i3z:@h&EdO-ۿ}ݝJLj]\zmt6y Ɩ/c$KMb@&F$pSW3PdK/ 2ι !87׵DA|+qѓ7Svrfx<*(P Л'1g(M|-qO-&IHcZ8m{T-!guoJ&zX3iHW!p]B9ѢHfU.pZ'[z0O7<P`5H2%#~_Musl*/1K ]i s STE\rD.Oc@ LUaM3Ep_T{ @L~Su>Y+h+{- G5#͹N z/l:. W AqaiF>`Du /i|-VQ '>c+e(dm# WuK*z8]rsđa6(y|C;BYer.WH,EJ8%K07\ bZ~jZX# f!ѹ8* WU+Kroك=eV@jC#zCIcnf)_GqR;>o?;@>Rr hA$ /vyHx si[ouOjlўOHwTX0,#c}Ibg-& چ~.'UvN_?Xȗ }*icnlA6!p8e}VCE%Lt- r*åF9N>B<@tk\2Y-Mܴg{n>ɖ^F/ݬԷr[  ,yKPcZ16GẻW{p!-gzB?.w+0gAK?d,Mi)eC~-,_{{e: @cGju`,Gc=ryY[yg+t\(ළCvB:JLb܉|rQG͘(_~ks^vH ig]RwJq)@-E[6rVo7 iiGɌ:\60?KLxk z Aa O8PQi(:"IR~ou/{vtf"Jw]%=D 04_1L|xHK({^FBArdS7aYKҳ %4C<'ZHXttLκI2EjEŖm z+ \=X=`%Zuu`j VDV yE׷.5IAR(M_V87LGE EC8d!.`92b{&fWd :ZduDlaMcbQP}Lڸbm6fC+qn ˪8dEAPWE%SݜaVf-14ZN L~jšbॡcN*bAe!sOp}eo=iKU[<22n ÅsNښ.5aHAbnr&pn&mngHv.xI;6A@W v(<<}#/˺Ե38z,_zȓJD샅QiU/uyBߧAKNj42ƺ3M[zD6d5_TO+- tXw|[C+Ig`jHbB?ad{e)ԹJB;RM>Po?pA<2``%5t$|'mw>簾Gv+@P'KJ}jy]jᢖi R񌆛"QFva6ndf)*ܶ{zy֩dNR)koQs錭Crx* 5D7b,V9OO/m1Kci8TϔG>1̼(T![!Ej8(N,;1n . kMgr2*=0bu 0j^MxjtVN/BNP:,d2e4ktEZeUy)Y]nߩ)4ḧߚ&+K G%ߪa.Y,J.%-чy+RXך&1Βdt80>3uFbo#՚,J_kuG׉ $84]Qh'f8at%uQB?ׇYY_ȝ.rٯ\dAO5PhRi8zQ+EǏcA\H5*tMu~ &#{n<nڐz=4?pʳ11m1r^MJ.jne?<-c^[PD[|M[ 1m&JuHig䦐ѥɪt!/$1)K60tWb18_rw&B!NEײɩucuxP]NHkk-喫]#}n]R.)T>+{w4QILrcRqi9ܫ-`r,}ӆgNi҃u9ChX#&-37/tN`ʅ1/Jvڥl%E]%/jG'd<L4fU~K5`y0rpU$?*D@(.z/J)ˆH]$ɭTqm?"" ) ķL!:C:ĴDse,tbCp'%gʕ{mګ1QUwX}XEUq+gdc7Dҏ'L.!H񥡘'!,i}7[UWA)3v&tOGBQG/oN5rP8,b Sm y$`Mi,ˋB#[BEi&p mr_:arO5C%->EK8u!qvgYZ-D[kʡ3O-SNDҬ]c3C ?2 m `?Xf\6sA&uv:Mg^PW/?"Zčf%;׳.:u_i59%ƿ҈6|+XWVgHة2c4ސC#0Q^)0O 'b ÊTE_ZrLʼnXyfgNi6=0$6 ӻ NaYPd$]*scװ@]reKPsao<Ν;#A-L[Vb|"]X>k1:i!,9o v[rA@\A?Vx6 N9{UkeЇsG^Ro3)BQ++YON͒]x^x8B f* !E$wT,P}ڜDKTG!chר+`Kʋj8LH*Uj,UH$G}#6@RA2]175Z 3G+)xgg] wtm9xWoD 5VwB*=:Ҭ7F C[k=*Raǖ=mFs9k܍y|$Hx#d(>LwxvW` (fVZ8~PRA_7w} '"'4cۙq߇+-kH`3%PzkIq$MYt_k#x挕1s=W`TӚA#運)ZwNmgqxs*C=ݦߒy:=hf4~,y 1œmsq9"wWJ }TO)]N&Debsp. ^lW}Dg= v,*$=rr.ɻڣ ҄'ߥp[(\hGmqE fdGws,yL@g`'hG tív/ D{j†<;e5͉uY6M2wc/b-iL>튏zrH*AO*O=?vΡu+d ;d}tRZ gf6`^u*"W '%jưRe}(s?o1mۯ2Gޔb ON9Ӧ7 [D`ɱxe d*`{`HNHLϬhJ. Mtof4 ȰrZbhvJ !%0pb>A/%/?)+mHB}̼a6Ǽ뚹{x&36f!~͠3_4T*G.@)(^eicrtzZ+iOLN p Xx{|d5xGx/q.@nБF8#- օ"✌~˝`;vM6UҬx,~A]O';:Q# #-t:Q (bz ͏jKW@ކYFg}N޼H7O¹bW#ܵU_RF+84'ac1ܖ0բsxfJ/ W7kܾTA_9ة2sYF₠T2lūMz|INXKih5 06xjqm uJƱQkeoR]) J#up:bCV:A_?vmYGD:m1\e[=>}gpL1sTvM QU]Ўps(dzmid)0+"hSwUVTjq9;?+BE<ˈMt P -ReրBZkDFV0`,r,vgY=xϠ[kBLKFn!qd*U"#x"5+T~CTr%3AD~] ߩzeMzTn=doS+MC%D-+]ʔy&0F)V#,W~U GiT@iwR¸.?r rq!_IQ7w Ld5C5p/!MGK+;7 O.^Yn d. jHث|#E{lU mU7{<(M]FԵ+E0m*J<[p1wzAyPӦ^m*Ѽ{6%bkܡxr}̽//_(4OE(tDP%E|U)n҂@ ]o@!Ƅ2``.K[hYQX zw7MjyGWJ21㮻8Rk^3 Ţ#P;X=WS`s3@㥙uwo5ML%̲m&Y7D#;!HEjw:ʠt9)(̍rCSٲ!S,#UqDxFJvAeDYu'5ڞ[B 32C.1{Ϲ 4 e[ZG;Em< uކ'WР˨$ > |bZ'P?)kF LXz]m$nޘlj߳]nz:01,IpT}L+3 1޽O:&0kG$KI ~63WgB]MCLy?_$;s L¦3UEu0Hbw 1As2PM[X{Piu_Jh^8vٚ1vs_U.=%JCs$9| )[VxS u6єfKI PH`&Uad/)s|I~KÏO5 #u}B6F,ζZ2oN}^TH2f+kWLA=FBNɄ Ȝk,%&larvҺu ׸/RriB [@W /iKMtc^p|.6`uaQȢI/i`Lk @?MOs`Hv\&ocv`L*%}߯-V#hė^zi'+>TݲV4~m?+4z(o"8ᬽ)cr=nY7^8/$uXqlgw}+ZE=Q:߼cX~EoBiښUGund{dګ!Vǖ⏷~\5FG.Ϡ֍Mdk3JշaOM$|DdW J)d08RRiNBklR9+mVa|5RЦ`+>o> ;yh!7/~SD)a.dT !+fDqKU]*Uj5%,!0ry56spo6@r؜e!+Љ: me#{_E֡`Iel9i0h0m^$[{[yh'GWztIn0`유.?>5@=44im3Ur8G1^ڃ)qLgGUYMgb\tEx2#"5)Zj2 nOoDU,J苋C9I s-OeYkz2EAO;x?gC1ǚe3h:U>CݵI>S&  *7llW9(IcW8Tm:P,QY+a/ >pgDvsǸxi?$|kTq#|<J_a1FbX[.>+zA [Yj׭˽2zr'׭eWDERУޤ,HC"_rع {[ r2hM1Մoʎ~}^evKf?3C23z8ŻldF `b9wëaiS\c20fyev!zM%ԯyTAxn{jSDz&_x!=H5KϽAr(K$@,fY gEE:,/p-xҘ^&tL /<099 Nө{I Õt燘>+6 B:kآTQ2[ѵ3F0 /cw&,&8Zbs,Suuu$#&u盵C4'|1+.kS.W؄4JC$)dBj[19;ڼqQѬ$;Gvӿ 6L]p 2k/.\^0He.)sedffBa0o Q/E(:)h$iXZR>W/8 '>Ӽ 퐦[?ٮK{&r^k 4BVdd?ݶp/AԚUw!^Sz=oNͪ&74G3Hj?9IR}6;Yݒ){+K44RX%a0g`id ln%fUEhϔ&j˦xRY#`߮MT@<@̡~Xf#&̎jT<ގk};/h!XjpME|!XKQY6ri7&( j+YCIcNm{𾋀X o'%z d%0>h;\o$CܚY*18[L}Ң>PGo6I0 BxۘkPH>DabD6 ruzJ'y* ^'LHyED,(i>b'iJ }ChvOQ׼U͐>d(n.u iEȣwō9>lAw]VLAf^Wj ͐"QLYA_V~öEiۯ~S9N f*T[hY֡|%ſtNYp)>/X$_\BQ5\Vpyk?02yB,2@% ȯ"rG_Du$Eʤ&SA@rBc_!qm'ТIdE(u{utXԏ8,*KF=?a~ACeg랧$GCK,,J/W;S*N6n"|L$~0ti`o^ڡ' O6F0BRGX߭TQY+m]bbںEς YY❞=Գ\Eʋ|p0hWl=7?բ_k< %iTcX·ge/|$1/2/cBL W`7-9;uEƺ>viɫg&ǏtkٵJY%7!_,z?߽&uմ2m,PW1db vӺ0t;jX #ӕ )ޞ+"+buV!A.Qs1 mNV9OR`:ءD~%P2rG0bnB+0K;K MR9jL1Õ"2];> ZD$Q$7;k2~]`ӧc}@Y2sܢ8;kW~wh YS~ υgFI?T;%㒕Py !e_*Ӥޞ<MӈmRxO: Yg2kM{6W(wAM鱞"8g*,$ȄFAJf.^zxeйڹ3cenrboJϬ0-³ob+~:y%8 &>#>3,dsEteՕwuT{'ŌCzP@Ct)NG<%хK= B@8"sO톝#&:'FĂ1HlNHtUJ*v>铫-IJKD) Y \p_ ŵ=\@WLeSqwWI;[_TO$OP1GN@6D`Kj,A ]=/ ˉ0o0(ܖ-ttytx-&Nûk͉rqFޝ:K7_S0¡0?|7f.A6̨Zb{$c+hG -} +W[es Jʒ j ҕKY8c!Œi~cBV yLթSPL7jUrjKԺu8 n& i `*s=mZg|>oʡl] 뙹>iIݮ?kuDD؏Je(4gx/iXVWQzr^w`rƢϐ.L9C! E]ԀlRX={;@CF InXdu3@ x:I?v$ |{|ˤAD9X:Cɧ,ŦBMPE'ѯh]96 s`rE\/1+I' (Zis-ȟ^~h9VyK}آ_E XQWg?YPJ+\5OZЕ{8BqhNs@V/7gd@ݤAV:ٮUq z;̛,unג\ڠ*F8V3GJ;/h;1Qw2sSHM L av>{Vu'lvҿM6b w%Z7uۼ'(S\%g9a^b< -kDIH#fM<"5dZ`Vd|O`d'mf, '])=3-73P8~B*8+}$Ӥf VVN#M`/Gʪ8^G?9a*iL4QuyZ5[}-&,x U VD\; :2 &:z$!4en>~k"&uXPo0ED GS89BkH_Ŭj$ijJ rAKmgժ>p8.5!,ac JՃ4kv}[ e4\/=A  ή@ۏ0hxQFF__H{9jEu4 Rm٨x J&VEQqD >H݅+FbUBv6'arL<KIuN-_8_7%tJ멸:^ >}"ITWZ0CV1Y4$%/0hкxn:'MJeaNh?B .yx(o^E%'m<x?`~HyEq+U*JQ?HK,Sߦh wa|ƏU 2]|fxL ` 9yq>.Oe CQ8]"3?w r2=毨K( cB[l&gP4w[1&^@ ˙VTK&#w>'- K WXۥK 1L"{*lѾE%BTTr.ӺCtXL/8n 0 ܎c-;ȅIʞBE"Ħ}eƓVVQ+jʮӾilD v KrQ@{o6oz1e) ]_9n$HZ1yS-т^g2F/bD-WZN5 db,!mj,$gL/̘ oNNuX(G+'m0665yI\ETfEIKOV@XZAyp9FK%ѵ %nJ-=j&o+<ڦɫK_K+3Ezb_8 @C^:]骁ǡ]KQHʳXaRwbm>NOyx?*F$]{X~\1jkd Fm0+ur+5+fߤ7iE6cҘ^qq`KT'q%qm#Dm)c#hZ57"}W t5ꋈ,H{I{-cRQzwhB+X#?26Tpp=ktYÜ{Є͇!WST !!`3 bngAnC'76RZډ+CC\ icQ(%F"J\gUI[AEURi_%happi Wqdq]cKp|gRF&m}]%&"_?3r*e-Wąfx 7аn̦ysdFqѦs[.Zb֌ugI u4pt6 lzH?BTԝ[GljtR+gOla3`y`?׊ՙ"o&j$1[?Bjeȣ(_HҗRs#DCom/V'5şB.vu+Sgb?% NzsrLE&c((FBi$>(4wvVie%M"? l`Ӗ]^44Ψ] ƹ3v$|eb5s!ot=Ia>-rF\j5ޢ9pmaH.b_@:zmx΂gi.Ԩi%\4?n)fmd:ءǙ:8 G\y;/ɕwT<%mH;>%i~EG]}oZnUJVF&;@.PX*N}`}?xƏyvcU[=c.}O'`})lJ2ٖ{9&w \>H暦^Hᰚe6(if%3a:u\O[E˨#8Es\{Y:}`x(ɹOnk UJF Rs>{ (DV kݔ;- 1y'rG@#gnJN42rhNX=CQMb7' F:9nXƗt6 "u% 935vq\+GPTKY//^~W*_PDnۭl IkcIdG!<%U1tI޻^rqIܞ|tԧ[dq'{tzĬ쾌q6R*LY_6$6j S9ӵh;g}aFn}ncu&c&*Zb+OR]hLp(&5]ϡ)6W 6LcN:?J+}Jw/|s'2a c]aKKxWB;,< vd=f%!ڀ1V>d!˿9Oփh7ga^J Zf|j|#$xGĴo%հ~f4phJFqKOȷg>l?n[14<?ѿ.|>%8wm蓻J.=NaP%NTT`(`,b9qN58W-)m3og9y#ْõtHkJf.O~wuڊ$2cqY{kZԓG>?zڤ/0eeˆT*NEL!/j2Ad\MLUXSoZ]kd gg g fY-nٟR ߓ܆*ݴUiSbԠf}P U'}_ ݗ08 {T L Uy.) @a0Oaڣx@:`Bjd!U[_yyhL"Vb勎>Ha>Rj0(kɤ{oi˰ Uq|3|:Jk!ֵ l\m(xp⚾oVW_˶wvs4\S>nZ_@+‰"<9ЗKr$[Y!=glmm׸RÙsYíC͇{溟8z9GȋUڐR{sE i`)q/[R2 4kk>h@J$к2_d\~WwBV":ɪQ9BOW0l&}ȅRFdjQ.7p8*;=&Cm)=!j%1[G"e='V{H(o jTMu7J8H,=drGr*a9h?39d[ҥ(5?̖0CAy6пh՝qò sI;ϥ1ZGFxH,>*Bq&dN\GxbHQuCnFpUpW+E'I1o$EJQ&4wqڌ@5kk.,+dE_.axm%yEݔT+FT\gp?)$} P"k33RTuܻx>n:蔲9md08FWKWjm-IV`0Ib ڂXJLH=JdL#'9l:m^+PlkNA$ҝa_5<>,zI N#7B-l5@iAؤ'cVqB/,'Oǖc‰j*C >eٗiǹ׋lzy(~!O PW6wμ/4-x7T/GӋ Ά ͖7}g氕oG4HSُOǩ`mMl^RZn$B5/c?HRǩܘYg"1y-w HjdCW8Iv-Պ ,TX[ĀI g`"S gQem'8i_!5;e361 (Լz_Y媎>hԦBiSWK f t73` !snZ vՐ-.lJ /psmHj3%knF+Hn{KepBxwvʜC:NQ'/L+hDQśCᆒ U3L$K8ȳ`{to9 '7S@8H0O?RxL~m<(!b3y9,SCPBw&Yo{)>H^ce f' ȪB;G`fN5ydMR]&p'`On[kwS5zu/W(\^Xkq/DyvR0[uj*`TsUMph%\S|=_HNdoTp<9aqUek@b#_zG Y3q]0]X+ S2kW>\SSGfyѝC_t1p8CoFUbfWx@pe=zZjOeO-N*+ZHFS+E;<IJpc1 ZDY\)*? Wkm~QކO(&Q'Appje䎈X0f%[w Sܡ&͗ZL}]9G KV$^5vqܺeҒ@1=!Rp,V i_z;'$>x]#{5S;˫^HeVuJ@kzI= [m_v!ו>Ft]wXx_(Ub'r#JP%W(2 }oݽ&Qv#a vcX_ủ2.륔iy D- 1@LXyױմm\ϰ^rRA /uOmaҔˀFƜBD܃*EIs`K3ObY eIk7ZEZõm*_8ߡR3>&<$Lvɇwh׀(ITw 9m=IѓF^8w^ ;wA̰5P: >1"|g;T}%okDn-ItzuvK1%P |fK.-8l*fPO)5׬0.z"g 'QeBM{\ }oQVHRX.q 78af#}~Hb63\0qp^ghR ux)6M)'cbօ`+`SՄ83wi#݃ȼ1m㏳2,,O.fd7(U+n/ 9Ogx1ԥC&)k;=.%6tbvXnYEךA\Y!e5Tn [[O 0>u.!p㑃Pa5d%Zt|OΌ"3h\} H h>jbRW%r-LʡRB: ~c2wH.,9yٝXμeQc gFiwt $X꿙@Cu.ki]r1=굈b䗢fo3'7^vCz?0^lhz}1mα}mVIySgMw| 6}sz2OpS.f@[.$<z9hi vn= AUsn>rt+oY? n=WZ.uK Be¬E&cf9nYq;v&« ej6B_4K@!o/0~p(KW29*ɜO&bu|=)(!p ,֧gew+2Y{#,w,E Fᘥ߻Sfm睽pbuI0hf-TeZ)Wt  5=B] 6c`rk E,%vV1!̉|B;)?8v= 4Oli8bdbS\sc>K5fcxxG K8ZȬ"4Vm>'& M:bRnj7޽?P-wʸܹ,\ClS^*G?G}@XNgTY}'}*OeI/h7кO%guc:*,=W{RuH G1YS,_OeqZb)kT>Gm;"0P P Ql Nika.29};H-+v7+hTEt8R\66p\yi"!1AAe-z!DE_R%ӧQv!S&vuL݇d \-Xi?d^8[jzg3rJhF (^6 'O81g9b n:cX$e_5}HO\<,D{XO\ %u*X!~F4Knc,A; n,9  Q_lHm,y%i0tr{&4E"97~EM1׌fLKYJYoA|^`l٤KD,NFy״H-xIUCJƕ6ܡg2&}go Aޗ-c޷Q_5śNX&"=; PV,ǃf8Q(%aY3sD2mr5eZJvsr%;U8wDᜋD)Z)4!t27rg+X\B N&\Yikn Kx]CdäS'~嘻_W;q6 '2pIź- rHQP 3H-ݪ\!X;1)m?#w_#{iaC4fv:ѫ}Т"~AW54qw1no@/hPV;G̝\"Z 8vV ǟӛfjuw/$hvy߭ ձ>=n (NQ)FS1̵m$Uc"8f'cdOgYR?ÙBʿeM55&Wp93Po15ڳmG%n տnp]Kje >WE'MhViذK`%++pTƏR?.*ڒ*䋄ml q㬮=7눜 R_o {|{)G dsk \t"wOLK]^wNO߷0uRfݐ^bΙR#aPxdȳ@2Xb H09l,!PHw՘T' p}7bgt팁9;@APD!|h璹"rsVDK"E}~uܰWPϒܻozpcܢ23i.2kk[L~CCwѺ@ j͕ZAihҵyk08YQ&R &6|$- =i%}臱7>SJ{5F5%$')LbLek6mk8(-fxb7쟞W$8fDtYzw_h&8\++~ oT{bȄHrK{R"[tSR}~,֐SU$o2z=jRRU(-[Zt7@f' JrdP_'y0\K`02|aҐ of}7uwV|aRTLMYkcA2ۣq"a?8R♬W~xZƩ{2J&>"3E)NWBh"!xU)@P39 JKthxu<T޿FzwcWxEP_Aj#HnDܸSM~0j&ʂ6?'  qƁȭaSW&A}.| ))e)B5)?:B&B#0!~O-iIq6)B@5\(4ECghgQ6Э*-#q7ёQRq=+X&C>j3-ҘBRAW/s!-xq5Epj34{i%**g+,7 >Rxmd/\Gu4_;oGLN. o23J'I|Y=(;B׹z8oZ'<7Tz=wCr1Mc %4]mXzL͍]bcDY !>Ɂxa%Τשw[Xqses+YiCf:?+}1}\{\ŅGVNwnu|TC7ԨL_jxrHShy!3 ƱZ8k8[^%;d@G {3p2;it^fҲ:fe8*EQ"ǻ6\Rƾ:{VGzνB8 W0Nv!UH7oVȤa&/jfG=p)m(K\ѥ-ix5xKʃ2fnI'H1?TR+>!O"G}:5p40[!:3(LEri  QBtzKA .?W=IMzI f\nBݰzt !xwl`iv0EwNlƪP[WDP #æd~sJ`!lp{C|}~``rjO]+zuOj55'V#X8@znl?LpYY+&@z:MpNZ,E9 L=ަ=q`VC;UƵ`,r@ /Q!}UMpR߶sypxG< AeSlUi3a09tVc7 FI{jk/U6#U7H,[F3=]IpP5 l͍\UZ{nR@D[ץߞs8kFԤӆ޳Qͪ231d֫d`Oӯ.ӏh3k#afǥM _F5 4m:@U?ѧw0\50ɑA|7M/EU\fF7тZ)"1[na&V4ϱgx@xq ܢc(~AԻO8CJ ~XB^ʱ6VW#ƨÖ́eNwx.h2$G֣<0 MhP)U˻=6ZeQ%d^Ý?\L#ӤU@/#&<7=g2Y;j#_7NW#107a`*\ܧŐʰc 7`ץݘ^~Q$u ]i~ FQ8#tUP Rq84OzHkHxX-\oDZHp;x,R\MV>kp?)ʶMZ.{Y6*"u#*d{~ZZYXaԭxZ-rP3[08(q^ڂd{^8RGzٿeW|UwAۗ7a_Xx{-r.#CSҿf:;~s XŽHgpV Ih́i=l0̲m_dN*#w.Aba-}Tp»^櫥xo)Z U˒8^˷ߞh..U-*k+7<NcRۈ8a}T!4 N-0\\#vtM5fĽԥ c(h֮K$~ Lk Mcزvgk4#wE_Q =&QFvre # j7v~NO[۞u3V9y)}f-PS{AF1;6 }Txp1vQ[xTZ|L` D\bOgN^jBxAu/ ۯ^x].d?eVVI']CO[!P t8*3vY-}Sn8fh n}s |mn)Ӫ6y̔ ={Ae{tSF$ɶ S "\{L!zЅ#[tDhQu^! i`N]=XoU">o ;n&l7ADe1c\G8:~bCʁ|+=jZjr] N߶`M"0MFFǮ D$_^Ȳy/aEŸx\R&-LVYd{)v˚,8$Oz9>\sI8и}CVҧJsvT]>A}#[sVpW5;~͹kJl{n67wNG^5Oq%rltx"@]vx<VPُ4h6CBFKTr腇m;^ ˝*}-١qƲ- 1wxƓZwnB'Ӵr9k&^|yd$[,Դl MށagX;1t$~x0ytbtPQ␠.=ٔ>u\nWFO-F[2IT:D&Éq%49MWtxU ) $n>si4oQ~w3CEܷ3=5.osjR,j=+"EZ0Jږ0+J9,j*lM^ٗP,=iG:g!V<5NȏʏVYτ}>l TCu(!;bjZfS[`}tUqe}"*~ 9=QѝT _%LlZ*(m-"k?sfҖ>Iul[h( J ]-'Ai6BВB_:n|q9nXOHr07c` Vɮ}' "ċA[^'f56qm\;`;&5mcNb `)-.,G#uNj%Eht<-9:Ab6LV4$${EToT?(BERbwoh[+^ymD.];TL4RxEhLt >[]UC9Hi,zqNE5Uu}l)EUa 7M3aI=9V (,σvti06A75.] ߛuBa@G~Qw6Y$+.FIj:"PW|Ru-r @B'V-j/ ܒ?Cy9̪"yI ׶X9;˃"şLXkqۺC ٌ<=?ct3\/I7APd8%fnQQYJBdUTJ͞(a5~ %_ʽ'%iWD:%ȽɊvQ_U=l\}iH7:%83ш}oj@7c͓Օ?A)FzZ-v8C,_CN0:exO4&6ew2YܢDC}LTpnn1F،Nt Z +IVP:OeI%P33Twhp׵G:H }h2'9-Ȉ?QQP#P(5 vuC";V>f4YYcӼ7YE/]YɅ]I?1 ]tidL4 D5DZ#8L?$OrhM|`_FIijGm ;W?oAJG&|Wjݲ9üv@գO׫A1HwVQ0`Ȕo/d`ypntsN >hB,mí7vK8QwtmW1 ^S[0c0R 1ԏ^A̗db:3q<}mFeeو8.umcY(@VG^鉩@6/{SXDŽGN؆1)]oX)]xNT+s+NȱkT ^eJKEl&pB[cJ 0MY{;L-"*|H(H%KgBOL$Yw\e/2664@?kRl"g'`0rDx0kVMuރ}6jq}00ZYcyQ/ ׺fTC0=}ʖwtZLjBD;?E&=vDoZ]$itL-iڪDyrc(5;u=v7ԥW4t?4u; `R RfSep/k6:t^}jgdDDs(J*j/-h6$696amI[6 n},*Rϔ3bIhkb b>@]AءZvrD 8SeC?.lga˳6dDr׋IVrSװ?g1.0Nj<RVk{Z%Rc#cP]ݸˀoDI`ԟODUBЌ3GwRVz AGVLS$"Go83Rtv_) 曙 *i OmKXBZI]Z5X'Qrq/=J)ufY2aſf_X>6 pXmn_0?_j^o1ƆQJ8S[Vhe)@IFvO35_V*w}`a(s#1GK- U ⋳-I9WJm7+ GjA6 .)m0=&]1yr@?Zy=<_'Me:qoW 'Vل"񰇧QflΚC ^O,}9KJ,: CS`)YS^iV36턭REq /~&^E~(i˔%uh(&=ZP4}O`"Gi@Aqt@/m7-կ5]73w=Ds#f ~@b)VڱIqƆ?PM/lunh$ADܻDr "wsTyl\cBHoӏqwj1Y NIm%> 9,V?$ɖ3ٮQq'F@NVM1LJ4@bzT a2TuŮ3sBC&MDuA3q1MXRHeplD䁼T <ϦN>opXqU(Q8 "I:4z4rHiCke t[DpR4y::5@E) 8&^7@ lޙ[`ELO :Ccӟ)vpQ C$>-pN=gNOTOR9lzlcϣ/pcx5(~\0U.CgH(9x+5WT ҫ7.a>,U鱏,c0Ao]y[ x*i9,%=oya~SYWuYKG>ANSU"(6m@"Gye/e=~ 9Llnf>:#m:=w'07Uq}(sWQ4Q!=iZVrkNfj؇vn1I(I((*-n6~b}9\ $#cׄ]M?loQ`U_aƋR#ٛ$h8+e+3;ā4J9䓜&97A$# թҐ3{w{RD9ûAJ*MqZszR2-M~gH%]թ=Rf{e b9_łd< :<[ZrC.x9^BiK)CKž'FvޡWv}-p9dw.5dz,Ŧ.8SNVcWh;ՈXOב:=3xqYK!*v}\^Yy-ے!!/ZeXLF?1p@^+ UK?ti\m|eFKw&6YǒaE_dbur%NA0u"L̸Z?2ҝGO#D#mc QC+M~﮵C*dvVF_‘>X/ p̮?Ay[9g5=+$P~cwhWEWN.Ѐ(J!%f:?2^wk/e8$LrNAE<ƭr>8(ZTZhցp8Jr X={2o8(Un!K8 ڟSQ'W&(.PRn4R8Ԯk燎(s>R3 rdňj8?fKo(pJ~N9I1ohvt;-vc$u4}M`$|5`"q#O~o^6ո,|ŅDqit٠>u"lj !>cm"#ׂQ9-ҮZTJ/oXRCD$Lioa5BtQW Cg`\dѨ Rc*^4&\VQ(4d=k99WZ=~֏ב+p+Khb!Tn-R!%B>] dHF{h@a(iFR[0Z =7L zm2/#s@ @I;<[.?Α,<}6BTcJC]DNChmpǭyDwRhIY͡.bƓ2(lX/l7D"׽|B^*E37A>ZHDYknP,D)ZzutY5J&(6ZZK-~kjpLAQ.X3Y]!jYPyQTVƋ"RHZRsy:o7rOQDlyg qvAJ&ݳEd<0=-S4d ViIi?쨚ϔ@3" {ÝăIU;xLˎJN)$[I?a(kYmGq* )F"dEmh,s31$8'2a]y46p.]k "+\xeJ̶wa2XU0+r*z,9dz̤XsY5eC7@sh B4q~YWT/.a8@;&*VƂs1잹cް - ^UW$~Z 5IڅYbĊ m;}o'9s I9 Z(OV9םZQ`HT Q qЌ4GYQڻHͣ?]~߬' +ViTE~:RO R$4YS(`u:b|GM^c 1C%/@MgCsR\͞ hm|5Z{π:#A o ~ZuHY@ }eu7NxWW+僪}9e :2zkuM>1%bL{;xm3N2 Iϻ ;m_GO{N7 (0 &XQ|f^a4I mBLrͥEai5!1OPqn!LGfGDfnm}'ꉌcb ~#akIY~s)7HcLc0 X^~T;)2jl cI`DY (ҚKn\D"Wŭ/]S #5qkzεj uzKP W^CBPrE(׸(?~9ԶV!BSzRLFd=aJj,nezLoJugdSFTdDQȭMm͠cY nw#kICƚf=,e |z#²lM+8]q3B.(s!3 gZYS)Kj0CY;q.rHK1:yChWfqOk0. &9'֊ lƞd](=6o4e=%@{ΦtI@ ezgo:UJiBhf)nuf<}aȪl8-fdHL)hXWJߧGgqPܨL9XV:STA!ml%yIA`=b8!LzmXzL{4!5D^3'+.wxǨkaö2~9ytP2xa))|Y+uKޕ#)(!;aS;dMYY5HjB ۡ+^! +Zս Z:WC" żnHŕ ewV"Dj9Y{aRvE̤7#.xc7)Fˀu"kf@G͂IkƓl[uT0v;.6{8y[e~4h;Wu-{=D#Pyu̖Sy`j(DwfK;P'i81#qfݛ1s.bT5͏;%TVbeъ>ߞ~Cq{?&n%-ڢzv{k+&2O/g#m..o O:LwpEmLs}?Ü"t@.[:BJ*mdPnM83 %qڍ[?1gh+}ǝ2U"]u?,h\Y޼/tE|ps&\Qac* 9up ͬZ[iMuPʄbjHz󟬻Yݠ#PHd} #qgdAxi'i?l'S|qׂ}(<rH=dѡׯp3.N}'|RP> l>ݟ[ {$[߮o4qҘds}ĝ}?CIN/k$PL }^XY$QDDYk ϰmBb1FFEbf!f)_l;Xzx8h/#Fz%iL!.'uhH! @W$P8 /P~uHUD` ԃ3 g`G;SIl( uMMSἋ}(,@vI٪ώ, &;f0;} Wizd ״ntn3.-.Gm?~k"۳n >=HDuǙ)t :UحCÎSś, I錻{/-k5p SK``cC cEQmg6lDc%Jwҭ -\lf㣫 nckx@Roԅv}ʷi U V;  [if޼ I}Q,,s>2Q}b3o qKUur .:2ϦM>V4@_(9vY4oR o3oS $˼{yEZ{\,,la!k'"矝Uj]-!r\%v9}kZSsP qEDNZOU~Q]4̑auɂ&z { R XrE&Qsbg:T''G 9]V5fc$@}$!qWPo¸w]Hҫy_L˕eYRɄ@H DJoC&`?b!L b;>}`d7Kng;3s~c0yGe wϯ}`DȃGZyQ%_nF#Gb{ضtSЄiӳ5=ֿ vY $v :Z31[ m A^H"ͿR9lL^)@$:wejfD9b0--~rU|lyr7P}Y|`][8Kt{7'!Dh-ܬt>6Ya< Cֿqr1H/ ,+_c7||{ )Q MY}S ʡɅ,`R[#zM4 ߴ^ GN/7%,|)(Vp";djX4O0?0?qbuMԦ܎vr ѵg]!5%ָS8quh͛NaQn,I(fPH ={,01L-ZV z*EJ[A 3!^/a@Q*oIR^щ[}vd#$QcG98u˗׮~foq)]-Η~lӹ-x%b?E~w brQ>.C 6cⅥj=, fߊ7?=^#tVTS!g"Ӱ%]V>5{t/'`)#C&D,ͽcjmoގp8[;Gj.+)dV^%/$ug$|c/NG|88K=m*'.$/ zۋz S"P~X"K%`7sPO.JޗfZNٶ|͆YCs(\W $ce˦EU#'\]c֗->~7ҟh֡D#8x9n; !Z}sqHtɉ/Пrc>@v9RS8>ddՁ$6'aY!ծj=P"={ ~.+gc>q@`:f(ZIeoj.^S;p鯄.sFWcszPe']+tn meY|Xjk㫫"Zb'zׄj5c]Dwu~灿SZƗBHNqxQ5nOp4hR5w߽Zǜhٕdfw,~*D#{C oxm_Cc1J_T0w|h$6ƸgDZMD lCkLyg^EjFs^K6DYSj=Hݓ:sӴЇ!a=y)]/϶^n=v`Q0 f".HTK̜00$@yMSk2&ֳ2-3Fp-;y]M,i*R1^罕߈ Iȯw''Ԯ>6P"PSHRO'"?@čVcVWpTn.@a&H7>{н w%PRGw+ A'"GKS7D8obŜPa# V)LcA'<[ljJƂ;A,I*-~X)B#723O& )Zg=O~`qa}[4@Brڵ@%t]<ݢbg\='K@Eb$RZͶ%{ni±T*G K2XZtlͳҋ/EޘGEN0\û:hFJf1ϊb;Qj(F^+vUlpKf<_FSnF <7hoّ+3K,C/#|-fGRjx Ԧch{;\Cή&gR5;/AP[$mI0'9eKOӏx hf,iå!n6٦>KNcƂku[`%hRk2IqoL+}ȡAn* Zk#|+7(V>lG z$V)ZPXsc,̩~0k99&@,/9b,ؚe([1A8ozŕ6LnԬ.`D(؄ky?DX`hӢ3 F=jFcP͸[9ޖΑ{C^qtvڮd3]pK)eMViZӂ }/Uw(PLrZǣq6-S1caf퍪.u 'X#ç#t@q#(qr%%#o}Y[f16ƸP PK7LoP}\vHRt;$ZL.'!smkLTˀ8ϰ*Ȕ!yL DwCcfiYV&юϲ@LܨTm"uCO$=U|Ԗ?GqX\ >'7QaUї/]CŅQx!EJ%sd0Q"@t sϡw˭+s 1,:E FAҨ}D(0J3 KL=c|9GF>8{]$&6s^q>Z;$ ,f"5FP({~ShIЌt9^=lSWBu$<4mXfyUEe_|}3LlklFEw #)-I++JluL>L KCpaO?{it uo}l֡ #sݟٰ xL\e3ޡNzK=FQ:J1rڑ-\I5tK} E7Ym8Q.`|CjePs˅ơ{2BI~P`Ie{ĀkE_m*)*qu,K] KW@!ˑ6.Jo`ծRbz\!ց=aLn{JG)yd%=JΈ`.Chg{ R],puJTNqOQt<#ؼݣ<[]bzٻWS! lVɧd1PB;c@x-|HC}F⧰-R[/#Z7W iꉄAQ E\1?neߣܕe=Zlq۽sVag[F~K Wi||17kD!)z&5pKfW^eC˜DW 玹PSrC]B # "2arj`@$ZOyT>}QϷ+z,#:N:ӂkꐴkd*,r9CahodBQUuAܪ@@X/3Go-&q3L28TkLF]P;8∁ |=# Tܐ^+SQDS鑵6-nnL#;wQ*umk%A&D4G2Wna¯;ۢīKþ=rP>pOZ=F + B☞zEϰKF) nRи,xw&`y) hrqvd؅V w+mܞ.UAV[}n"B[=?w5I"V(=_` h̴zr"tbǰKҲ߬/Jyb]̥|/GZv\K^yﲅ3YU|)M㷫5vWJ'- %ɛ&&?in~qOtAWMMuÁjFqD3j=$4 <\{4T(Toպ)y6wD "Jj 5[yfVħ(,/>-=o?PPg[XKEgcBj^sLY?_8g4hAyKiB>Es)oC@)djEw&Lr$ ;J4+mi3q.H~Wx;۪RfؚRy &"SE2C;*Wp58 KwIuF .%ט1T;:RNl!""(E%&ik~&;<^cA(MYH0Q(:=x,4n2@'6UKx-Q L~29TKѫrPnхt("JA$/괘  [N0{H>8]hBR4SYuf3c j]i9ڦ PXG[ ~)=hZ6/@|q"4D\ ,\a+(6y!*^e`UQI/0\whȜ =ʎ&3p;#3e- .0\%`haip]o[ΠX\"sB`Y2<] (< è& Rs8`"&Dn7o? DuIgMMݘ)w !} 8J+N!-9raBa}g8'wZ{ǵs> P)}YS* BFTݥG$p\܊\4yWӗ3z$l`>o;V.QUXWJTUt8|pʶ%_Zzi󎰔tF Qm}YՉ{o)0P]1 5Bٟ&ɠgttmg=Pik3+,@F$}C2-882 $7k/9“NE!蔾v)5$OndV0Z(Im47P.X}HAw^o':!JܜeZOyd\3F/V:Y-ᥖ8`7qޜm\3=#{RJrBk KX9CrRTl-7Fdc D(Y ~"H۬7 ȼpT>#NuϡxLAC7|ߌ|[^L[Xx7ߘW^5"Bn^AMBdU=2 hPyxc|15#s\7(:R0>䧎prui5lS. 5<{k&o}K 6Ģ}N-;)% &1 c3bL Ů{c_[cY0[ufq{hx%ms`D!v:vڽ!|E('Qf=m@mwr4XJe"Kgn;p:(SڕD0Kχ[хg|2tO͎|pn=YԈqw˜y糃0e`ع+v>W% -d/>g#떿ˆAD30t\-V*0\ 1 CFʁav b=J 2 `ʦf4k| I2,΄s!ڰ.9DcR>(6rl…i)_,( =.{VhFx7w7t㕅v5>)~HA fխvǘ~x JVS+z:2Z@gYn^Xktoc׆Lxtʵ^ŻmB9bﶪki1T3muǑ-2G)Opӻ~K'ػ{67*Sm0+ |mcNJ^jkU:K7:}@Q6qO !@_^wS?,``j͏!n~B'w3эrx[ю`&dN)6YcZXЀxVs-hv`"VN:#v ,*4RT?DX$Acwk2BH< H>.Q *BAcH;T^'Q>~ IRXPQ_N`h.>Z ~_:ZzoJDFbۙ6{YqCx l/mKT^*JζIAxbj16==D)*Nk#|ЍT5e?S,JL~FyR {?ʿzՖbk`t7qK nm~ &]s1{xM6זА9)f=nٮ42S.Rh^z| ˅fU_G'hcj< @%xZi%ذvv_oՕ:bӢ7ʸhJfёL8bzV%}xш8VT쓥gЗ`]J7G.f ԓ=p5%Fj&5'\ iKUGf}.@-PigA ( -ka P;`,Z90q``U fsr3L11GYy gl7e:C̢ xTj r#FLs>tƖd2%0)Pz{xX(WJ RRR^G6kgiem;tR&}1 ڔ˾As"c $ 3aΌGӺH=Ὢ,DbB NߺBJ1=i(?n `5ų=~b׋6V 5%6e xx5-Ȕs'5\C6 W`۶sĵjfJnگLhXrHn `Z9&9i# ל0.Gy֤];68r{X\yhpVW,S{vEK$Lރ7c` 2t86 ʳíT=u boi~K `jJۙr'M%.C)vir҉:ܭ{@:2*FLhhҫffJ~[6|t/t *怲:]ڢ (̀n,B֡64w~mڹ`|y`OW)j2h6m7m1RuZ HKڦ 'h gan2Z/v'!2=n ANRbS؊&p_HP*Dú.-=4ZD!>=flr܊_gEbf\:W[*3 <V= taMB1^[y :Ұ NPkV%zBYRc8a{m( $HKÿUbP ,ؘ}=I&{#HO=c"M z\ITZl aQ[>8L(7(FVG7!kh0j㎓gIbj-wZvcAzj/-#_ = H!;QSO4hRZF<̮‘Y'~H'bMcRꂡsĄ</T8/rhra N\|xW9=2l1վοK @9z'L f;w%Gq"؁D:u2s*sT;8R{a}0;h6 zQ-B8(o @ca6;|gc(BQ}%tPʥ1YZ( !֓zjB'л_ ߙ17}[.l03G܃AVy蒵^ꌪа-.Ge9K9O6062Xɞ\%Jιhd A܆svHRn{ckP*320 G6/_6$>6?[OIy=k@WMVH^dg v\ꖲjx4nt7fEaa+ RQ6}} .,. j,X?!! B"UĜt\;$F>T7W/xȓߦֈ/,Gm[wW ֒9YH+f'P4mcTM\R^V Ϳ+4(}NSSkuU*+ 1~l"A0W!8O:',_xRldsG=(v_FCvi(IoXZ9FZ{{$EP/Uݚ2=* jdJrerW{mpkd,'Sk cat*܊Z.}/A d>n7pav }5dƼꘁ2 "iSZ r$RMX $kFש9*ii7v(qR HMV/ 0Xٓ)9O-\b&z*+4E|G{dD(SS㈊VʘDzn^et3_|CI 6ḰԈP[ص|wMy:X_o9 /'7~z.x۴6ځAں1. ©AdE-E\3YpZ]3z"Tt&WdۜUŲQA϶K `-3RBۤ.ϻmeWv_+պŻ 6f1ීs-gV![hu+]%p@EْkE)%?B0R(:[cyAU vP#ox1h9:u( %A@,i7_.z.й\Vĝpkk\کg*;z={8t^z1#ڒ(;Ru&LK$ş? U>^|?-Sf:g?2 g*p ґWFA0<&R *|f-"*Gy˲kJz$G.5N(4Aޘcr?^-V85rG //峇7~g- zWmO2.,6i~3Dj \_.]&bm 'Q4ME $ W`2LV+dd 08cVh cnT)3@T I(a9̏刨rOj'C`XCrzۙ}=-,5ŗ NDBӳ:ګ1к@@ ƣ$I I?*ϛb 蛀 ՑǦ=1 `B-i]k]5"ȔڢtͦoҠ>ԗ, 2 Ѹ$"1!5vp:߆}ϦI<%HND<7q@z d*|nuMu;:j1ȤϽaO=ekʝl: ^g^^N;V2qފ$-Cy4d֦ͪN)ulp=LL#+(u͂%v|:%Ԏ9ޯr[CLYl- Pje~@>AX+XeP_2: [ e$"l<4 zI4)AW* Srqz5N=ꀢ]Orb_ 䝹;3Dyݲ +Z#NQW;?mO2 %N P+\V~\3}ռ9| 8?<$9?} u^@r;pX~E#w9Vpj^ P\to4*gWN<LѬ {"S XSj4yx=@1$uI1e mC3<$sm 4 ɋ'cI>M5Jeds| ||~AN1v& vyGuZڧJI"x׼W\4Vcv&”ncvBǛ HT-=`ݤ *J-]{E6n3u"UdYDr"FDW$1 pc\2X}nFvXI{ׁs\CAHMx  ڕ3Zz̰LJaߝMDHsz ƏmBzO M 6 ;@-X9D2o*1ouu4R\FvH,8ˈu8.))Gilms-6[UzD3kfV>7ȝl=\hwT\,zHD鶿&cYsFXsͱ}zMXtXmbPA\c[VN?!8Lʤa"$*tcxq5W˖Vfo+26腡rԧ>y mVqԖMjP[Xze0io_^|,}˦9QrʉL8-c'u4,`:+TgD?0lEZ, }}x/UuXUXސK2ƀ!+%ٶ׳C+'I}$tmTP5+"M-SVyN{աQz8*?l"Әk*k\MHJ0T'uMӯ,mQM39[UOK=BA UxkTQ,b5]FXWBg 1L j(Ĺ9a{p"߹'wg' ˫\QV*dT&}n]l֬+A>V bƭow»-SN;Dr[]n,jEPT7 i yUè'o~+ [f$Dd (7"%1 T8{pђŝU EH,;@k@3Q7nTb! Q(` D-iJ-at}MqЌn%Dob#)Fi^m iF\uL[D)G]k- peb|-,c%Ƣt#Gbs2ɓ狪 ~~`mI86菧y< |!k[eQ+FqѶTdH˹[ 7"Ds07h6?DMtY\Ù`)M5*ƪ^/ D^.@I%a^[V*g+Z]Add"t7LlG |ꋀ_'z4;1mx;V42+ǵvHޢB@5 5bӀJtoAZIn^8܊r$ q-x֪&/QH3:C776;ȜJtqZn1Zj̙9DoT4Av$qfxvw>8P&.WMN?cť8Uhҵ40p ̸,0 -p*$ y.J: } :XZw!w]sGRUG\YyKH KI੷TYx$ƺ-hoyB /6.f_hkLbJ"܆ uS# 6A"~s9E'ħJ ٥/Spt1X/!Vcw @m6yH,[|VD@k61Ps)C/0OYIY@2끢աtTqNM&H!cS>xÊ'S{}LR9,E3]?lLYA~T }#z!$//9EIiO &ʃ pgñ }9her{#VM2"%=/B<(ܽoZgc2 /=-"[Oe$ {tG?c2D]:&S$4OB( SCt^ދvD8@t.v,QB {dW2[ 3&06RPY< < ܧ"Jƪ)r-VIeԊ0E՞9"RT,[?YvLgFrtչ2wRQD@kԄmIdK3|Pg,~əW+K&lxadN>nfN)$]]=\)Ō.MHGS>1ȨhIUK"(`(ac{YZ;\'bETMMh\`+ T+*\緰 z-٢N ohxF1h G?K󍑪>`9{L+Β4ngکhrPRw 'C޵^\7 C{.a9cG8X 8xƫ|87m篗&3z|^!oD]=qNϵOU,ܶGS K^xA|ҩ_WMF}Ͻ1'< aLQz+ YG9jbld6!ޱ&֛:q7F9-/ p:Ј=ud3Y}q@4PPa0R;ɷ1bW<)C3W<YގfJxE#ZfS},fo3^ 1'5CtRg '59B|PQ^jVz{2D(uL/xZ֚a+LQ1WFJ?ɅcLѕ'v=rkN€NL77=2dha6A^(r7Ҏ .D4 bp SZ*TS W?KaZbE>xDun䇔}S#H'EfЇFǜ#dϻaxiGkB$ 7C ^.$vuVM5֮| B䟨QKhh'Yw 葨ҦF ;\q|848^Dv"[tp&a6^=_i"dK $ʬNR9$uUxvw%uZ~o)۳oѕz2tR5]ISʬ?!Ux ;ppې%"`pOӄ\{,>4imYjYuXoBSg%x%vƍ f[CiӃYӶq23\YB sIɳ1) o<$,g+CAj0/Hx: D+Y^7&Նw6 %IɘuW*32SX~mࠍX:2Nuszz;LL-e>wۍ3@oJ2' 1PUk(dPU;NW1ͶҏجcN 9^k>#'Y!zB*۷bB6VJ 81@,xgr6LwTjVMtn|V6}kET]5's=>J Hkz|)- fy o\"xh+do6uʏ~90(1P++!WVJk8S29ǐX4m.3bر6HxF bG@r詉lhN%7*^Po(bs6A a=H%NTl=q`s*ykP/ΊK>Z=x4n8&)tp'@7lE$>ڭW`ɞKNwi`_HdiZ׹R˃F_$͘x "(3P!_xwk53/ԇ4fRf{$-Ep}ֶs'Уetߩmy9yr[)@64H=d%&RLvrP ͊US>[՜R7jQP[4vpZ1*NoLw,d)cgށ%aA]Q" M7_`>7!M~;@3Q$O^&\ [s/6 4Z޿EvJ!bq*D8Y}܋JlJzqb#!3cɀJYh11ceA75:u<xln#3 YZ