go1.18-race-1.18.5-150000.1.25.1 >  A bp9|=v}(/|`}OK=wM6$xڗ [ IybԋLiAqB[$Gk2 񄞙Oݞt0(~t1E|ᨄf1&u{A{|TTiu"hO͋Mm o[4d6'kaEcנ稲=L?4sz0SwOy?"#̈́p>p>r?qd # <&3 Ie     8L(89:AFocGoxHo|IoXoYo\o]o^obocpdqeqfq!lq#uq8vq<zqqqqqqqqCgo1.18-race1.18.5150000.1.25.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.bZsheep57HSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64Hb3936760ffb3d17546f1944e3a833e4800edfaad5a303debc05c28faa4ba77b9crootrootgo1.18-1.18.5-150000.1.25.1.src.rpmgo1.18-racego1.18-race(x86-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.53.0.4-14.6.0-14.0-15.2-14.14.1b@bb@bTbzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@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- 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 trackingsheep57 16594386821.18.5-150000.1.25.11.18.5-150000.1.25.1race_linux_amd64.syso/usr/share/go/1.18/src/runtime/race/-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:25008/SUSE_SLE-15_Update/054d962ae0706dd0ff5a29fc405ceb69-go1.18.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedC nDgo1.181.18.5utf-88579708ee0540f2948ca96beeccef85336a17e3f42f5ae77943c92102f23b619? 7zXZ !t/|] crv(vX0jpniPjMY-_ ^~Tp5[T3nt3o%t{ԙzD&Pzoh˱x b}SIpFޢ`£8+/˞ A8`F@]2HH~Ekn p(R~Ѐ^87e 7rCĹM]ф"-YQnEC~fW1u'wtGԘ5A?qd%϶N"=b|E ϖs& Z !*H׭GiQ'TQK/05QtWJ }LDP~ ˰ ЂV@Z^-GWuЪEs?g*5d;87vܼ<^Ԥ@c>>{Wt=̷擨%Wo9" UdZ t|:'z/c?nkZ$Ut9cO*JGN{B?ͣmJ#eD/!ǐxUv'#v#=Rhj}9kyhb텷s5 #PFcDAJ[T`Ap{|";Lu5O'!+"]u2oRvu6O-fO5>Nb̆~:byEv:LZcܵFP~ӔM#^:K5O._bSmfu Eǟ)XN@8 u'<_KɁTu8{܈pm!}G gG|rj57_as؈ C}j> BŦauPS5 }L"ZXwcAaQCiHr戏{3S{c 3rSygrjD wE.\3ț8Ūph*,(%M鏛(SB|n<1s[ӱHݾbk0q1uw^%Rʐ[s;Zw< +!kl T$j lT:sRdagV5+a""Kz;Ֆ\dur %Rfr+q;#C}XGE\>NzZWE>7ی͒t,l/&18rB?M6 ͈{.uq~ס gdbl1GQW/7,0<(ON,4Lx qS VŭTJ)P\q^zJ~C.KyHHDy uGYy-Ϝ2[_KΧwɞ.G,0G +|VNx " TC]zK}䁎K ; FW_r&P&?ݥ7lQ7ǖh7ſ&4hNx)38ep0ӄEy%S $ Y3`v/ cȆ~u@ C+ ۋ7oL>/h{*+.Q-j&;K >s\YLjEy&i΀.T aSIl5HK)Ed[YnHeۊJB]:;Y6\2eʁ~Sv"Հ~W< f'َH ^^O-,/o ~'&fͣc,~OifGFV {8t +4bu\Ԝ7DXoAbDz+5cҋBч*BDmEf#~ S*y`=u54j̷QQ\{bF%ݤik0Nvҁ2U}Q+~40Qm_'ӍµEus+탯efoe,#A-;k8dv桝EӍ;R㈓lۡ( ciw<”ͭ`NoHKt֢I.p='l6v1Gz|r']T367BP(8/fŗ./祥zx) &GZS=k睼~+Iૅ7ffi %Ӫ Y`nJ+S`}MtYW72解J G߂ToU@*.Äe*,tҼGukn}8+7x)~ 8A39`7ԁ_D,x9CY%lZχ_c~> !GA熄9wiAzlJ۴raظ%U.&6U,z!,ԼĄor21}Ď05W%-7/yگ|\9m&жѸ] i3Db?^&D5~80%-4#k3,[?B#OZ0[ƣaM22 dETzV?^̱6SX'\гH뱘ҺU~%]j2S ÁQښ~={>XEۊ c _AzC?\8u'ϣi ;KM)2K,AhQr3[Ml?k%VnsV06w8u&y ؙ7ZcͿbnGTX+j=v.3 (dd1Ș~jw3>b"{,t& 0)^P:$04nX%ˇ2kF>nlD(QEDø_yJĆes5~Vϼ¡#vL)`p˧J^Nj+rx%bҵ5<ӯ>~e l]IEsノExbc1zCpbG,'2# s.qکŃ3׆_m,̒5/-bz3rE'$ӅY8yGCI cUz% ]dPNiI}0?'?-T< 2ZmAnHa Y ZKԧHTk*ssf|)M2QNثЪa;õ=QC6K9஛ ;rZ҈xM,TrLi/˷ P<lv^8YR =!aJR(xw^'Ns3;"Ulʼ2 !$W,2G#,Qwex&q@JئS<eޣ !@_z9+Τq1ybr7saVX_ XlxuGfjJ^-r{'t&66&xS$h M'eDmiGD6#ǚqW'(Hrv] JA\*6{56r`d-XGtQ+xKIXU]_lfr㈉x\ %R#>dpIЀoo:=Ki}ж\Q- y98NT䟷Oihp6K šѣ[g,O xCuN֌r_*ʩIY 6#cVcMo?I¢QX6,m%kO\22#+/ "- KΘ+MY_q)[-q[4^A2p㣦,P1S@ qj5zJ0“Ka슳 t}yd1۝,%^U!yRKZrgOl񵮯0~H=xUX׾TrH)<(Ξ:8;cCSAL읐] ֧du fWS`ܮ%mPdJ*R-:bOֽGdVUogDo*8hƪaZy:EnZ'f` )b@cQ٣w~x>Vje Zpx }qZc]Fړ 2 Fz%wBeΡLr殕;s^vn|QmX^!x0@RA0p߇;J@:ߒfjT~Ɣ۷afPtE2;puۆZe =؁F"D6PcW+Dw TڟH?@50g3z_j 8@voz_i;v6Oݸ/_Ya'Tڛ9Vk}fv@W)`'nfޟnB,f'qX@0.{Ӻ1"B_8q1ƪB^'`mOB<x77hQc'˜Kv re252ICQlBc꓆'q( h'(uaѯvrEt7EbSzRX+@G%ݜLy=z+Kʄ=ʨ=xү)锘@%2  Ffo"L=f?~8I_Ƕ0ꈪn[#K U :Z6UQˣrits7IgR5ܠ?Jy!]g:Q=[{=箥5ۦoUgchM /cu -_ߦ8m : //%Z/%Nnoy;:&Y"||uwSR|ixǠ) Qt|67O EBRJ؈;2ӔGr@Azg IB|v:/67$iM˛Dp55ב >ST0jZ9q* X nZ5T1/a/w! ߁A6Z$mLզ)$@ȴ g` n7kGY~ٯ=^Pq*l(Оa3l2&LX1v:USSɿF1HFGӜ]VB|[ q#?e̜i)K>󗰴#nJHӪ{Dz6eH'();@Ŏ*fŴjG,kRM m|:b ԖKY[IlfNDݬ#P;yIgr\^X GE6?Tj`.Hݗ9,$iΚ$iu:>j1mX(ɮp@6d:TM+xz5M y[ iWF(kz ḃO>qz(̯9(Tvay@=dO!.øS A{n>N^ HD"0 3& Bat 6y.NRdo*!v'T.R>j,eu +n5-{t6O)$ AѲ1(}Q˸oH;uh3yIl;|j1h[)P[B.:l@j̇Vc/Nji@?_Hj]D.XWf|O./9vWm^x=U7ɟc tZ?)z Zf Vn-f_H%)0AZixZ\ش|uz#DzMyyrⶳ8Gө ^S]>"* d6 vxIAFD_A9F^}N}sJ`*C͚1])9ȋ j)p2tzZkṔLY~#HYco L~]\me?ír 9 #޿rۄ7-f Kٹ 2|0Fw$,5j#P un9luh:d`X޾hr Gdj`2 nWy!ϺϪsDڃ^SV/r~{9G]*9o;1DKb'?ψp9I ܎GO0$EO=Uf1`u9YD-4 PVۆuC8n<~D?1:XlWr!B[oKC7yV?m;S^GuJy&:]պ6<5\.U "Y8⥩0qwe''ᗉ P<=N.0:9`AOm=BۂgdqZci}=dR")g$f ٜ#ޕoD2|8 Z_]+ 󐀔|Zs`~FĔjc24?}>SRR"꘰җ/)#k"*A>i ud._}KAXY&"QDOVDMѕ^@@0ĩ }ϤE{0Ϯq52d¬'񙯊<;F!٬w!n5(p7Ճs&g.B@a agȌqpCDTFW(WĂPV⛵"ºCyNɎ@nybTJ?8:Jg?1a>4J*ABқ/RpRIi=k[[b!wj,Bg46͌lIi(\^~pg^rhtڞʤ5މ Gáǖεeh/9&0ڂC;Jcu(s%_$SIG^;}ƾKTpIas e 9WO1go}bk)MWQvZ`VEDUTƞZt|][u fɪM{MEkwbۄdm77e yکMeфI\QU]DC ~=iFur%RMs Ix|گ.]DibE$ Bܠ& G S[,l-LǯXV_ :4&+uI­m#7gѳE8sKӘ^yVtC7Y[":⍆ 2zb%'L[@Ī>[V+l$ `Saej+u (H]هC}^nD-%:UoktH>O(a}ʌwЌYifbc gzbj_W$j^(STpmgǟMǫeip%<ϔ* ]7b iL,Ij‹|$[kx"h,b艪G@ .\eL@I'%2xd.jɕݻMYD%HȽZj[R]ݼ3u5 AxAH!kp9[C2E;y˲\`]JKi4S?:<>3z?ŽQNpChs[kX`w0(L[YA[Sy/Bs(ƵCP=/IҲt?5=*yuŸ.NuX3꧜(n*տJhهIώ=U΅x|&TCqS;xK_!u{<;L[`Jhwf# m ƞ ވb=YӪiyejh}Y/xC-{$}X$W0|bOo dU&rT*"lʁB/5\?a7?Xg3v /+c@=f ʙYjHi pj*I&)oׂB0O)ͅ+<>v/"g[+b@`+вjcddp(S{ܜA2;lw;/uPL]Ak4jD&iZq_Aj):(љ z_xO;$=+cQ^K|g4d3Iπ|,tM2V$*5*C22o:85*OPB \I7N7:E2U3Ɠѯ~4|}$fOӹw|ĉBU͙ѿ*dikV./UU߲<5ѺWaw!J|kY#7~#\i?sL=\w(z0Z)Ƴ ,z'"-7gڸ(Hi4cHTIH B_͑NcփJNnշQ!fwOt`̓O0ž˽>CL gy26 78~#YQOFUvjsON?zc"*KgWNcڤQ?;HƢQgijV RVv'YSwyn[gJ(=E; R.!$&g>55,/G.r_ݡ|C3K҄^XB-߶G b< :jKϲ$%v߄1f^;4qJ&x/ŰqlՖc!pq mNى)M2Iso戜Q7lnT!Ymp@/o ؠlF5ݟ.:kiZ]MēEa\Thn|̛o<m=9tCڡEMX6Ǎc?p iϟ;Ub54*k;`R IN=Ǵ7S N+|hx-KdcCiGWs. d(Nm:HO;ě|Frt()W"r؅/u_:?V@_u]<b|$^\>EQ-( ]ģp$!#N[}N*Gtǂ2%c4I>4N~>V)1X(8؛S 7ZTE(e|Xl:zxV#0/h3ŠknӉ̍Oࢨ_z̺h7\ʜ1?|]Brk+{muk(w5+W'nv &\7uqcVw~*vpֆ} 4W(~6.ɷ8tV!þފcLD}x uNH1o*l _7; *&DVxs1 V` j(y~vXԑWvYym%VIej }T\WjeoX4>19v1_\vDcA@Sߑ^F׳K.,F8MvH:A^Tstfd`l*_ME݀EI&*k{PDo#̭P~z?\;e{6O!˾8Kk_ٔ7 h⩱݌N+1zo]K滕PcSKlċ_M@+|1v_0nk}&ޠI߈gb@(OG]*ѧMGmP^$dldVY5 +ԛSJ쑒4_A9[u0ܵ%HJ^FbdJ?NaW;N`\!&XD㴠g\3yjDYc+ѝlAq1SҬo=YZ+lr9~e, TǃD~:̥+o3L$JЦhJEVHa~iZbJ8% TR`c]Wty+,Ȼ;PzfQw)A8`4(MeY LR/Dt꼐zZ]1(Ȏq=4;撨RbݣuLiaB4[.?AV/ 6.L+f+3fL2D?͑U{<1OőߛZ'9ht܃rTJ%8kް4Qxe|ڕy`,CgDmsBݥ0ďǖRUh|ham%õ,{A}dHq{]fsz޲axhB3*D}?DZRA!,,Q >y"m?\_n4&P1|7>S|V喕xGP%VLrr¨Q5(B¢1+ƒ }_$< K+9)lE|9'Ⳕ-ZTf[@ciXnQfo!"k.y^JϊXpX2~VmZG溵f[d x]ϜL(^NGA?{6g(2 y'en-N>hx:$Qz]2 2-G5LC9S.D#GХ\CEqM4Sۯ ucDүT2?A+՚pѺY7K+Kf3Fef`TQ j`tؠ-rؔǰ]ǑX}iaӟЦ$<όbTؠW(k,2i:v\x-l%9L5,{Pъ?μ401ϑ?(aw:T͈q8F! ox.DCi\Y0 nusX\}C:.;ELltY\Z9«=RKo~.d'SZ)6'[,m@|{b{A3ϐO^pޗ{,!d h(]b3SIG0Ո=C_ Lm@@!0 j)GjƈXPmiAχOH汢sww`$&s[5i@T~3T8|WBX>8t[w nt94GB+r^;JkU=8{6${x¨)c- ֧ܒG0TτƸxx:”ZaP?$|KHe4t ⡹ 4Ui3I l-ENߡBp6?a-PW쀯PCPfKF^'xyʸpiWm!<EWX7>˘ٴځ%^GDź!@N g>zDE*!':;|%vA-o(9: vBOl4b 54lRo ZSMP0|wPfOүne oX )ჵxΖR2`5C<ţ &P:{C%qzQ`E#K bUjvA6{.P|q3\iTE;vQD`z§Aд gvt ]CܕS$sx檝~M؃F4՟rwR/[3프6۪YL^:Ϡ]?몪sK )Ư] xS[iRQ-gW u3`¾)gCh՝ߍCLN#'ۓK /Rc312kMiV,&e`x ;S?|osqx`˨ZH./D1#j+^ZD X2B -OR,"|d6#n\Ph 5C3t6l[!6pJ{TxdpsJ+#,43cX gݚ{cta!k{3M,ѧk/%X.ߟ[CĝAS 䢲yDS4"7ޤ{PT$'Q6KrƢk(- P@?pH}/Eo=6[]*Ft[MK_|AaA{ Y;w;$f4VET#ESiCCTxKYڜ/n\ƌUzyڟz@h_C}6;GE1op 0ES/JXAN T/D}Tʷh4s9]Ůl:v\4*K|k<9zr|K81d7P~ f cD)ϘqB3 {rBl5N: kcΚx5om->ko%;U-T+-˓:D4[?>Q[hXZt Uӳ6#Ss@%%ʼ3zZsg=_im ew强s 8_5,P$+Tۨ{zt;z)N3dYdqr٨Cħ數{Q~Q*۔s(5MnP"x'WS/,Ssh;~sPOj ;_FN[ҊBg*UӂO'|M3Ig?|>gGx ;b|?M?a0eo4A ; rȯTn 98I1]cA F#U6- xHJ?df,3HqTHb9- S$2Rs+&QBS`]T4^%S.k?(1w8dKU{:348~BDh1O\ihdRKk+.Fa 운uy[75cd%J: LE4323p"r]ugwGy=6#mg6UJ #ߐgq w$:ב5(si5+U$.ZG$%:OqcVUS)Aﵴ*6>,oқ1[xOeXuFĊŵLk+@g6UVQ FDN{a;[LȃchKVTYvS@Eh>#{=>kLIPQV>3o;q6*Btȸ5IrQ:C 5WRͱ zyau*B &Saqpl6 ҕuND= :i[b ]5\O~_#4̾ T"/NTNF[ǛM9*|@l̓I2c', 6 y J3Ta&~U'cTW89?_m3<5-0v2?cdy¼"s[%0gb:̦5V΂D!6ZB rhpR/kvMS;1kΘ${87CEM:7R]u[%p!k.^5ֈ$/3YYeHQD,>Ygwڕ ̧ Ŝm.z(}uF?p_ k5!Ok5E}ʠ-s=Nj=Y0D)+@/vF>) yȟr_]&DlznX}>$ތ֝Rp]Ӫ}L(MlD Ž*OmC= `yEa/x1/G/6 +6?ӗPO>G?N -j "a웻^3 E(8:m'$p`XRs9b5ਅPTfeᎭLPCVl%(sx^ Y/ 'c.߸BƖw+Gmga9$MʈO[t˗e=)>1^4Ԋn&q dqD+M N;?\ML $<7Fdytٸ޲(18&;XX+-%5jpJMfЕ{ё@o`]LrQ[lt1ԭRAU]vhԤ{E`((,OO7O^!lxBegOBc&j ;r`SJjCUOEc"9Yk\٠M/hmJЭp`3awy  ?Jb0+\vB=@;R?:qFr]\֥"Ae05-)Ob}|z˛pϽbFۀOկ?.hh{7\?SsCe _7d%nǫNOrJW;POR $5Z1ZS`)3H]`#AXઑDC:=SHBLA=cj/?ن8_pʚSjyH}-ZƎ#?XH#5dيI("~^)N. .*W"q[7%j"Odt`*Z e|kznZae]A]{$$BK~kv D d0õ<3}NxPf8P4mSRw(@3l/GV` i0r:?! uK]% )Kilw~ڡ)T 6t,~ |q8}2qK"mE.ⴼiO:0t[pAJ*n|'@xϩqk4B蕊"b[B]~\3ZLǰJwoqH;M_U0s b5\0$ 'CƕlҮCSKԦp@U,,mޫ-'DwnDksBH=RԸls-#xЧt*1\5Cs3 d,Y]FVD:bb w=XOuYq;ې`>m&&U7jv[)~4$Dqȟ*zM#>OxV=!u%><ׄU#`6,څy$ D Q 0/iIUmzzXZPZmPy~2@]q%IְPwsѸ_(Ug>p]%M. 3|o/Pe#VNy|0s!^TΖU6B)  ]ti>Y4,#<{LojwF xC&g, D-/3%}]=KPhm_:?GRUIKW hϕHp IS!PTļ.uԹ{h+?V0xЋ֢ Kqx֡&-\ v&Ȗ^\M{DZ)wʼOH&TQFa6%ʛQ'[3ts^dzvE.&C TZcT)Yp[H)?<`zEp~= tBCf„xpYiyX6^Ӫ5/3?C G2z.Ðf#?D3wqEJf U0Vad] <-pVvG*bZ'OUئ#)P3tb` ަ,ƹ] 2X;Hd 0ݥ~CJBBAЉ1iNa9iΓUL'zBuVEze|f_DD]Ǩf| ET+[ j)0Jk} A&XjsKֳ3_YkZVZ7PmIWVhQW2Ea 7*i_!  4áaE;o7`r7W<rU g}VݣAIEX)bm27T/( k{~ 07Pxt{j](cugXUOMw%֎h M]*iBiu̟~7}ǯ{ЄڜTܢ=\TH}>r*OU %I9>P&iDvgXNjf'&x^FیM٘ґ6V(B6Icw>8,ߣh.ٻ{S.pe+ (7P6ʵf2Pa5`vgyH{iX!dk';Q~16E]^|81^ 0w'_M$[|Ka;uxװg$"A~"^_BĊ^a-n&4N[g8y/7Z-BL&5:zC N.VOCkXCJٸqx.E83*S;UpL-F֥oY0^X׹kg@P ~:,ڸwdøc_gӽ+"k )ô98[/l8=;.lLG H'99>ya&B'c#J jRa6s/a2fui>^<,Y,6e7*w+j{w3b$?1/3]pӆ;P>o[h[D68c׎Ny͇=ǂSNy)8JX/r_vᶗWJ}_DfPbuE} Z| K$yf! ji1`vV9Y^2au^Q{7iL\Z21# $U>#Gu;>XM|m_DdM- [ _b XL( &WƏRdG;α~JsWUǥLD,iŖ}إrdVO o?6-"/Ъ4e&Dv篹QKo&2,|!E%$)HO+s*/Q *HcRWd$6&~5s3>ۢ-/t ThHUe+"|ëfft֗aǡ_ ٢q6;r aϑi$2# T <1z!=ʼ)Ѝ `$CeamGSn3G~k~ܲ*㳯Q ~ CJ1 29]hl[A,grǏU!1z3ˤlrQdf'k ݅G6YSY ,heE/SFMWj7-<\)_ KtL;ŏhz^tr]b*4B2= 1.X٘ё~587#cg8VdEN<}EރV 5z%;u_tf<ȕi^!;E5MhJކ#"9_3Ra \"v9&HJܲZxkW׽fS+ݝ Ƽ}wnZQ"Q!  ͖3hi0b8[F _@ x)t>z"upE@c:%FO͂[P_GJX?iRLRJYcl5.:58tr"Su mI"!cjwC_9lOI {)bxe8?Q.S$Q,9ZH% lxēF(p^p"AS@^j۠ƶƾd$fLl+U}s1 Uxnzjg&*-!SMm pվWxf."UXj4$wkZ(` 0eE1|k[3yUmW=]/2lЋ.r4$r웳`ܔd:H*^e`EpʂoO\͗/c].OEOκIƂ_dB忡+q7EKo]uOE7=G:Ld@YMG5q!l77 @HogJWpz,9k}%rVÖ̐ Gx\&bYGmi<ף\"5ZȣqNhB'U3I-oA^^6Z+f$76@HUgj7B\s^yYyg . JjoKdW(%~YHwz|IV0nM ^тp";k=dl1I9d`8hб{.sDGc+suQoa ĜU1;T@*ӫE+oI= ObŶ51upit|wMY'6_QIpSkf08^\ 1ENjzu"3.WsS- $+I%,Ѷ5vS.-\k[,I8ne\Bgn27$.y_0.cXYw1@v48S򈔥0]щ@D'`}cb[͙,쨶|i:Н,DFnD:s22GqTk)1DhGe:ChTg*$E)r@#cGtZ-h(W4zY/ m+h*&j4 TMR%@?D22K"E\N5Uw~@K͜Rd +@~dF뒪"lٯ(cW0A"/wf9~Nz =KBrb7ZXWi|BPN%Z}fᡉ!؋n&M;5N-=WK#[-Fixf;Q,(₺gS+}/l?s\I"u`+iZtԹ /m!ؒ%xS=S!yl QƘ<Ҍ"f5ϟ;Z}ȇv]2(p{sY\2ݒ (/^^Q~_ZХW`&Qտeݽk܇.,?[z v0Com׵Drv ȌI=ٓyw o3\A KT8/7%Yp||j;bʸ5x&JhOSRa0.9NR\fZ=wgLM䱃}ZZ1.Td&UȮkQHo-mU@ `K)i&"`yo+]ss^#&$ M2ƾ1qFՎC{MNu;m!ɵ.&kg~$K%lp=rwj+/U*Pe!#k=2e4p I_w2$Ү,! 5/ ? U rl'"9%T8/^HpVxiH,"c7E N[N5k!rGpڎMӥ|F M*QQ~K{P0vP_waߟwBwLVX0Sު8dV]_51q +Tu>IK)Q锋N?Z8Y:{Mh W~iOP?/kL |. ̨uՕv 4V8W& hTޫ:;{}/ؒ`id:QB<cM|&ݹ^Ϲ:_I-ޒh,BÉ3̻[|s7,v-CaFgÞjbZՐs ލ,0`/YciZyWRGJ AkOh_)@a1-MgJ8!-k]cat(j3a"b/|Dz VDĕ"cg T7y9plѠ$nukU/eb)c tˍc ou7=+=앓ED,޶#ό\%$@`Ӊ^n7zbdV$gİE6 3쵫܋g-Ͱ7B1F$Hµ tM/1,yBhbM1XkA"mzJs2bg:HI 4bZfoh)qhGrL9KFɅ» g$-$dDo(L< v:,IΞ Il"VI*W؟CH9y>UV'_e ǙsSI]ʭr;'HURGkLگI+-sIvѱnҦү/޲oxG O-GpLb}H~<SNDb89!6I3qȗG~yNKQbLoʨ%»a _z[d|hKMF)!~āQz1 e~3)wxM!Fe,o'l2ppgW t>bL( 3)mBȄ]i~-j<ڏ#/O @׏(>x>hϊAOՏ z7)&4Nk_yzȤ7ا}*hGOr,L%ɘ t aZvLޑ‘,wG}X!dDS;khDE3楫Qk@;d-uTP $;)(e~BS#o3UhH|O?ĸ*h%hdS#+g6嚶7iz"QRYj#4X!􇝙-+Y'odC?O&h! 6;'_f0_kiBsT#557-k)@FJ7i~78xj5ưM%#2̆ AG#اAq;iDT⃀h.3 p.q 0i tcpRDQMMXksP0U\VȕIzu^tUoZ HmX';[ ơ\(kfnnb 9Lb^@V;` ͨNJ>B93"ɸzD 07ٱqfQuuQ4; vl26AnSW> ]ϰx[m *O>0F 0Y,)؋Bm; B:(XˬI?vD~7Z>Cm1Q|P^>XfY@sm}PK};Q _djr$gIB3o?]L/i)sWeV֏ӚT4B1:,nϵVE3'ίHƿ{};c̡D+͎3Q0&Nm,䯞*Im6aB_zAnrZZ!q3?k0oz@~0o\MϏ4[|,rݱNu͢CiznIAfL'/ލHx/8f{u<݁87]Pqŭ5NdBdݿ=d]^0/Y'($O;jrSPI01:K (M88cf5;Vvcr ;2PweK`ޝ.#+۹q_3!GY3 S,Y2Brs,&R` ?{?@uy8xN&\Q7۲ua5a*8ݡ^8WU87N'4M@۸p (%ycMpqA7ݺ%ȴJ]e`f.m;P;sъ1/?G quh!`WᚧRD)IHoZD>+7.Hx_;"oi[tP6hukwL CfvZ9\NFIJPo,x \G_,sN݄N1)?e #aH#Ų}o>{j#WM+I~>ՉS{g9%N<k"<:@HnZp!#Ud_ ԷP,G%(/sÕ>tyUߠ͂MD@tz=+Y3=)ŻR "b;STJ@C)$xJF-%`hk1H-4Oc"8AYi*f2,^cxLB7<㧦2>F YjPl3['|m⧀vJ>cT~Kywвb$|0_'yB=V{Qqw\yh_DԤC<Nj5uN> `Z:C+'t_sXKۥ|^J2ڜh/~gI2zR=3KVԟGdBdښ{ 9k>[|3:[!ldfY:sfE>UZm izD$-R%.rxڇ<uiy)>4Lf [Z$y{h)^nyzK`"zTU󏨆1u ֿh&Yj8[Bp *ħ~zN$~j^P,8g۝WW/V;TS <)j:(i+j}l58ϧ@9#hrrc)2ݑ=~7dtW}1R]HC>z<$RfAbG:Uahl, ֲL#-xV@>;ڸcb1^Y.">aLI0vBt}_&JmQRct>*iӁ.<ԞR1XL5N,2:w*ԭ9#`{5~cJyemcZXN X5Q~@]$W!~ŽwC+IHaC/KG,_8 ΣvgT0j^n`0fyn`0{~'ve15{E=Om$lh$"M7.ӑ%~HZ<$р?T(|VX*7o~$['ܧ yH?o\T"rwqF좷6;1cڊwAGpkGJ_`,3-VϪٍDi">cRDI|S^+)GgyS1P2NrHYY45`w2 ң^nc;.ᮤŔW֤fd|x) k/,z(l#f)|sgN R}5񪛞S[X'tXq ԇ=ʁ,Arߢ"9$X%7wT(WZ4lAQoMtI^3q} kSe$NOFJI8@xC[z"7ؑbߜk4Gjj]_:6[t6p\AcR/uR#+=;(yq?z!A#F`I ^_Z49|mƌ8gt;&:EQ*6hJ,_30Z+3=Ģ;.VϮwVnշxM.x z3MQW:rAIfaJ=\+n5\t_ŏްL-ϻqr|QB1JOp~e̲K"t+: TUwW&0)gk g3zUK]a@]wB QO:XiBdFJPBK;s8cu^CbtS >'p=),$N@ lf M]Tּ2GUž0,VM"AU9&*S3oJ;F8i؛3W|L[Gg2X/+98O WM7!Z|zyYbCt96_$qyJJr_i3N-MSPkC4o=,)Ɉxz(Pa`>3.zZ3,zwTaТ~7laH8 &,ݕnq# 9^Da>. @ D,/:=%Q'tl]D2>L5U,5Q_D;qcTKC=Al+uk*ga Sj5+tx֨G x$Ě!,^3||*x99ăAۏAH=ӥG/H^Iov.ޒCJz,?4mpkGh,%j7j7UZ/6[:-peýnL;祱4&Iw_JڃIz>|M-#gVބP /|80JT^=9\|:%\+A vڏ@EaЯPTt=A;tzLXЀȫ몉BN< 2Vfj3h^j`߿#noH\I~K(~[Adoxw-3 6aU195* z"G|~Ɓ- S)OsM68AeU7b.,{71q(\Bg{s?rׄ]={U[ nv5@+vԌm^C gp{]'5s϶b5>lkÈx9qi =NAb* z;s&Au-z se t]e&7Cq :&rlƍ#<DŽc("Hd5L8FC[{ ɦoZW6[B ~!aܴ^%ZD[7N-lv0-Ǘ}!~Y5~Z:v/z|.l?NN?TNWS7@c;goo@@2-4I'myH+ 7̓Al0+% RCP$ *:ڌ" ;hX, u8?1 $nw:!RdQF/R"z=X@&{x)jP~VNKV#]LmiTv X~aFdT7S$_dq'NcK"ۈߦ5BU>p.8[NXbg|"XRFޑ~CD[ޣbr! 'a V{XLbt%Au٤' |XK_ٕmފtz%AB'ޜ5D{1IڒPgvh72{,xV4ќg,?N;Tik|TR63+7#ڸ+d|̆Ĺhf,¸MSgz*mV~@Kݦivr=M Ve v/@-XԘNqMT\4hbeO q"}a jk{`o~>W `qob2 "[ x *0Y)cSFn!t8txy->1cfCo?tZF|xEgOTB4gr? @%)[# nAfGq(zrHZ8 YoIrdjKmeTo(4 HR*JN'I^9lK \<.G.l<1I<ͤ.m!w_:;v #Ʈ.`^Sxq$#7v13{OZ_ir8u>~)MUDaAbȾa '5𠈐hEf^QҾ3ҩۓ,$VN#[q(|析r 0tC{F@]o{#Qaa i~ #9 [g.σ{U-.m3bh=8o7.KJX#L޴ e4' +Ͻ"BSncbM6g2h\bXWIn9>+bF3T;p[w-Q!NuxxNwģ!]a{ *;aʊ5<"ut`[ DPǐ8&6_9]t-~ZFUhW:(l7Ƚ߶E RHKn0x-#aM"<cJaڮpՓI"\lfp:/SU|[Ɏ˭8!n(.Q5.C3w:E$5bߙ+P6L ]jH2vHn,EDk# p׻\݄b0@iOX伫5$%a2<7VЂttPu'8B%m{3I$_ji!)&Ȋ~S`qo:wA}No3I2P݄ Vcqc=\f ym087n;zϬhUSJPvT{ɾ~Was^D/uy_"hD .vRo^i7z.A\RV!@m4)fw! ~ſsFScU`%̌NE \+P0yL~}LOy,sp0BfEF5+x`CS;_^]T6{A*r6{ĺt*B687o0|Y1ekKqygm Xej"8Du%%O- 8!GKٽEk9vga 8BB]l}$;-Gr!/{5))xvTJ*ˢ vN=Gr,6x`J46M+ $ռ ZdW0SV8vQQeV}e\W$ꂟcߥh[tvGnuEᲅF)㫬ϴL{&Q+߂ O$#H4tl Nl>Y 4CMT%*BG;KNbBF{$yץؑ`FSyH 3U[qh5\ԀGh ->>﹚ 7؋Ɔ _GA}x.cT}^ Cd /ͣ9](E> Y> c= Ďv--fːfN{0#_ZIk<"%:8}qYw|'U<ՇQJ4+ { ϚTQ;Ƹx`-#2SWG*^G"7S{!VRb/~1DIfRd`^"Un1N/,oaiHX! A^w y{1%o]_[@H<]V~TˡGf ҵUĜղ?B0%  _]sÇVT"A (hE}ne(k_z4邾~gFv'Xh<1j!)K-u\*EUaou rWEg khMK} wNrm$Z0E2#:7VU  !LA^sr@#OVP!̦V@B .?qZTL M (Fqč4uw'w9Uy^u㰊Lvy6t?B=jkoBG*$`bj6=aFpsl5a(s@`h)0c=o/g&F48EgW֖_Ǖ P"$kGǰ̖dPBvE/%ϟHg-n P^Š8] 7VXl#v;`=onR6t9)6eL37'z ް^DЇx`8"oBNek,#{Lb TAqwҘx:o PEtxh9*<( 4њs~࿞]/N1)cP@hRMEOX]wX4n J9 cF\Ffh7\[{ +nce`8Bְ/ApeEklȳ˷ڍuvf$*D]P*Ĉfb) y7qǿ`gF إߠJPƧɉF.b~j^S,W-:'c|;渞psXOH5nalfKfM[ o ,6BfkIhn~S衻h⎮lG=Y[21lVV,Db`Օ?8 'yjB|luН]l)&V zɂBۼkaݒ]ͣD?6=7yzvcE#Vd b6'GqA& j33dLǧq}L% 8ؼ`7XI2׹oۮ\|V3˻p lj/4׉fg L3r? QUq)[N9be0!]e4Ʒ\_^( )׌AmK_D7&]I*u#"E‚M/nNYdi#@SPN*/ƚ-]'6  pije!CZS$Lbweo1@$Pmc? D+)ގMHӔ98 $!t9s5vˁcS2<\^3{*FLE-e^OpRt#Ib0,aͷ!E8ryu}{' @/SrA.;b?4n{:p_ejs_#Pr".N֡ `*ΣIx(V8y"v~=,X< 7H@eQAd*vӔmG*@pJgK3 .B]`R M3Baߠ-8"q2ضZ^ץ8l `dGk-;uֲ-JT-14˜,:3ݧD%Rk5K4 @?QXo" Մ䢜=2;I\vɘ=vc8`èe>/5 j}unFC9ҬKV㸒Y!CQ31‰#J|+d9,գ49%ʷvE%q w=eܕz*VCRQ g1`^;IeˀdK"+A ̜}SOF0E{Iui[ ޹w 12rwC+gfjOaTT꣮mW$Bm Y`hnLs"]򻄡<]t#(*]\n{L"Йe$\܈v(9 {iݵ4WD՘7wlŖroʉ*v^b/ ĒIO[=:g[v~$=,;pkADnOӰ 1k|`֠rn6jMuA*G2#jUaywEw E;cOgdbNt?!qm*i) aQdž,3208;`K4C0"0إJQ5 * _p̛S)ǝ}jn@*o#%NT"t@gڣI*^Z A>8,jeHT}#&L]@8iWYM-@[-I !Dd'{My0~C$4@\`,,e %i/^ !]eLJ鶔 JkNӿ[1 L(!4FFfL1pn_'\ǹl36j j㙉]V˥'M[RTa=2OA@{ZbnA ~Ϩ^\087//T/zbB HSk2.G-Qz|9̳6ɥ0+3;k#i~RYt3%فHH0w=>8SzFb٪0;~pD'r lѺx4645= 4)wק ]o›}o85ܽ~K3e*HrbF1Н"&UezGxisk"#d-RmU<{~ͿݹaLmp͜nߔ39T;i6tW`w/ tn aCk޳~AYl?EjIpyxjQxl-ys ik rsЯ#RZБw{ i'O] 65B1 Iʸu(+JBT!ΦW DzzH)f72.kdAŮDLbQP{ 1j~tpH1'̒9O'upى*z f+o7L*>QrN4HTK}LCZ%n)اm ´Xti\%jU힖ii( ]UN8{ꆰy=MCx(2[,n)y8Vʵ qbW@ R|o"Z(l17R7s pϰ-&?:) u2o:%Qv B3$3 ?Wp A)5TZPrNnaD?'Sc{םP@r-p4|EG.]MqॊjiPuL Icdw;f)x!x P'voR^K9Hlmn6¦Km/Ĕ3Ar::YaQ 0dDVY^'wZ6BqE&%<+?]b3x }_.Wtj˳j]zzm^AC;hWwv մl}bksp'MЄvuUqQk}c8Pj{A!Rz<⶷1J3]c:'Vսu"iFVFxeܖܫH8ΏҎ )wUugz\dHjU4N 0q}$ɤ5mU7L&$?uIh?' #;4dtK.$DXEExLW&\SںSY-'2%^5E~>bi3Y575hJfǎ"y)$rFq07SFע `>xתwbPyE٨!V_nL̵՛h;5 kÍnـ|L->sS*8+P(y|&8,c1j!@?mFZ=Xz]Xɨ6 5sTW ݫfAo¸ A+d5<%'혃YF ;{SpӾSŜEQ %LIf81PaXg x=TF(GƠ|EU ݽ ^b=^8bQbwg~p}o z-Ӱѣ=ۖUOt-\`H-BHd9<8~E,7&TwK /"&>ULBo^h!,Uqnj[ b"Z]+8@4Qm%M2S52ArI 31ݞ{hxmn9" XfBl9Z]{/nunDՈ<5 <`-mI LB9SyT[zQ<[k$+i+? ~*.PפcMo3g):")Q#RlnSȗ &ج|IdJx2کc !6ӿ7^u 3p]S!E]~]Fu.Nj#]_G~)Uz l7nCz™\Mںț'*du}()g ->-'mtc MnyLsb"oL#έ[8L\tb*`۰)3j״G̺`*٨.TMs!8X8l;a{р"Hi (F9zH}:>pk/\uhL ‰ڶ'd XVk\'<>ֿ<c<å Nl4a͘ ] H}jo%.׽ݕѩOkBN ӬdmmwR'+E,7}w9H=s`ʓHNߝ,I+lHk0u7ei)[8(ǷFE ~j)嫼-AbTz9y0 Cf_v '~`Fa&<,)40O;j@'wfh e@~ᬅ9rD%u6 ԰_cP33|~?l4 w" ޵o.)Tʷ5, ƻuQ1R8# 2V^Ĕ4I̜9$`7r_(ṛ(',n[9xQ )Ԟ1LVY=NwH;Pe5 B;BT@xPl֒^m"tmlfq i~uc5/,5CxGq[{һ9ƥLJר 2Z|H[N5#v7TBIXB mN;^m9Ja7i||Ԥ#4M7/_vd:Gmq-2vQ= ՖFzǭe_43G5i-W@t.c5V/b 7 -_F@MC'TstM9ITn}@F"uF @ĽHx/<OdtiYJy|}?]uQowXYV؜3k,Gu[JDD?Rd~ :IL> 2ke4s%: 7M VK8.?Z)ҏY)4eDDV .Y l$,]O&c8m9&o`ڐ&iqO۠xZe%OHWX'{53#ް.<1*Bp&I+~|+_f(l"b24kbi0 s#^L<`]T\~lQ(~]n[muܿs1Y(?_a!׬7Ep(*,qtPww} JR=zQW{j2-sgx6i}F8ѓgv4u.!cdً7p"Y;qV,r&if[L+/aX\x/Pe>8&њG+DY dZ"NW;Tv$VvRH}&'%BO #×s5.9I`bpxYؓ۳qsxE )u,;)4`Seo9C)d|qªP}G) nVO=Au{ $ݡNJ_WgX*JP$#vPP"UG8!8\Vyh~=WM5syp,Л^E8MC^l}b^vkD},՚qy#%{v1#\C&b 3S3;ABeCۮOCR-:iJ1llWǷ^%{L+A|c'gvg?FI``SGI.+ kFZB5;7}}tz `fʸ"haQ৷Y0p #4RJXF u,~2hfv} WB!̘>x8; ܠsvxsRu\Md[d lgx #"ڑ{R_xM-0KumE/,Z>`[;dlt[?׆RiJ*6$d7'O_W`~P5t}C-jdrEڙ#A u-J%hUܟ$H^_%:M_\{}r"ܓZr_$QۦwcR;j#i' ;wV,^u9fȊE=p)jޮS`^4W$FK9mw7s7rgIZ$c}@ OM*͠{og5 i&qr@|XHÄ͝lfΠV@{)ڣXmxo왨Ԅ1h~.S$*Eu?GHryz>{j s ܻej r"} pJA6P/yy*{5a .郎ԣa L)i; ݒ4@yezDNV$+#yq01S:úsLFnuEƀxB9RgX}A*$~KMoRqTOLs4q&O蚧sd;-9 hC]]Usl8_Z#AUVZ |Pˉ1g! 7Ѣ Zc=Nt)SycN:Nmjâ@$XO3E; WyZ0>,q ;VDW3kU ۨ4,sxf+AFOvdPyWكBWlVB@ww$j}C; -96*Uf ڽP \˯lab5<^><뗉t'p]o%rLy"O, Xp4'fR"u-kԵ\w,v #0py*ڭxXZݷN =(fbrOTsn-&Hhyշ&n0gdOɬ(5~,Y)m\it_~|RwHkT%r[}9o?0!Y8c vˆm"FalݮoIj_]~'̞R^mħZw%MiBqVr24qXV LOA?ʵBujNauf yk^GM'ݐ/12%zl <%v& u=d5 =9A[I?zL P.Lu(S º G'RH"x#i(f (dxP5͜ alrQf1Ο/';G k9lmƱ FYDn k"t,UX渤**H hD@-ČojO{\ABdw#K%]S첐N;bRn %7:,G$89 I  j0KdD#,͂f'"SQKE>=-Tw^7&&%KEijG((E-L o:lGxy$CU:*sPVr?xIJF;&]jϡPhoI%[eNBl:N,cFt!` \T*Xgpc2Q'xrx elA8^]!h4çm ûr4NQ<=VQr%s8Y M$*Y⵼C!AH. o$J/jn}) 5Y4P2DW`bHd1]tLuf QIVXɌy:P6Du0Hw}u0ozF%;Vjt/OzK⮥r\V"o9=Y~rɕ%kNg/u%W/F2:S,hԄxw)oiv1Ze]1]~@,l‹-fyn$7%F});ˁ ^uGVK&"k~(3P|i,;>U7A+< ,d(ؗSy@oY9 d|G>N$ i}AyyPM|}G;IԴR̋ X烮֡:4w,n0gH8_pD dUe :y'߅y/K87V;rnU㞤ǸigEq?e;D;]4,y t6v-3ң 4l}eDq[K6>*G%DG{тDGLjq.1)]EOB>|pes̯QˉP{+&cѰbޱ}wʏM^ ԇǩ8p!qXge26VC?W+5`.Bp-Vkdǔ!?! Mq1aV3M Of16IW-ӤS k(qsV 3xE+BIR.E~ 7uqSm8EMu1U'LPNնTӨ hI.wk(Ln:>z^k.Do`VcUR?d z!I#V%S~izOxToIϐw/\QU0pI=B- 0uv to} ^bV$7o\vd$'csx "mKqbr8m$ w+;b< 10M8ƿp5 i[V3 v^`ϸJ$ qCK@n4=F?{%T?Xp=7KXhڮ"=:/@ld-hس_4I#DkG0r,y;zȤfC7J!nc7C9[_vpMѨYdz@얉XpEuR55x@Jt5>\*1pۡK^'|. Wldax!nb;]+&1 CpU7hvc zDMiWi q*. ;常$sGMB9 q.0/p+)#w9;CDue8R-V+5Hh>?o=KiB*d񹓲}vx<-oa#q HYT1_#9f<Ԗn.Ƴ\PgAl(̇*{ |p4B٦cg͖|Ęr|TfUlz $j BU~_hdؓ::@,1PlX f\ndG1Wn9>V6 fcg&5'er3.M)MvhT׀5'ꪘ <'S!k \~_B Yysdp v;(3WS.feq'H7\FYjUFγ&±'DD8yǪ^[o ex*Ր3zR_̿&mx Y8VGwRZG]̬uM-ER®aN)%?%WV- X`j*_Q,S$6|LI_[{@p37tM jE2+5*cԧ$0]?!qwy $hn^.7-gM3ro!o'* 9|2w۷"`wInxd F]e|Ab,V:&#՗ސ\71]JUiML&/e )}Ƀ18Ér\4Jc~{1]"ǷcfE6 f:f4|mf/?lue.8Cϰ$$ɥ+[َ2툗yx6"_di"R-MఒRs'(d%4:jx"y*f#2?9ПI?4p9C@)lD!Is%H?6SD#2߁5v@g,t(=?F+7&(:nm'{Yc`1sw`f7tYC_%c/5P /7#NB?~1-cuOMjˌc޿^ľ)[njYACj1̂R D-1w33$zDkiʻ|%}W AμB*l/Nuҏ>HYN d5CۆK 9~GqqZB&{<@]xfAHswd M?+|׷yGMӞ<ڂ2zV j. Rs7$r(ԩW/{Q&Q ~MBl=ŢpQyl ]lJ+/8$E%vg J҇"KI` ==Ց{ [,v4Z} vbᥚrSuԸD@a-^BKW`PUEt;g~ >حr1}KU+kHu%їΑPħ p5l΋`gDUdqBnA,紋=!e|V7tANBJtC`$,$Má!l~jpڳ&W)ߠ8E}Gq GL!KXCbNWo>wg'NzM|$3uSw2h9ls? ,|$g ƶuZfiT<:M.oNd);ӾU23QL7(%w. ,ԽQ+eU\ ;D2:]RyP|p Ԥ#ÜV"m?Zg|ɭ.GXO|~qJ*: ˜yO$nu m[C9sϢE2ֺNI\qs{b 5ӂT\''jT67q0NYZ)\?i]_{B`R$\䇹Bpe0yj;]5lw8Bb|d;֡k9t3dddXCfcv>˙̾YXfqhPj&`[vc`l0r9]5@JoI$3aI~Qp0\?A@׺!ۺ͗xies=lfX,M,tyCI!S18v؁V:oko-}gPL@z_?{97IXG]uԂ~_t:# Nİ*g=(n1tb· 3fL.2i}^4sU!c! "ٽH T<8g&_:0~Exʲ6hY{ W=,:1́T~I06cMx= ΛK+S*98‘ _Υ"ĘȟYx0l$PMC4aKx'AmA'U8D([ƪ'&i<2-лقTGaIM N7P %5]H=3s%aG{=Cg "ͺ_y+FawrmS5hr\.b$POݰdzK4p 9Y 2hء^k_7{|kA +b;,;\Q#g Uح*]J/"< 2 Pp\6(D͕johanDwlj2G6'_2nk PĈXaktIFƁR3EJ8hB̑5=P& %kCc{%~BӸ]0{3-5e60{5{0O,,P鹯sMuU0hzzi΄][8*/'"8tSOHS08pOtnG]zc".8w;"7_(Hi.Y^!%{j6Xvr",v).ЌjCGF\,֭ g;/u?I\vh8@rغv1f-A.BnpNR^DuB^oޝr^AeJ"J:z E5T.|.u s*!F>BԤ1OaZfk0+<oV~W׬OX'`o)s!h{v{܈}6h`05T6`3,. YM^%ἄeN/.eݵze=W| ),h&@elo',r$S ڢ7-`)"VjGpBǞVW cAHbl|J8e̬\gS]0Sf{%uw~<ޕ1S\kA"l9z&̹*[(P'k96_ E#rV HD720#qMW?'592i5,Gv=2J*ID0E1{0' Xd}}T*wr^ UWsYCf[?f_waz#rËF)8g.O65ЛSRhO2SȴXw .N,B7n;rėaf_ixaLW)nozqߙQ~+:ZG8o8˗zI(-JD]=EMNǗ~&9gYX޸~Nc__oZI-_껛ᅑ 䶏5s%MHhkowp㞳0,[vJ =֢+~eŇp\nG׃OJR f$ pDYx&*Z>*01z[U<%Ҕ% @1f46x> !@%s G. b(W`Ǐ=+섷1PAUú˚a5ODM`j{tOlvfTAĞ*EIeHЮg|VXŔIg i0Z)A"1~` :C*'>tD0C=o9)4):ODݍJ Pm7೘Z:xȦtÿ/L❷+C]Dt]*0$cGKw}79:/Iח̕HhNgv O1 > \-(/"~f :0+u╮6̣:=yU%0,qfMo>qS0IJ.)ɢ놎 s va?<4oOvvg$7`,5 ś'#hXF"}۪iWAIo7bZA3wg߲ Niv+Q]xj],Yӆ DpL6#f*fP&R6. xΊ/A~/_i[!!֔pHE,SsFĢZܱ?- gcIdVk(GR<df`3( iUAG"8 bJFNv1 \Pԥ:H[W˖'o C4Yu8IhPzQ$\Vt/ 3oIW&`63U'[F"+A2XKʭᷦ_VԔ* UNj2 {RiAdX>jRV. 6;:롚wP85E\K{$L`Ifi\Z7<hKZb+O K9-pO4,6s sF[H^0="WQD{]Z毈| ǪԖ8xoo +ۂ!,HP١x#&l_ }P5H8vf~:X HBEJZ9;/@m*׊^ ckY-Iƺ)=UՏo4UoævN8T*zlOG[ojF'"Q_m Qz';.6%A$d+E4+AfcXoܠQ׉q}zOE.G| kYb8{2<9^TV"$G%Jm٭WVѤ&ϢGt^S3CªrTh M} 3Os XZsry Ѐm dxVCL5%達ʳ9~e1ҿDj*PD@H* bM$UP`'ND@,"v%U\^ RޢΤ},>d#9@t[ՠ~cw(@u[֦`-KM Old._Xڡf8]!ZR}YCUӿ߭7K,D:N{?ײUaXZjcu;o*)k{=:=8Ф5'tևڍ@i3p57 _k}8;}8nxЎ/'INA \u,Jv#gR 0\?lmں;'@Q3,V-G5[12 S*9U|ӌ'ٳ riA;[t2eK1u܄g6W07p KFz$B}ܓ-I2;j2-LYhL&&~ђJTxjz(7\d^|":2\/1;&iV YQ`6ÏYSfh({)J߯'^o>ԗBKOV.V-a96yv A[I9Z ?Esg*36Yp=-BBUU^jڏtZ\}>^W_kcP0}tROfU@W^/~,%VhWaԚttI_ܺt:g&a"w!y~H*W;Bt|S/PKrFxO}ob6ݤ]+^uR/2,4@e"*e^Y%{ۉ@-"jnOiȪk?B8?:`Vi|ϼX{oydooK:/ZE]gܢ{cxfdU^τRFhCkl1dg{}"}p\!iy=CTAiqo,S]x%g3THtVE*5tafc.)4 cm[]ә13ŏ[:qDm""d X C6Ǫ|< %i iW=-CB#SH}"rf\8xj~~']ev sfkkakM]z5##j~h+0Yҟ2$D?[V8;c]m0m^M?>YNs%Wp#pvh DK%bڵo' Z Czҁ/FI9i(8 ŵ5$ZP9Sك@ ݆& d9J4%,5yAL{0 x GPw3v Gh"N>1=2I}8`U}uݲ/θ7gPMt8< qſsnm5lؽ A< k5/F;iAbâ&ocdո*$[W5RKod ˟ 46΁B/ho L֚:YxH?D!OȱlR D+z|;0d+CIjӾqe }Kz M/b|ӹMDe㦏3 `h[Xŷ-dXtr;8(ɏ8| R2#GiϠ(V)TAǒekE5뼭{UP%ڤ}n52v'Jжk8eH]퀘%./sWpָl[Q~݊n23λ HB'@7ms i%/8~ <3 !vtS9*4wC~~֢;Ѽy YVFRfډ׌a0`>f| (-0d=W4 e7bmYq$7l5o"e. KkO2sc:Dѵay-6Yky 0{yy Ҧ#4tO;Yw;e<YAY9̼^e1iv%$`3!4+{e|*JtE.fMWZvP̒sVÃ`S+}:Z1iXlW\$Y$8zOOIT|E5AUqg -ZBdPY@ZrfLwpRdiqPĎ89E>0źB]ItcN=PŜ>b6ٵɟ@EKLEC~B3- زM[Zr-BqX''(R!.R[?)ҥJdW8 +a戝1H.al!|r#rW#KRtf6%jDU@I[AZ[ <5mZĊ0͒FF'KƓPbcXBh`;jە㤕u]$mgqJ)F3|#]ghWe@w`ᰌ'BZ!Կ"oNg8AAА(ɥ1_~wV_~#h!njsY\鰁R.Q$Tv:?=R0$)ݒStDԽ1&7bhE! 4O)9A p LWP .FT (ĥ4 @T=.g IC~TE)EؔmS*хn26{Hq5{7B$m~'BT!`I̞FχLWh,)Ҫ<]s$yһ k!A@0g"?u]ڽ ~ٮk:!o4ځR[KU0.GXl? cQji\qh‹l!jРOC>~:8,շ꾐c2c~WARY,b^`cW|"AmКf9nOx5i[;ur^sSG~܊uc<F˦jEqz3ؖL>dF8 nu'u4YO.X Yj}r"9: Y&m$>mRz`o ⼩2gSlzR84*6T`FH$C| gĝQ,TM߂8y(N> ~\ hx v/ 22E-V.lXv̉ 2Kljn$1fKW^p)Bq#ճI~kO?f%O=~~PJcUMHoiߘs$ܶxA8qy.&"qv Hy9;>y_%qW{EY;+h諪~*\n _V gU0v7λ0RMћA*i{e+ ָħkzq!HKBʟh--* 1Sǵ2\ORtQrDRp[ s/2jEj@j2%H!NJ wͮINBb9(hYu-{ w"AaUɧ/9ACҷn&ٺ$ǥ/@#o 3\Vo\m%tb陿frr +CB^!\ҤJ&AQxO]^lq`^U-TzY6PX0} 8K9]D\Gp!+ }i_xw,|WNJ[gVkIJ~nk?KeK}=Q`feŝ'[o[X=\8mqQi`>dk{ԫr׋e[@YUu y4<jq|`wlFˊFKSg&!Y }ZR0ufdgr%[ ?RX9}Bo>+dVkm~*AyQYZD7^ 5YLbkHUw%]<(>coLvZ泸7.Woսahny+{^-elܐL% 6Q@`d‰H1\)E,D@ۉK-NDqxczp <ޮӕnL< M2^HҧI-'ePO2/.`E{繏*.;OFr;y"v4{8)>]:KdM|5<g}M?-l?2K$Ce]$YP7*kpt/&&JM7QWJll({un1(9J|u487߃M8ݸ|tUʴ7<5yLp_yIlHURI]nC@Vg[pTel)qQd&RʸNRW2ooprFbC<:&a˞3^u-b}N3g5AܨU1IT<ð#Nکs,8ya@ s:mD=21ߍ ]R !0VPRgw M"OI{axPJ8AS`E*~z1f"ݡs>ch 5<[2{Yq~_HunΌ46Haeip~K(ZY5S̑{*r}]8emd;v/nHAVnM_($; KF` ~_ubtXs}/8?ꅢ9ırYEfN-=-EAL\Px<#9l|&vq塭TIbh;Iֶi$^/]S}c|4U_v(\x:]93FSv |k XnpxS2C5ɌWyޔaxNj\Ҷ5hejjVYէ|i}`Z25S 8߀0|k7TCkXXu8!FoRи؊$;7Vw\F`kphe;5r'2VkĔ GmD/h#B7}.ؠs5dn8QL/Q,gt/]nh ۮ(ӫȱYLUj&/EgI%k`]6+]XlDoǔY{9Fƛvo9b,/i"?2h^fev_1k[g GZ  iy;=xe%N4h}L E%5}ktfwU6aZsd+ ;GX;UKcQL E$@!vRzY7ia@Axl1:if+Q닆`n@u 5 `=KYcm+FsƔ< . geƚae(TsXOP{o.k@"^42iz "y+Z1q1BbZ0j68s̏Pf[14/};+I")(]or܅R%\[= }5S(/["Za8Zqmv6;%zYLP'Gּ-yfQ=f$*J4_!DiVN领' /X&)< B;<*!m%#y{QTRRl"U"v@6%_8ݷ h>D-Z|&|bBjlx]䕯os-?-d X۩fes1^U z_\fZ.fS"˥6Wj 駌^$!&p[jPZRA)P>y= \&,0d4ͯ id[e> Sk u_A?L!w)A^hy<>~=C㋔e*-5^߫+ FW$HxR[Nf98+D$NΏv0}`^#SNn`F$rfvLn3 { hY,MÖn֣`u,^ e ۤʳroֱ͍2AB2$%`v`v'åCFDA.^kvC%ke/ۭ]'(kQVl/XZ{l36uOPiOjoqX7{+ĕտLx:ҦJU|n3bUkpJ8mAޖ/28pEIY1Pu2$5x ¸[l*k<{J+]F}-aYH@[iV|E1F;VI\=0Zz7>Ǧ_keqFHhKrynglt:+EGBUݘ}̖(A `#;iҗa睬\ʒ"_8ԪNmRetžic*ϭWjo^{b0A*(K9Ab G5UQŪpQZML/ןHeBלu{,AN-78z8OгOpW &|MOx'Ä[yxSJ[j&~PYB7EF:7=zLЅM5r7ex+iόFbzŲabSlpebWN4ˀPrdSYf#BϏAОF$Fl]:EwοG|S2Gz( $~:po{Gw H_ vq4؅DQHo]0=.ԴV (gfծAoL2!@ ^ M,x3V2EӸ5Xh $0nˁHl[0Z#yǁ֭LVȨQfnTΝ@|x ,zTɞI5`؝Y`MeGsu4X`WOQe Nt!5e [nݟIa6GNB'Iżzy1x/u6*INY'jrk`㍺d Uw T`5e[IK|:/"*Qaԡ;%8fyj~6 ͕=$O!!%k5Jk,We+'{mLX ٌ榜I`DJwN'ѹHn{pG^xTYR=qĦ?U0f\]%z(3677?/4AR>{<p)zRm9]25`.'טN)kLtZ~$t&y>̭}xb5=-c)r^IGv^(?D`Mwhݡ}M Oi̇T~ަ,MH45[oS)qx3k&/YiԺ^8Ņ3h Ld6x xlr8Qk.C5_ .cG)YS9FlSAxfNl2!\J0>23Zϧ K]V ŒlݤuZat&WĻS ;`<5raFTٹ\ K>zv+lyF|0v,d^s}ۤ, _sRƙ ^>GBEMgCYne 299hc|Db)EP%xcdzFba?6r6D1-vka\Jo=ȜOSTX`ylkz6NGo0M'v·QQwl!ȅ0a[I(,IZ1łF9L8XDXMSUA}J*07].Sx˯Asce+1v[+lbĂ" >8>%!M48[ bVA Ufb툗m<{(,:veɽNA߾9%:xUf7* Y.CFPeD!BKRCxL 1ӥYi.Cavԗ4eudRbJFW(IER'u1eHuk A Hϯ{ 3AؿCGk!}v Z^rNGh ӫ}=@Ċy#ĵC{9T_gK59`!4A}YݴMf‚4 xeA)磣'AҎ_&[d1pL>z^~l55<. Jb=]1A+FKA~%¿MԐtmtw*#3TBr0SYnCfGOqzዦG B&e=o^9Sշ㬾/wzBV8ZY?Gc^tGHZ@#!/5{ N*balyKmHXbȬ%.vk\Y ,7>9X;vyܛЈ3rwևn`vq.R >^{rǷw~[9oWb~dEo ʱqǾw$Hӛ^]Cu'1G%5ʲ{RIUA<)cD78yJ=a>G#sE|.72n,;*YIIwQ>"օ P/n{m# G*Ii߾0'E'D|#NK\M%)*z[k[ef0ѺˑL{/wAQ8[}/8 QoG1cD{}oFS3W>DrX>gVK ZSG>l6']r ^9x }Fw܊T(rH*=:s !Ҧ84t6NqC JJE\AujfpZJ}`sRfJNMu>hAiaU K6Ro3ʞp11RBVC{" I0šm)'7Z}Ƃ;uzR5UQJރH1wޘEـ*e!mbs {ϳ0i:Mg6"pmA7 FFǧya ^\cg ,udeHB&Y%{ٝ;V#,Nf\:.Q,+>ۗ N^Ka@K9Q9RԬIh.uI,;#(|hv/m5єc2A"e X:O,3"}[zE4L5'#SPQ}W!S9r `[7nGb'mV"sօD 謙݊Sܗ򕪹}!оZ=C) )Gp3oq~"1A=bdƛq}MTˌJHƣqOI򟚎l Obs@ųi2xQXOƃĈ;H]d<&Bt>p),wUa,'< Ho׌?GBWƙyy96Fſ󫷖ϏQ;VRgۑ #4)0+5N?gذґu(1sͥ-]jǦɻxE \UILb>C@5OΦ f3Z蜠7_}w 3r|g fpL]{sڭ#W`ș IE\uk&7dMIlSh$d(STq+Lvlz%ޚ9Ц&0%UoPM_VIAL\]Ϻٞ;AɉVkA&M=UV/d6}ڋy@JU :HqxH#D"TlI Yxo0qf\1kfRt{ZYFFjo*Vz1`H&4NxSB娠:JI`};py߬Q]!:G"VAF==fT=)bUb}%訏G1}A%[k۟"FX.{~u^IYCS'mQ! P$"e &2ץe>f&aL[qZG-j\|,C})S ꡚv.Tjՙ NUv$5x'ug`@D07h4vΉ\ -\F0kZy%K?.NS:c _bDN60? m aD\\f#3 w0920YCގ# GLe**ǾG0(sP!qe2F<ݑ־VOKOi>, bnghEx )Uqի1U^W<>k]io%FO[{ ɨYD6&4*<4#kŧ[3T&6n}LDsuv53IOGOusDY% <@?s^n}ViLlݜ"T,^뒌goeT !''oUrdaQs Ѹr_|w#eZf VIYW6?w~HDo̾eUJcj䊐UQx;6WZkI.\e4NY>ыy5v$uv%,~w/3ͺ]~fԝB`etwbv96VS1hK;d4EiC!vBku׮hdH'߳'TB>qqC,R1Ѱgvs%KkjX!(QZ3@ͩat>\R<$*YGtVXȭlx#HS9C`2"L}poHz[{z?ijU_v{{Sa,qPȷT]-oׅոzm@tYvS:+4b#OUm:]{{m.e݌wXb?ғع!v_Q,DFEl"sA!EMc9u|`xũ8TZ]LbI[IL6K|i ;5VB $I c۴7ԭ#JzSN 0NB3H5>V1Ѯ7!'1!?V7Dm1po B\wW7ۈz_/k9,*8I,0E"=+}. 9 6%]]lxF%[stM]PQRz,*}BMd4.,?hӓ^_%R]˼|a8ZcR5COm.Kxeg"=R/Ŵ#NԐ42P ~=Zzڈ~tm=IV!_̉,9koBD# о[N1ad(&$Y}͆eqv99}c%Qݤ5-Ǡ;sRoOQՌs+ ɿՌ+٢ xm?,<3x9rw Ov<;"y{Y_o|CE/3#[!pN~g4aˇI!CQyyXNF45fۥtE e,+""˚RXqӜq>y@n7%ͬtq!&WÙ)d e 2V3v-ZSfΕ8.̫99k#qpFj`Бs WT| !s]BvUQ k}4\r&p 6-==?9tomSq<Xh=' ڝ~r:y}7q[.{g$=+\ju2(c>:rHX o.*\ƄM"VY9eqycLvL2)c7RU#otfcey 껍0R/B|)O/d#@L#V)A j3H)[;e#͙)_)(q4 6mL+,v\lṙ^(|PEغcõzR*PjYԾʰvEQ)Z=S$g 7j%"+ 9ﳼ֌m8F^r`J//'X/5'8nRiIA_y7I̜Yq/D+%MH_ xpf5-\F@D kզVƙl$}A:Z&aaWng_SY~xRsWٱ6rB3A8` y V%`fjJGhvPjswu6XY t$K-L}RӇG%=b?\& "5!gV9cwy>[W/L˼£ ;@o٧]Sf#QsuZzv@AǬZ׊@ hXYczJP5*T=mKˡTa\0QG{76d.:wBz Wڵx|g`SS͊Ʋ̝hn?G6t`l?Mk: +eE=V7$7܍|DZ.v;=9חvmVG((K|zaC?=+Sd䋌 1tV VF<һ$ UE%UW-S-NZDԽS[7l@B,#&n[en^4} QLKl>QG_zp/X^ƤuW"<z*T&j "qGwL*o76tH'ynJ5/IǀO{Z:IEp{߷7Uv7brȯe13,(ÊݮD,MVn $c6# gy$\/Cy(@2Pp:Z"Yf(sݴ|̢Q<*f]fRuӇ@mE8_\"(؟f!yvCNs:ioR(M:Iغu )y}#ةZ()^t\|k;zBx_{ s-9O򝣑 KmN~etˉPU>1/ og"{<.zP8==[[ (j.vm|f<'Li谭jqiŐ/\GgjozW([y,7BdALKáCNe,2mh%b.t2lRRZ;*!3l1B3IA..4slAq6(/ہp8Qr$UQBSD$y4 G.MEݴLsTB7=zkJ.4j/ Ge-nI)s UotR.eqd~ s|i8;b^IR'+,P*D7Jc&,`籂 ճr'nXNm?Y wP#(^ە/h߿?[Cuĉemuu','S'V'w‰ Q9DNJiO_7 ;2.RqDJ~֟5 *i}7\D+͊,hƴ}2lMR<U"p2mH,1l$\#>mFVU۬mj"|AQҥܝCGH7nM_" X2;F}̵q:>+PڗT7!We(`vu6Yo C S3:%h(8ɩƞZmd`;.Fn&txE%s /썒dew;= },1RIVtѩ(ӥgV2jPtjfďo̸N9m9  J8U6l̈61c5~EBfxː2RZ}[oTPFmF䲛!V(S8YiO T<#15-U%Ibi¯P"仢m?v+U94(U4:M֜`ELZD@oydLH!-1KWCX9f&fu @HPVL#E|sz}E6N Td15kLd,dM*Ṋ{BlEJuDٷWI50\ <ɘlG$m7\$"#/̨dIT'&| "- i9a"VU/ U<6Nqc91Ǝ}T4tM.Jm$L۳5 ǎ$LV/^GdqK5/KYEWraNNuFL*cem$1LÛ|VUoDf>^`N:ݽD&i:I&KZ Uo2d^n yP|Y_8=1(D A^>~QX |$/Uf2QfbIZ;̫hg2cGk@q#PIiW!ڎx=8 mKxaTpw$rg;魨IAjGx4 vc9a\;*I9*< JGrc?Ms- TWO'oPfIj$sSlթ>SЇJ9֫Hv! ߖ"D c;,3DǑkuXpiȨ2Ey-}FoȽA`z\921El+ =~ѓ0!ktBh;UΝ1ȇZ: ~%M4uYh-gjrh}=2f#@w Ih1x"KC.L~56UO+cw&x!.7|ot<4ީ .;"-A2R9zF5.~%Y%j dvTy7_ʾ;溑Vg O U(٥4w.w6SwN( :5ޟӓѯZ:B&}W mg$(ό(\lk2b^j-AUU9vFJU6wۺ Nn m(FzR&yzI)gWMخKٓ:YCå^N|>KqY-;,qgپZf g+UvJIg_,0q%FH:#j Nz#؄BEOMX xX0 TBOƚdMB/E?px|Lbˍk{_NmHm)3t Xj<َ>2ýf5IV|&4Pgs!U hB>#ި"+5E#g>;VyGR& BY[t a읠 pw5PWԸhJ%?Wnh#Sd<0ݴܫdU͡% S6{zzC jG#trQd:Kπ}[;j]#pD_.'<]XHHx CpFA;2>@qCljLæ-{~.+GEhj#MLS|3TP3^}Q.A"ve;8@Mʙ<Gj3 UpIi)\/m2$ j;;`3#SD=U? :V oDl˜IKr0Zɰ_DF8e.Sac[W_(5b;5\BUn) ,}Om.PRG*F|=LR ?_g#.g A3b ەP,7N]_otrܤ1=aIAp;_>nZh&\ɣHN0Do>Kh&X|ᆓC/i ViQ~"Cx"{2q 1qQEUV:+7'7й{!fX֌B Xa"7`߃ RVFCKKCgj{މH # {*npSmgpfIT<14]EBc]Flnz9ThZāْ?1A@Hٶ|4t iFthȋX2K0g^ 9+M ax/r^^YG\ eFqr;0AͅU@ ۋFkv@P],ܴ.%< |>RvG7>~:%|$J/g3Or-ïƽ1:ƃ8%ZlO]KG:n fRPej !_6f}D\X:5A!=~ajJ/̣4,1a'GjF?-)T퉱?8 2QG.cܠ:zb;caN23Gy4~)% "Zbm_aJ{v@E|: _.b2%jkBZ?)>L#*,c:X!ƽ?0(riv *vy!Ȇ,U"h~^] 3o .LA.Sږ79ԦuG qvk᫩Ȼ6AV?I_":l&Iq!5BD0cbECc̱uWk]<)r_SGGq)h#ӭ!*}1,W1E JzC$டO8 &8D@Ci+ `> 29kvxR#[-+:I~4]OQ(^zq+N$&װ`'P$R|Kc2;nXHZ c*Ĉ>XNȵ րmטG ɉh`=mC5Y'BPjz>D]:MXfe$ 8y߅Ɛ $x& =ҵR5+3XBQEx2+r'Rd[&/v:W(J8S3qɧ㎋% vrNn:a]-D3i'ϾZ!P*PQSmmA2Ab"W̩|@Dx>ն^< 2)lL GYAucZYQs|1^mH[/U̖+U@ k[y@'BsDc9B땲 J3-"|:>&,T.15pcsHnU"@@fKR PIYݝbW$zγ\L0GH5QZ5+c=PG9nOl?T47U)cUN"Dzȉ5aaSLƁ"ô4=LrKH>e)raLReE[\;\$('dq ͪs$. 9Mف&RՒ8ӓ2 (&^vw8봩O4q'Uۺ7Tyik!Fav=ƕ56˼x-x3Kj}tPZ@Nb{Sd#S]+` aW_`~5աܪ}4+%E7"]:ބ}\!i綸&1A{^L,N"1.ٱ[Rz66>l:I3oU=%"T/bGy=kSjRƻ͊e_؄kWUCl>~MY.`*S씐nϖ*cxtaoUʢ((EK[PvM"~jƮ$c?+d_2 "-*@+Rgܛhęl?J`t/4[XsS,&w_baneTGf䉍cN$< YL/4;{Lf"4lq3O }ad_U^;H})/(K JJI;Qk Jv:[6ƒuOR ճ,(ו %08~"xFû'oe-VKFviF3ŒNe+ܤ^ڧ W BΚN] ^2)f=g"|סe זy Vm Fm5^D$ 'N=$_2;"^1akPs-9ӀqOGLd+YcɄ11o~)71L:>P.~WN _aO"8K`i?qjA.9w! 07<ݭIW3 h gݿ0S9>jv: z /6sI GeeqNe+< ),M^t¡'tF*ȃםyI=i!>\nѴ#6h.G~ vlޖIxy_ljSiSFxl|ҭYPW=IQ^ ܏ dZSfl;NX+R/%1,|9{8 )O=e909hr:*F281P :5 6c<7ԉȷ‘Q3 '&@쭻'v%zGi\R(% @J(cq7ȣYfJ΂H>G@X8h%\,ЈqKB0uZmf+E(mXaK\,r--|4hೳO^ ˭pLn>U*UKi&|քz^e#o88@scg8m2BG(H|MW2Fé!4r"7r˺T&vDjˈZo {v (`y*]."[VhdX߬؃̂63>MdQǚ:;LZ<Vr BmcۂYɊ+wE//6ӾNw^6ڂ. (Lj2m,uS:z)w>Q}:˦lTyEMe JzwD{v#xm 7b'xEoP_|Q=o%54&@8z;/z=,|}?#T{,Q06BU8O!k!?~\Tly!5&/j$s~ST?~ *]eEVR,s?`mYD:wfUz?fDt 9UL;ݵt*QڬH{Uk'yBq^8GFK |TpVJ"A ,օg9,;]sxմMRgA\$b'= ؼo=XB7NCES-K+,"ZJ *dy, =!Ս)"wZ.[`͆i[ F75B0?}n]@m-eM~)ۀ C;xt)<ƧѮd>%: l44Wj/ S-WXӰNfopՈ&F-< y~Ef3.2Q!J"v8*Y/1O./VD0rSqr;.d AE\8m2՝0>?cŃO )zKjus.xު:p *TsH¸UMyպnQygHilZ""ƣX# #YϣAS!/cҵbh㭝Y"Wx lRF!@"BK.% Q*IeT;`D[tH6- +ft,L/ =b<%"&oeG1; uY0Mџ4ňf5se7[2'mSN{!YGyx`rfLܰcm :'/ 1;l';vYo@Io3:TGVUS,Rq yx_6BuCL֦*Sg^h$5B3%-bC1y3Qf/ƘL{ZSV1[ag\KZj5wqNюck4+/ߦuǁ3+J^xM((qD=Yn\.Wƫ/X ~}Wʔ\ԏJrIF$] FR U7oIaDu㠷]R}wDqc5, 9nSwfIH4eLo$U.hO3Fs؋CCƆG-v_ i@6BZuwhw䗌3]>-Zt /RڌN"sh"7/T[v^t#do@u`M5[JǜVmjVg﹥GVdF,D@8å 7 R{3WX#9;*|085 S.aҝqϚ]9|sECSAx"h؄mD, !땨ѿ+Wւ25{M&Kw|"73TBs_%c["e[1aU+{.ۇ{p }vmBC@@?nz].%)G`/*h'Rt c#@W!xgv>wt4]7=y`Sz\Je4αn&;ABu4_w?]A+֍l<- @ 'p o&.~ m睋(YY(+8ftvL4SDԱ0WuIjuK]V4 T\\- rS* ohj+G*LN/@ ๷qk/}^[qj6M_Ot2|\/=Ao2UWQY/upuZV\zU@Rzu^q](acQb0flIPW/z"qӾ:0[NBHvufi*_6ju_ܰw"ކj1Iq="L[4"O_|FbpsjZȎ)zgd#^\idVlN>IǒpvtH_,P|e0]+Ըz۠uԾ6pm4 py#ngTmߤ{s6 ;.Z2" Ai@'[BkMCг4?<0LSlou+44/<3\x03qǠNUwPR{y>lFBxŃCCj>"3-a^Be}RQB=[zeG/ |s|>nwٕIƣ&9g6#}c˯܅H CZ@!IA!?9-yJcKIgF/xЅNW&i%{CELocziM995ZpA׭PxzR B8gvZ/\-^(z0SvB/Z V'<$ [6[Jr8(d!X[Abx'N@@`I_bHfw:Wy_&Y57C7cfӻ scVʝ~x4O kZclh,DעC'& >63Yq;e;!/}hvkEvkAؔ'SX|v,m$wOvLQVVxѡ"2Dʋp!NaęPvܷˆhoMK7~?z~ݠi': .3D$%2bk /D[?sDd:' CUۼ:аmuj 3  H⸌_JtD\ v[2bY@x[ܰb&ptnFF2)q0 @"k~[ a? !. ;fi"n6+,7@V_e]UӾkqINleX n{ *Ya뜺|=]xFhК2[4XuڗmE)0(}`0[CqՃj8v5Ha^'wƬ@vQ- M5l8\huNhwu b yeqQEv+lbs_\&ͩSi%x jtF_۸6@{u /}p >%@2Bqb)|h:ED7ljo֨'Ӹl7kʕ2b_$t6Ίp1 Mj~ex149m^/!AQXd7_Q[D|OH@ Sg|cPzm?'ѥ;9KA"u{ܶQc/x'R R}rD+IiV]%T/Dj: eoň@0dY)v0w$/q0:+Ft fx> ?m~ iz2j e.2R.pġmɾTs ~-b$r>;[sܞfx;a/<;heźgri%`@ O:8j106ǽG)΍̂jI}M[3MvG֯t{zݮ|B1[}wG p6}g֖ ܾ cYНwץ3/hN \oM9#p (Dsѱ:Vf%!<EklhALsF4~= "bh+)ǸxB|x "#ˇ]9Fic2S!E9 AEM\Y4cc IsW 8zeIV$>ǵͦyӖ 6nD\[d`!ie` uаvΔL9&d!]-E5  o@Z4u1,j}#] oof^yʢ~$X|0f}(_]ClZǘW [쫦vs6v0ֽ UnDUv@s!B 3jIV>Wnr+#%Tj*k1q?1SvCC(z)-Jg $ҏSQfAgNXj nFG>XJ%"$EXv'YR'yh{/+^[gc3.M>eawOa%RJ'}1HDHv)ph>þh/ӎ8WW0ƻoAkN=Ӎk^OpLГ0!,:18}6rFgD}fS цb݌@F nO| .mO!Ō3d7%y[ xv]]+榘Z v 2̽"ˊ u$ʤ Dwߙ AB%B˃MT ##WZ 04 2/''j0rh3s85uDK?Pm2I9G fᵇ+y(Ke4/fX$im +q/x6ݰ{kyNRY'Av[-mdJ4FDyD4$%Ea C5,Nհq %k} prޕDVߛWVd.2HGE}fOUv'pU*d(8}(BWTVV`]ŏU8Qq"zN6.P`>-ׂ1J72>reB18\ikq9Q`Ut\l1F-,jT_)?ƅ èttK.LqM$Fp<<4?rU` #Q~1 _0+#r'UbWK)UO 3(AbӔ1?+g*Løp{Qnn ֘_gkuSM0Di/(@h'4އt*z*/fM*_\<2z0F7g68fHSBݻXDReWmGGt vqO9ۇdgVsg~*Yk4D U!8Ce6gSXHa|TJ:UOC:b4kgz؃%k_GUVTLխ)r&bR ֩tR`X2U5=nko@u}iM\:$Jݗ@zIebUL6âإ-m/qx}L}e,o@]_425-#ddhk~- 4 ?ҳ02O[)x%G2XdZ7䲮7]|+)uS\r㨋c< oV,VYƝyG\d+r`Qg!w~vڵjX\EPv\_ KItBZZvLK>4P2\jjAt SEw>L1'|Y#!jwᠰbiDLR[f1>y _eS)'g1đ'd7ӽz+ueGIV F+D+Ӧ"cr8?GdIȆ;z%E sI.]4˳OQ;eF5GZIBĂ^&F, ]dJ{|V#[j )@v@ K&"StEc`ͭxg[ c\S.Nj%.~xr- im:1gLj5;`ϫ#'4BT8 ;FK2V%#FsOwm7z0qR:Hb(!Mzo_]@uD4@xW s?n8p0 6أ2$r9=;d28fbE3Tc939,FxC;Gq-SN-T֣V"Pi-@i[z&vaݰhG#Tk~>q>u`tT|t@Ʌ+SV/1*JsnY sdbED@S } W+44v;pi3blT|Wàc#K} TW}"Co]CWU ΖB*,>kuyZ+;.'; 'Y&XA:4)|+Oၧ-GU~KLiMlVz=*BAⓜ;С#,_@2{X ޕQVB2~ly^8lwSq^H a4iGڟN $2Iz|U% !l?J%K̯BPx_Q_ǪL4S~CӠ8n|15orv4Zgqذ*-ɔ3>d2uEJ]s>e6ګpwvp cwpW<23hS/"䪂H ջ$ka'Spiwne#3lL+&{tz0-x(k%{#N2^q mEbz%cR*(q)8 `u7s f x`sΗe3>~[p I(3MZu'xzٮ RVQFt\ ~z#,ZH#IY N+@ pJi/fҟN]pgY $FBO),Y&mEV`ɑ[7J#Z:x7DmS}dQ›Ѥ; ~TvG8W_UXֶf~a!׽eJcyQHPRio \0q$j/`W}<ÏGL ׸mTh_(Xo-.LwiNmG>s+ڳ\k*9~ֈqU J6ºP~[T[S .rXr-G#vd刏;N 0Z<H: |u{7j7ld8iy?g \Q$O^ aׄu\ ֗]Bpsh)t1n_n\ZiVCzsʢv5) %+ VfNYտLIۣ" soU &%ĕ%[s~w.x'׊Ipvv0W{ N͕EyfPcl2d!,4AN4* `!J5*8 Tc^J`zPHyݔ90מMթi7*<#w}!Bʦ8 gFՒdΑ}Ab" {A}$iC4"$ΈHFqD,$S%ITcCb x5-i,¨ c{O㳸:kZ3.Ry׹]ԋ:dy~M<;K5vt}荨ŽLЪ[[Am}xaI1rRfkvq~sƻ r l%4h@tv$]JW럤kOo^K݃G3bL-3Y]K o>( '@xh.yn-\㭀 7$ v \ 5_%^Jh$z2ց4VY: {ܥ6Ȫf[]Nɴ`539uBÙ\ڨv(ʹcQPVsctafa"TE!zxyJd4|0m? X!46UF~ܞDms~؞$x|W嘀z` "D&&JT+\&cMv)4_BPz1-յi({mQ 'ǐ3}_H0p[>;؉bSw~d,GR`j\d~YB}ֽ8mn~akYQ͐g۝. A$NgG5S5S o;x> 1]pW$@E.+_()+JGJ{ 2ÌIr :?5#> azgv _bUٯR.*'LjqOr=Z Qtac 3ƣgzJ*-2ft,8&2@T I$S )=Ӻ=H;wd[7(FkjVm}m^G/Or1!_F4l~F`%r_13%'4 ʓcJs#/>&@p5kHzy_RP:Iq!TK%4ƯTpoiC8~:5OmfX9Z*\yEV=DwssXv±I$#m 4QPThrj #A\zp{~xC/ Ea^aQsh%몔V-B`™q R߰!rHC=, 91kPoӤ\|?ʪݻe\ML;0:A쪒D )ՠHT,01BuCd&~oPACx'H3wA]5EsD[g6rD,}n"_woSn;*XExNQ!oKDW!*I-%lvn9Jٖ*=SUSscMT3g\.h&Z`_ 9g`?\! kY*vj8 t\wbD4yC4ly nkdz@|?bC*DjB`dk* {q{6%K E w 7!V*Vhw*<_t/5S"!ZtǦ7s%>ʌr jhL-wc+oCfHv֗Y*ޓwG}*(acppB  ߿eSχjdbaA;E ڗ?l{+ $[9OKr*bq'r/[RjN,8(C"<{Oӹ+rlb }wE0/LaPdELTXA/+݃ˤAEƩ((7"e*ʽeW WՑSh(!6 °TI7p!zB+WJ,0GJ'X/-zS* }t< J..jF-n Ҕ$7T bP V1UӬbMޏZKU 8efaH'dHY*(ǯNεجBCg< 3#QP2_a|bۖm#Z8uk[f28]MٍR7A]u0 NhEԜf^I 5/CF5iE5e 88.KRκCAi5L.%#ځwY0E}I /*wVC\w2K=m#!YQ) Z[4$ UɮϜX]#Y^ڜPI>PPvBjؼ!}~vk`X;#Ot =:?@yz1 BLпz>Hsw7zMC ͖=Rt̠VYEp4w$4PGyR/4+ C >_dWچ^m[c}jY"3iAW=~c[3i"JW_3a J?o3H.9ćy YdqnurT.RZw¨g Q`tVP;[^j"JDO4 f"LY7T6'q^Y2M a][P*:#~*/EzB =CRQTc]BIyv;2ÙHc?w`;>cO _DΠŠ|on޹DK}Z%b}" ~F= ]D $~N9̰NlH`u;5Cj62kc䝶P"H[7瑐|{r?ooEutZ/=Nuݦ(Pn! T^ܒT3x>c|F~ iueEZz?_ȻhU9oL}g@+=7qHq^7P աx!tå|(|bt\ܜ4rK>]kN|MR$8O1]/Jõ dNS|}dr`*C"#F h Ch +^K ;1$-#̌S3_lȬnэGiW6oaʇ.bU {k|XN 2VJB'I{c.֞>FZj v q;UB<\ԋ*#/f;9oh-8^qם oDD?JNor,*V/ .CL+\ TL*>weanVye4$X !ԋVXSZٙ0.%3ҕo%psg1T ]k$U;}˫H$Nt(;w9.gDǞZ-7@{v ̌O*rRj>I$VEnԓL<@@KɓfA4TdڍdD6lt6E5_#wIp46l}!-0:~SCBԩ)QRm!b2aիƇ#|Ƙ-J+ybRRV"uZ/h 81o;ǩGo[k]m_DC8P)uk'"HwGMtถoy{Ldas?蛤@!6a,i^8 2W'"@ 0C={/ vZ˕$5 ԊIngsW5u{-}˭U徧޶l)ҟZK ^䀔-7vgsHr[o*6KN CXIC.NJ b7j>JLEUY Jrl ݷD%*"Ee2dR!}]ͣڣnY'hj5#;J휅y|o-AۄZ|AZLV ܉ ;6t:joAE܂V؄4m"ʈlߟӷP \O|0\褳qsN`?ؾ dhE: sVw9>`Q\j(mGwȅV_ Pg] ލF13w]/DzCՄ}@W4ө{5K>*2_s=R;عÃgڣOH]@?) k "jRHƯdǬ R@ߥ3]v}/G)ii s ?+@"xR@K>J4>mT$[D!?$0wbqٮ\ Ki"6 ?"c#vs\Nt  )~Vha|T3L%ؑmsxt4nPF[8/mGIܖTMήA[_)oyxʗ44o\?]>H#0<ǎ!7>{a]d/o *]Q} 92qYS|W\h]NEDNIΕn iHxP&94$CEv( r۲A/{w'X~t~v65J{ 5cy4oCJC?WM|b~=0c2@=\1IRU9FXFXgJ+Īox^$ ئ3;i`,j0 UfHk6_N 4X4o?7SVS#eA`k>/IO^.~STgq2LBxBbRvIu.h.[66Fk ]\>޵Eڠ\#GsTE0سɉHҶ;S * u EVMGjJa nO N2e:T(%.]2º <|݂>4/s^`v.zicu2:֚ZGTА?h\n=.,|9%я[C[(L8 'YB*';+7o ̀ #-8h Ăد묂21w]8Yw_eIr,m'/(agN~ SO0P [m[Ϭ @U'A2+aGTjlse]B_U>a۩-Nャﱎ{;WL!zzMoƲѭdp#ngUEh#(@}[r}#*+u Bg3KUD&n0=^ Csrڶ*"HCiR [D-ȗO{YHj."m 6j:Ɇ[[Okn, #h2t >"sO$dveP OIKUG5IO2}1' tN1YC}ӻ >}dRd:U;ӒT.[fj?J^ )pZ9> eHyga;1c%x|0`'Icy5=Y6XMNi,wl>@U]a(2m\u<‘H@pth~y='!Ng| 9;BHn["L95~@h=rբb}XQL;8rO!B^8y!sҌ5B,!|rV>Ѳ`d:!n(9$7H]'9BE6̷`~rk8DĂC JċIXNBk  YZ