go1.18-doc-1.18.5-150000.1.28.1 >  A cp9|V 2_pIʗNbԿCcUQH^Φdv(;umxA͑_a|uqwyz)xM,IJuNȈ >%mԤKU J_-Wk(^^ &ٸ't-L#0pHy" y!)r`< ybS❍Vǥ颽.z!_NSYuX\T"^CmV OgCj sd5bd085edf2dc4309afceaf768a1089f8965db2ef326c7b2dd3c478c351c01ec27a47d682dd3b23625ef7183cc293841cbcff6e1cp9|CY%j%$ߌ}1n{B3Ō UVaPx.U_)i+A{(w"agϢ{ȩFF+y]SSz [˾\$;Qf;$w1S{)TYX3eT:GA z¦l?Si4$7b~7HUڪ`f~A0Xlf091F hR[j`ziGrTħ >p;t?td  " 3TX`d}    0 u |$8(89:[FqGqHqIqXqYq\r ]r4^rsbrcs=dsesfslsusvszt$t4t8t>tCgo1.18-doc1.18.5150000.1.28.1Go documentationGo examples and documentation.c,sheep10SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxx86_64Mh.4gcccccd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7ff84eb52f3034ad21a79ccf00d8e92c29e6ef3dea181033a7650e5cdb7486d60b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba3ce82cede5d7ca4e3d86c0f864304f1b2a91fa2c0b799f19bb6bdc9635d36d24rootrootrootrootrootrootrootrootrootrootgo1.18-1.18.5-150000.1.28.1.src.rpmgo-docgo1.18-docgo1.18-doc(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.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 trackingsheep10 16619679161.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_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text(^p={-̉Vcutf-82b18c47859c760772276ca5f382b9035b12446e7fdf15d58a4b2e3c9a50f5f14?P7zXZ !t/ю] crv(vX0-Ǥ$52HFLY4F3-it*١qTS*r5#w/àN&X!Zj5 dGW~I_]Ch|ɃBb*czޅG 4ِD-nŀYl\p^fg@\Fw@>3@xJQ˶]F%8֚Y^#Ru;kٮS}:fx޵-LtOXjr$=&(Ador.~}*7YS ʦPOnjTT2& >;Dp0* wXEE@d8dQ$OAvKIG¯OSG|9ƯӸ3vLc[faLDGbB5wL1\a/T!.˻ګ^{~fWeyD&M}1]6O$"<m X^^vr1aHj&mspg]{R\&mU:@ڝ5=h(/mL1Ťh4b[Pg;" GճutX4 {قgZ5tuȤ . tv2RV!2AIWkIYF+;#ǺAG/ጙ:{Z*bs"Eǟaή4zՖJ6<֝9`&Rx3مU!0)d :-(&3b+&/iM0 Iqv)mu.wѺl}"*= #!$it~# [ո)&~;]=mis@;g[ V}vkh}3f w_G{hbŠzzwnSW>T@ *:N֡.QSMM6g~w{Mmzy0!IcDKVFb̗se`rbhB{gRt )|FV_?X i! ֽ';>D(

_ יB98`DUSr/ίk|)8k#Y'!E>rWz2=kU4pT~&{(YMJqqW@lC` _eo_aTx\8\mvs?u ڜ(|w C7t&f\*,%•]18wy9Bzk{.cbH58j3<衽W7RQT鋓VdUZvq\ڕM͗ o<< BķiBM.±$< ظչ*̍Z9*`n$x?CQCjFf̾;‰%w'A<^7w'}Sw )<:س/C>%c?OQ>W!)aDobraV(H`]B vWC9SvlLK{VMZ^&+{&vw(>m ]j:v_Hl1`˻RT̾]C?E%D{c# 5cpX`q6tUt}맋Vŋ /49x?uϨqGȗN\q{Q{VD&^GY{_,1#|1rd4-f텧S}j=_Jw5.@1%z WWW`f/3'`?fhd'ճ71!BCy8x؇?Aa `ÄMI.95%#Yk:{ȕjI!–ڟߋ2/>C%fSoII) !@[%z:{RD.;Yr-4|lc7X8ddfYZH's'BF蔣 y8ilA ȸ%4 Txyᩨ~6-g\r=E,,Cu]ݐ0fE'mI(S GU8C$'T |wzTTsykNxIŖ <[ z]gG#[L!T\7b"РqV*=y\kЗ$JT Aȟvo-\^rRVA:?\r?xbϢ7D ǧh"h-xz$5R~- \ЛKszehŕvl,Өֆ`{n3L֭$_ ݹ&或Pm5R; 6 Q9"+Jq3Ch(oꍆVEƲ0;dTN ;KI **] ȂR#Z|\|#|hz~)Q-e(dy}FvLp.j_i0 Fkyͺ&gIK_W.)ېQ1fј*F {w_m,fl_ &V3򌳀&~op/Q#'=`)Y|\k)c\\校ZnnS!.[ÔM (\7tk6Ah=/ (*J? }&61)+4c!ymh ^XcgfӺ"0f]{t&o@= !: E!?j6ZƢ.!%3nNn5R@) ~!3վ"Q 72U2VZv-|4fG+L@Px Uoinq ^IхC],"qD^q܆u՚9Sp gwbĎEf ZYXc_9k$§B,:E<*;! h(S^t_2Ym޹ P15|CN&)̜J%CG)Kޘ!-.xo{9< iuN6DFC:&~ȁ!{ſKϫ5M~]"XW~ "q VY̥WPMD/ "M?osh%K'ƨTS/D#lX#CqE5j:jťxYY"POFsQDzlM9ʌWy,g]7&  "? `L.dQqk0? Y \#|-j8wLԬ7"BdYݙ^ A=[v{δWULZl;87GrS> lB7 iSU$\/2Pl.o[ _4Y/pnMY‡@HmXЉ k"5 _` D? i`kI !p$ZqP ?C@5RH!bbK2JSgU܊%tUîZsQWb>]# ̈{|WjgnK3E vdR0R]18.U2XL$CAohr q7!T }f86`?%4d̅++?^^gySX2|Spӆ`@q`zg.[ɠ`tnO2 QPY\`=u'y0jyw7W8މPJK@biv{lGnHa ⒑/0'}'(v3RnOgLhc7Ƕ(1?D-"4ɱѮaݒ*URkh^g~ m7J֗@X=qoYFuDfg.'g^{+Mi舷8_;xxeS>dJ5o\azDKJIdz6ɲU*d2;g7AUXpkN-9S.џy *k\9Sޑm].׶$5ǧvEyS&I~wuHө圴_֜Ua$ON@'~BCm;y>>Q)Ņgׄ N7Vσit!LzvIrr@;TE0kplmim>2M`XNn|$=BY"_6. ]`J9:9nAWg w>)w­:!B z&Lyّ%>rҲ&D 71Zg :ESawW>cf`BLt__ #uG 힩]+ڵ9qvC:.e'`֓Qjd?lM\X @±'U632jwV6 +Tg&IS (J~RfL\eȲkܨG&_pUYLىjգ }Kʢ{ *o$TPu Y;4|[Ww*V',TD 4Lc.и_W^M~NJ9$ p :r 'y;Qv-`7kkV{>”jP-'Nf@BX5z|j_ 妶} H^waЀKFފV.+͉**ŐňƿipB0C2$]ѱb~N&fUfJฑCWJdkCL2 Hdkv%T0~'R`HveB5swo qU\ֹ.bЂ/` W;`DHM54 ނrx4v$&`\o?)?џox%Ƨhr<ijo$ik5v)Du> YUGg>.6<8PV`[ L]VmjFbۈcSjtC %M%҇6:dBu6?Nh/ؚx839| k~=(~^F t6~9vbajHL$16k@[HQt;7V *˻ !e =Tzi[ b{Ln+)R ]{ orFs=/jKt»KJDHnǃ=s.4$3#v Pc5]kVؾhyuK xz鍉weBC iT:+TԬ.A7Ps2T`4ˋ伦FZ$AVb-s* 63Ԍ ׏[%XYԉ8 ,yL<,%ٍ@Gc xBװ;,©Ql- @?T)_^B@bfu%_ 5R sj&-j_)  }5ܯD1}Of0d$;5.FPvB[2}Bs*) "3[AVQƙsw@(|@XԂ0\4^͈Wm_m!CZcˀPۅL#8]!B۸s6#=C ,uOйckݱe&7/p (:5SeC:fy$ T )쯏e@e83G@liM 2|wl[Nk 0zl:K5l{HڸSr+svAc#T1/|uc7JuL[[ns5-PŻ?;H"˂zt!Xn#| ݱ XwX!!b!.p4u"lĈ|I?e P rT+EneQmf\ީWN`aQ1uv Sf7Rr*>jW8陋lxA72 3kI*4a[j>LDr.t,S/+:v ɱ#(8~ bfr䝔IUgU#{d6'bJatnaa$dvxS-4 `ډ]׫ ؇k$tef?f?c+Yj%i;axH%x;VCФa{]qඹlJs/$7|Zᰑn! ,߮?c&! >V`[%T@` rS|2G˿mk4`-y@1/*$ƿWi!t8#48+'e]bikvUl;Y^f'svc?j9K>N|Ɣ0?قh1tW/D)<ŇUsWi;G-)H)CKZDs*,kǖ¬Ԛl/eYXEu6[ >0E-̀}7" DC فzj`2S cCg\F`Xt)/ );U448"3+hRYvفQdY(#ۈl9㡨'p8MTјYv04#- WIgwFy2A{N`& tW5l!Fģͮ掚)fy-<+L Oϥi@-hq6$9:ԑS[/;~PL(G;7t/s5 ѺW5hdu[2[G&SPy)>s]k1ND=(v ׷0dЛn-%QΙ5*_¦Aw }(ͽo~'\ ?=E3ͽ(lQ]3Pfp^-c1Iﷁ*9lTzWثnk0$s5 )/H7|%ЈVLǀOF2GNNnSҳ3F[݄rq$RBp,h 4L!boK#X| <#CGM@iZDg%Nר'.3*b7))5Dl3qpΥBF4}Ula㞌:#"?7FH@PV>4A-1?RT;gTb:z#DV'm&nl8c.%tw{CҜ{wn" ȚUwXH)D)vCk$W3`fa{\8:E$ Ndhiad,I6 )>N({h9l WΤY14MQ>mEMln 9-`rcD0@`ZR9=Clid-qwtDSj.M[P~[i*2zrՐN_ߞw5ʽnlﷰ9yLэJ@`5mc:na;B҉%'C/+ ;+̳Ӄ&߷ sXV1]))HS.N]bKzeȆד. g} #}8g)2DDA"ĨXeA.CSQj5^HDnX]zǒH)'[<_>sñxЍ7_SC "indpΤR(=ӵU↰wώ{nsط 5|.*T}2m^ߒ]:%vE]+^46<@-鷲j83r KyPJ#v(0_ /2*44٩<4h!Gi|*+QެsT6.n&=FPʝ37ۆ^yLD!ہUJєMs<&SNMCG}m-b#9a>U~*USpl#3*ZLtE/d|| XBP]}#5u3gєJoJcpsl<:X<2]_lk 0 Of$7 .nS* [Hp`'jAY=IaC y$!|,u`0&7s\h]aRY 1 !$?c+>7G rG፩=T%@(dp]le 0+?Ż#2+W#!V|Em O6չ9T:BnIo4Ҁ\< c73pZ*poS>Μ:}RC\ -`U{9jV,,)%ANv mHdLU@ߗXQrsf :_ o)n숻7#za%YRW{(h S#>v0V@D0-)_ݥ`":- w~@p^~剑VN@Q]45j= zjyiSAF oۑ]Ŵ6_R國>p.}tY.OZSG)6`‰f 3kh!۳Nz $Lj:ʩ*J˿Ʀ&pn#Ʃ7-tmllöEq~bl-f/:U67y .AM%Wٷ%uNz8*ڽ{0T%d,\e-NiSH?;+Jn=q6-@.fV7߮ꈨƛM9R:sjnt rj!`=]۶05qnu O8- R8`|5n5luN$eymuIمU6A|Xy|dԯe-%ThɽޝfQG+1! hx 0'LHjvq+=;tzVd+qîncmFKFˏ}mNO MbE/r(ۀF̤WU *`ո$]}5%g ջ{RR @Ƶ.+|r/zC1&ڣVSMO~~+[>>sQ#^w7JryȐypuO3l)gDN Øm?9mS)QTY}!ZD+583sb {qs ^Tqg[GђVuЦ>Wի ىVOD><m=bR}Z:'t9.-3*7rA6ތzLwZØ?k"ēXՒW K.ViB8Hf膵Ѕ I?U%~r߿vg[x2<)IP@Y\LGm "h8Y;;ܴ0>ːYO;EhSڟB`v\.1̎勵\0pq@aїu?) ]c(D#cPp5ƑM9}JInY2xku >u4L匭)8EʃFvXmiή pyxitGVpO `YvA[FzgaOϣRٿHY|hㅓ˼)trm:7 E,JhxhB-qyWl9W-x2a@x_@3C08ЮCI\ēB3;̪aκknRGEQ4 =X?Ab8ĸ/1@u۪)픳0sV4<%4H2 ^'R8㳝VP,tO~<ڳ# SRM3FJsZw} M O8Y׿.9</m=Ss(Ƌ( (eJ (n ϙ82,BHr ,9˦&*/@:LHGd-o$dm+n{';R6+E?LR@,"Α(WY;^qQq9`,wuc@N`%2zInV4۔.[<)tɾ8#i PJys!T.lL(瑚Wo|yߴհ-P: ^T^ .*uZ_-Amed.[@PC}Ram3Ҝx+S~mtlyHm%GNИ9n%߰ CϢ$Ӷ]Cxy^O59&ٳPhw`.xx R 4 ߳ʉ7yiHQYi 7`#\I*66B[Bv y7t(( ;1h@9;Uw'M*yv4@d\T9<{ֺ9r|;cHv3Ş9fzM~үZbNR]V3>|O)ҟ"[_v<s B珠iqaLDl-ff a(NLC&\$̆yOl}/6NA/dхӑhx IlxmpJ7B]F댖6/cz} Vn/`fCtNZ/o_ J+'iYʬ=ͳg@^19Ֆ߉|{_+&Zc^*'<:Gd"7H7l]:$moZ7ƈ1dfqHD!W/2dy$(iZr><}k>*J@4Pb\ ⥁UcN)@E'Hu|~jJ/X8?f+}Y&dL㶪h?Irga^|OTFo(.{GGm U\R +6޲b1<MY0)b3-pgQn (gD,zJ݈il!v w,h Q` N*C ):%T &a ]9yH~|EDqP@6{ )OdcHo)}{ ~D{YL4e+fW.2{5s( 獽9:h8Hֻ;>p=Pz m gSAjYSwrjζ4 ŨQfU}>,pKV,e W> ~Z&5S2-63C#}xfEu8qTL㥬_U_Gi UsaWf}c yk䍛BρZO\lZ]|PBLLDbu/"ݵbn ;L<HrWlI˜,&bKL{}-Ww!,UWeF7,w$—}ϑ͡[Q> \8#NmQaą(.GљUJasޣ?m"n G+4ĶiM QXO,1r<=n14[a gŹxε׆I5g&دruD8:i/6ȅSH|/,\[ BajwLZe/Q4qhNYdEHX_9 3EBP#؇PCJpn>{@ Őg U ,;[[@,kd`\!cyEeV=O[g~*$VD/ˁwomL3Fν3oLg#;'eUxtyJh>uГHْI%|,XU=h0Ú2c N@K %t L(<ŁC tRM>y !L_8  @[Uwz|“ !䗺 a[X+"%ӎ#vftLl>m xV<du]C<% ɘʻ~s`91?'-ADPs >T_$k@d2f)o@}K۞5utn pXndtOatȕO4>'}'?,*s~`;7QE۰6_ya2ixiF@ODr@ί> I91/cT[u!wP1nUJؒdX`}a^2}#Q%]dpfx*E+2ZA.m,*-,7;6YqL AnᰌЈ{mġ ';*NbWf!I'Oni-M=#sTizY!+<'; +⊾pyP6TE|kNĕ *H[úE5sfZʭ~,Gpq EyDkB9[bydSUE;9`M3N3¯Z'Ȓ!Y8g*vBfb]B`j@ \* |(Bkߥe뭞"{6fJ|lw!3CH_nչT@#+s5  L^i%%QY:oY"ϗWiQ_{Aɼ C gl>$NT:G_< DJAшiaO׾ p:mTd6'%|$0 Iċt$Pz C.]>_^OZܚUN2ң+ 學uzPTYԌsCK-!5Xݟb.X}Ɔaȝd13*Ef^֘km٦ǛPߤ4]B1<ў9H /hm9La(5w_.6Ax7L=+KQ%©uZ]X+X Hrn5=$ Y t^/$5~Ю7hr,p"{|@i(Q*|au'aV2zjԳ BymNiP}K0޶xcͨ~{& Hf:juÚr+g**+u ~X375GuѬ`Y6F~ĔJZ"tڞ`d"ugS}V2xcbEyH:c05L׭eOA)|ɠ#h‹N:UtюZݵnQOƈqRСP^v u|5lubeC]}*p\ ٱB`6u~NUkAqʄS=Js?()9o5TjUL0H؁GVHWUd8ix$~Bfu|c>cK} QFӠնJ1qO;fj_t ΧYhP=W+μ U{ghegYP\&]EIK,lѷSӯ _j^qz,-:rC>e[K:ܴ| L2LF:(lk(kP#dp6Ȁ$!(I)zh—4w~EJ$Q@ԏ@U̓TLt"!KHf,kiz+ },>pkNI]J1%%75 U@.@Fe 61lz¼ᠤnn`K,ċ7]p5)rވ"\tM$8#BSM1 oYfnp gTa 7 *, TٕVHcqqH4rq&B~zgY8J:SR\Y3pWE-R+FoAb0׺oRQ\'E_dy,>oPGD@<8*^9pV3!-^C;^y0Oҿ?`/ưM`ΣC X^VwuIZ9_iPR0VB҆'E~7WdXˀr \HmT d+jvL4DZ5O"Lpc &;b6gF#hvHp~%űO̥ltF7a%t[`r}S͝dt݅a"GJYeGN8MK#a@yVÕao4 0Tu=S[AlǁhVV-q4+?Vlxe{)Oؽd5:X gjvp# @+T\ ÓjkXkDIp.m&k&H#\z#gzhe'AU+zL/KcN 6tLuYl6+gL6\jD}"$a5)Z*;gNb[\eI XW~]ϟ+$r'䑩HM&uK~:ęCE2PGx6ſg۽r({2JAlF& +dߥsQdF&@Lo1F4-EA1^T%ӳ3N+ggnN_ZmSy@"Y֙.6crEW)9v9E9W2[g" -ToW%.*k!0hcMhF|2[KVI7&zb\OTlض.>ݚ%n:ǓARU ;ޜ [Q ~Q%Bۀ~\YXFMK tXB0*^+Ť𦇨wܕ,oxP7t U /a.9;:a^ڪml^S`w0}wy1VzC"mxRv`V@.GN(|xnY% DQ:f0PUw,DEa'|"~{FCU Hӕ6FZQXt7[ONuA}KKP(܁y~?3pN`dmwmtWi[&EJx@tW]wy~m[:z:)G=U4?ff!&0&OSxg18hiQ=! ȫD fJnCw٫R+?KOV&֕05N:'hOw0bUe]l.Y%|=szgԖ~g4V#~'.4 ~iYN? r%Uze HA3_ȅ=5xd}LҠ(/BRU0C4~=_cK;,rolMK"gFQwݽFT \(拮K6gغ镰зKŀ\dMx!O8ﯿ7J Td,]d\,ţ&TlfߓG0ehc"bAEP?418hMwҽ#"mM2k泐{rղ+7بJJbƽ"=OvGONE>,\ njKY:f kqb)& ܗ(v}2`c-7( gU&tJm^ٓ 5|iƶy6^gӽ\w\u,;PI h*;sAz0z脇r)n }<W~V6(Jp#c^/2궛w3_7,nB8nh*qMy!O2Y4zS^(yMDB51~sOlHy+-}Mc\ŕ_[zffÉ>n9=%P+;D¡8eBtΥ!)Gֈ*(j\䜤}VU/ Kk _|e8: # hDZJeAiln#gQ*34nR@jSV]Y%:'s<V,]‚ajUIaA43 x4օcL$U\8L;&ɞµt^stL"W=7"n~mZ9}R'@|6>7 _ymw!j95V)ˋX;`Ԛ}B>nP摥2D>o2X1W!ჲd\}cyߖ:Beqa=QЬLqdo>1N{9C/pib*)9a<5 Aɩ!~<>:#9uz0F&#ջч\@̜%-:Rn+ ߷ Ubh7^\;@NTDZi]p3{h';wԣvR'r#ɣ,^Q?g1_28-J*=£쨀pd摶*.=\%P̏T5( `I`Uz%2d2N&p5%yNqR3?*S\;5 9\i-a^ܥq1m fOgȥ8|pRͲ1=g.%۞\לQ\[Es^[lJx$Cmfwr"@;󗢻@!#6إ>F#~2^#Ȳn'&ޱll -cggJ@ qUn~ bb˷z}g7-LT)I0 V>D[h3Zg`^TϘ£1Fxi*C89 !qŵ*nؔ4rgBP$+|i>ǖ7S<YYuQbPig {w*rBkij%u9z)heh,Q-0RƆJQ'$YLxXY#ΟI<}ʾ34ݽ[=ҚS$̿GE Lc|” w@IlZ:Rv+ږ/lѩom9_tLN,ŗGa=qĄJ!17H:Bd8YDHBæ$ 5oEQmbKlE!?C{"zH-8[Zo\l[jlLxDMlv\XXƀn齼$ZeT26j^;aÛ椨' lxXטHJc[ W}7?R}0[+R/AC߆VTݵ,҉tE'}P|ָotG7,ƍ\s2.墳qg+[s VlDۛ&k - ~1M[wFvCI2G")PEuCs?Y,c/?|wKHItIpOZJ@gޠ,Z^G[av?^?jv}(]yX-tIrLL?}n^+hb4ۚ3O{>[8_Yy57:خ_lѵWL<@8tݵɢ$1WwЫt ;v8sko@8Y…2YSYH=;Lշ4\=^ZxdTC\&`TCW`ޑ>?VLhWU_'Ze:DI 3[\nSC\{=xL!tCġ>zE"{(Iu0lo$$~_KpqI(9u|*|ᦜ]Ngp30`&EML֜$i%Fr+%ɸ5l^hn\7"x!S/v~RNg#I!0(D2@_i8Sw3 Lsu {dKךzS: 'ce@bW ـjwY ~CN_] b)˚e)_D-O1Й&X=i>`&:$;ϩ` p(yzE_w--Z?]' {natӄ~n=̎Чg\VOjъĪaV;Ol?1 ΤB2Os%n#$LX.(<ǜF'镣`PGʝ̏s(#R9%t],F}3h3o b]pm.ykX2M$g4PlW)g|"P DFr7;I iTG9S(#}[s4fFv (Q }0.u߿@!=ΐ]*+A[>^iC6ʻ &quU_윍&$5-:S GxJ SuvO&w߷~סlmXhA!G LoQO X{ױ9oQT[˞ݐ ZQH 5ӆ fz8l{SlWKӈ >=(Z8Aͧ?=BbcgJ'O Je[X0€ƒTJ\r]ݥkp5`#?uF4UvLṂrS9~\b/J&\ RP%E?L"wH0E袙y(SQ 6 g$KF et1z1s߯hqN7xk+ Hô_z2B®%xVJɆ Ԥ"asK: }O4072?l\RyǞIi_t<`~ȱu@Nء}h4IUq_wYR|~='gqU0US1[Yv:xP ]g:0[̨WmV[)- n,3%laF  RU\U NWQ|4jnjcyK4bZ^e۽mƅ%j޺O"=3@4٫[XW;t-d-K+>^pm )Nq8x88%Cf;AWmEAsߚҳ]̶̐Ϧ&xӾJ@"<)rh>L+pQ#j{m;0x7$ve(Ns+|#X20''o8pώ)3kA|0+:?7VԊ{ ,-.EhneW^xO2ry²*sMt7TMi{laoc"خij Mh7¨gwx$ _P9Tn<$*WiY]l}5}PnG#THp{jNH6 rmqD↴O@`(`^> R# S:Tp>)JbZ Ύ*y`SPO$9n*K:`Ô-(lU< *<7|p헔꣩nOJלA~Y*(7wB0%hGOGخBP#c5MS)}_՛傒vs7aڀ)WSHr}I>j57?g)C!xk|~Z郻~Qdy?3x*uviX&xQ5@A [Y uG+9 g Y{4T۩R"PM GC$eQ K 4>?!ThoF.qrkٰW촒-UiYI.c\|3_[_}<=šN6'؊XY?2i(n,CgC؁4#wՑv5 96md9=cŊ@qAqAHK&y3"ul Vic70v%yC#<y~9 mVY_-B!z׆s Af_>]s:vu9iz[KM=!W,Fw\#LWߛƒAuTcz.I`-2L!l໕ဘۘ<'a  >Wqͼ[ 1M H"wCja2a z3?24A'YSRxwӍ,uB8!A77! ge*=x1Z xXר(k~ smipA;T&]@o`K㶼WTΚlQI&{C:Kb(zĒda+fɁXb_PM$KvSIi OŝU8PX|\'\{M`\>ԙ}򚿗]a~9ԣCj1eX %SD%n-z:m!Įu^bXCT{߭Ӆ/u;GV`H}#ni$U$U4W 8MPpzM-d-r_ʮ_̊(o~j[M|ڕm4%f/>|hTgiƠg]|,0ǜptVwQ]BK[hW:X3{᭸^V fK5 `.^' 0"e9+qߙ* [re;?s􌮽 N*^ḥ[L݊_\{$&Þa_KUܾ-s T5+Tsh{6± lm$.L!U9U)0/KANh⍠鉺՛o2$&(VRh{0|٢ط{_ḱ&gFud"RG@9J.Ͳl=@%2|ahuAce/Wl&G8}Xݙ,l5Y\K\'ϡք l[/Cy(tvD:q&+nAq;g2K2b.Lt{O$sSuJ"h{{.<(:#b175ȈO ."ZTۄ{3'ؐg%L^pe5̬K=Ʉh|&Gy )U¥3DJFDddH .9?qQ(s]{Ʊ ǪzԳ't K~Ljk["ǘ^CPt~Qȹ8 I\S[u_vDWCHdl S(c[%<&mD`ĵ7@Nۗ= %VkWw|,C}-ϮPYpjh Nq0u" Y^?PZJW׷l7@: 'DRhL[ "a ]sVnv}dDlş浼HO"\CgL[N8bċ7mp٤1Ս^Sn)Ъ\x [MX\;F]pQ\56tUBw#&=1ͣל Pɮ7J9 ^Fo!ITIY> 6\qBF`}-ֈu_ܭa/mZ6P`pmo2'.쓼19hR%=E.FnUUxuЯ[uź#8޵ $5 j^W."HINc~qX͕a-@* XUezG?DPKdf"sw%U\0Xq0`*-DY}޾fr1E-bDdOޤqBT'E>^zEJ(\c |~܎_W/t|kG.HޜW%uY8֐z a!OtvR@_~k3BxI  7$TF*q'?k74^%7BgS]t$gړ;HG )?l|Y]65[ظYY'jKSwaXhݹ?$vZBz}pIru=M慪]+}"f^Ѹ[ ӡЪ¯jqni/€/! zʯόF èkrg9SFb]-J(,\4ZU7c9LBPYVфe)Hܼ%dÈi^_|S&L{C5ۘ7[huA>/i'Pea)՛7:@ ujA*dJ6&W!+UVrFN.ׁFczM4˄gۭ\fU%-3.tEiqT43>.CFuTb_[_B P˴]zæʧn<ͅg AcO#H1P<\G%I%jM3'(xW=Ug0Ļd6Q0z{ܓ{YRymO79޽F>/QF*[G7>|4)&cZ jeDž`Sb<mSN'žb樲 5,C)>;ֹ*(κfɪp"-]' /Iǖq@xaUrґT!T뺞7eͥ Ft~6[:5klhLSȩ1!sI`Eaus %NpBaN'qae*$a[0xH:t~6fTt݋׺)OJ1_*I!l<ի qo)X*Jj_eq[G]B/ Vr&:t#R'QT7әgn5iza0\j\ \ɊelRWsKlxh0Mx2mLF {%'$LlڛF-vaY x[ѵqJ;D=qP o9]0mN~RRtK۵d3r8}xf%?Y_-B;kh-K[̤1/PChq _š KvX:)bn}/Fad[ ɹRΤ?\%ϕ"9*K;דq@{AC6C/2# z7CǥAh7 e@RY4}8oag_ГӐaLcQi84O0`C}G FN5 vm_]bɾNSPIfO "9k-r2&xu?$şZA-5jYA#=.`*k+b"\jO5pӍQ]D%a/xoח)VKbTΥvұIP{3m;@̫~c96c8DYMcܛF•l J9g&vJKTbToG=yP벤?lU5aښ]-9E$kEʌ k\rY@Яv]dL>Г&rVMB|eC5ChcG"%YP]5*GP.'"h<Lwv|*m +9];\x.33OH6rnuO5a16sf)@&?PdJ RǺh2:?jO>"/ԑxnN=A:FY5,sYQO1A]'uqڴ| On"T)Anj0a6G[ > ck.[r<3p u }r)@8T@Dt=bu DxrJvKutO1Hݰa2bv`- o<;tH_Z/::Dҗ4yL8fWWԏ ff"@u({JH9[oȟ]Ch2j:%$=)zE*BY-&o8R G~Zcd*1B@[ٻJqGS-"Zu$P+缃Bރ7X@ >$~(ݖ2ˆ{R=K*tG#\gvi8 )޼ [yLhWP<$bΈ]jco:R~=5NkyղkXu06c-}t2ۡs5xFM~_Y/b"a]l"Xhv[B?IHɶS6EtڲJo]Y2l0=b [KNਲ਼ؐyoP*f2;T@l %^K=j(,HF |#G"br5D\6'顯=MVT@1,;WuWL4w,M \VW_SܯPopP_蚹ʻ2d7,O܋l%Fwpdn0.'G= t`iwc sẄ́p 5>O<+NQ U.\;۫)>>Y3Rux@A?qeč`tO n{?_a71{d٪8rIԿ"/d,X2TR GrkJ 40U_OC84'Vc a u^.$?>[ TS䕰db'*- HE  L8K\T&{t#\1e=<T(_Uuz3`a)]"T6:З/C;u2UX "c\{5B2Z e9j L0/>YO3yni.&0W쾘b@\bzkbLN1<9>TF;Mf_@T}C$ʛ!ߐ|-g1%X5F2!F8?xȔҙ%=`i>U2 =4R9?F;u:h3{j_2z8$51Gt, |t*&X 1ng\$7!r@i?RyZ!%`,6ett1$lXF&$BGIDl{LJ+KeȠJF9]ӦuOz=mb_/)J4OcE+8ѩ&e[?=fvz}`Hm:Y5Ǥz2(BdIBw7l:;;<# ?3>^hƸKuȼe]3oDrcE|`ʚrQY{JdZgb\F 5ׅe͉.DX0aS*R=^QXV\%z5r^:ԂѲBQ 9}~)[{)^y XαA 4,yV+pa., #0h\6=GZ(jnY -&Dئm.ޛIJB@Ng6LrjP`!6a5PAXzT/gJaJ48Lܝl^q PrIe6dj:\siJHCy8YcN\IWĞ#=TpHl Xd =䦔E+{q`:}/w Y>E \w_̿cIToo1oG>qxhUQ1= aqE$qFʻ<}RgwD(D_lumm'&6p]e %~{v3A;/`a<nM'b幔Ji* {Da,JymHLwX^h, m3d֛']a~p'>OtRЋ1M/ܥzְ%s2+WО\lڜƧE|"/UE nO[~GMaߠ5ذ1QذR}7 ݵ2{_%hd[ @?Ĥ! Y-A~jq3A唘r99TR1,6QjX-~5GQultYb5My)r=_oˑyXK͍muK𑞪4Ҝۘ!̴)f̦!NTB@c7jב9mƓWt!}ÁYoF>Ld:$4&/1Ie~ Ʃg|Me;)29Iyވߘ!;k[7Un@E/oH" E._ [ FNJ׶\4؎(%J1_Q h7g0 "W 7'0`^(5H-Dߕ|Z~̕l\Y64=^FC33?6_Ik~\ :b2cvkXgz"g 'E9DN5˦2CCt{z=ݤЉbXv;BпR F zV/p?EU(=bJ_ ]R6/0k'9\5@iEfNg;6!ޞghIAtrv@uEH>B@. |6RN~/7(4+&{NV$Q-:Ď2hL9&)&#kM?4*sg|/%[H!cP5FƻF~xmvmudg z6M"EiZ#ѺDOJE˾mU ޜ{M`K`#KFtæ4ms{Vh֎o(~)Z·`_y]3/?p]g-㪯M/? z F?L=GHY)J)Cc}Ri疸ZoE>lf;",F<R(B5eY=X.7+864|{1>q%JIềJh1%XBv1UG617 4z8VGj]?BB;Iq.t,F[vCE{:N4u.@xy2UQ[/|E@ :$$L/3+p-y$OE؇oKxDpw`O"гٽ,33%)wYGgCZzp}¹>x5}p'l@d zbsJl\E%;_&aw ~E^k)6@[2'gӸ(ELO&c 5[.[;X)5VcƊ;u6+ɷYf ruhD>GU=`(.Uݦ'$X0;;&{2pI| uHAܓrAb&Z=5D06 TU19(Id;I`6Gze#$zBg#%Wpև|$T^s^T|ԝ{Tc.Agm"(Sn-];Q%{Ju;@g=JYೊ[_ă[Z_Lm#[5q B')O%9_z2tq vsum7y79Ȝ+H,;AxG"kH6WLRgkL+-(VwG1>$P.$CCiஞrpTmsO xgf;KZ )Z=5:D̆]PS/7CȢb|@ _oA|w:fU/WT{8KsrДxqG)7$s,s*ފM EtUH}YI3B-ga>j1&LGO*A))䰔N-"?,իn'JɌb<EؗϤCm$ht\zGx=X0k*&m-Y3r: b`𭞨B!?yӞҹT5<<:+^g0AM} žףME1|טшgWT[d3}'>dEp}M*%_<|d)A2OVIqx"1}!f9fctr _v'L3hDs|rQ?,n#"t5&D]kj$ `'P܃ j H>zYY+/lA/;lch#HD04 g"a^~̚'Ix9/b:齒li3sG5}PU)d#ā_ς=;a߼)[=i10_6V=!.dx⑔YjQ7Tuk#$IZ9夶zv.Ϛ>9ȹwn{\Rn~PnjKd)jѓh]*vt5iTM, O+sUH< w<\>-Ӣ^cPp1er{~Du̙L_.z%{a.n@v+p)c>%^.5v(nJ~ǯ{Yh=\0Z0ʒ]h@c2 8ԓ~$cݜbeMPY$IlKD4$4\* T=Y<4\VZ򊺈)_xc3i.d/.M)ktHFu<"R>==ytaѩD>5Bw Ne4S_ܙ-_NVE$lreo7\nϝh|e{:Ȁ%qD 8:3nӊ<2{Vg73={#4k6MA6d}a jABdr?w0lIu@ ⋕96~MWp!6'69 gؚ=A aɘȔ[ꄴ$izGDJ&iU25-fwkn˗>tnd& a^; `M8d,Ŋۙ>RNލO6-7>$'Fl-}?@@b;?jf !Z&Aestљ]E^/[zC@V`EF˧ZD9T}4Y }i!M|Î p,}Rv2E4ݛC zX5*/FB΅@DH╴e繹ĺ;x`IBm3ҁ[P/Qc+2W~`XbUӇ:UXHbĐ'g$-D$ƚ` I燥 GnR ^s6٥a̳'9v6S׌[V:dd} 7R^Xbfa8O7T Ux>U/R+RǼV Piʁ-^ (!J~H}AP-Zb9}xX%kGrv!jXCgԅ*CC.A$$ɣ#sO#Y 4GBhJh^A2_B<ڄmƊG hu"6Vo5Y^)E\&|Eܩx+j_ Vߧ/&c[IʭiJxwo_pь;PbSvW'Sm1suc@vdN Ì|QBS}Bzspd-MA9ɸ?vcU=:s0ƛ yY]s`U6#&le*񘅳_t6_Ɔ V x@CA OgUbiG {pW[6RK5Xag[0Emtta_VxA<*uȱHo^䀛gilɅW[Fu/J_>"ȈHu/aҀnn#e!d0b5d  *jhl.iWE\ĥMX!h3i}gm(ҟ3>r,(\)q|a.AELÿۥvS3 ~)!nN%aΤ(o|i} Adžxgms R-h䄙xԴ:X? Vwޔ_TP,'{$WKN>tcu= R<3p iѵ6G_zB4C|f* lTuS"t]u]?Q=I/|%^9bX6wud`Nɳo]D bf.\ Lb 2S3mۉF_IO;.K;R)R9clDP[w5IL:4 b[!Ţq  6TIrrց\i6y7ET\@ܘ>Dֈ2.aM8ҍ.98 '_ &4\Ns Ƣ4x1- >|k0o$i^¡AB'vT g b,xweQD9ݳ 2.doa9>=eM$18%FC_O7Hmw X)0 V 2Y]ܺ"?gаtsz[MRX` N{梶P˟ێ%udU'SCvs/hk#8=a~-t-IծXrJw7wϊzN ӂEy!lҷ֜jU_zfO4^6:Xz5>Ts}J{񊍀^FK/d&ɛIcS(cbs@SSAN@BQh )X>ˍ]Old-Llw^ wl B4>8wϲqQGc)؟;tuLRU\*CgDֆqqgM] xpb/h:Y)";^?_Y9i3%i0ĢMy5Ɩ_AJ#q]FP%4);ig@z21vIq4JMyvun2 Jɴ,a^"S#v0(O垲PtΞ  8PsmB6V :GW($oJdg?v@i8;#kX]WK^+U?Sdz8O処g@0$C6MѩƎNPoc+b%21miA0kQ0.4L&"90c̮Srs4K``!|[N-[odxe-`W)J@INJ濘+O7!T>,ٳTǟ -q B+Kk=\wqxe@ԪTch71!t>W PiKAaaqS!p4ûob<.!(^;A5=@wJf]2E W僱}e1:(.i#y> CUA:(rLuL7GEP{ Cy9`q/[Ԣ .M5]_.S9$b"o-?NB}I74cF>w9=c"O/"7,pzv-grI>0x65]in\z(N;(|SVq+Ҁ'!f kBF~π4jai"ЙwTvmS)w`YgdrM/(1-yP%r9"Aȃi\׳)4"|0Yǎ=hZvenW?}q.6[KQuF%>LÀO}?ghE jd?'b%ېnz02;P4ϳ՜k@~ 8!&\&"u);F\UUhbneLcq0-8@0'HWќ㧀TJ_.O.ZKxhuUxvp,Za9$ʔg8\ADUr LbnzQwVդ"bieo7IVS B@j #t2  bå6S VeNhHu;.iPs['!N7^y~Ku~.N=Z\Z;e冓ˬ _Wo1{VZ{a7=㚉DwPSۛݩ-}?0MWW Ko '$/7}H:pT AUDLbUX{xV+M&4݂h]x<1Eja|ܫ㟯BМ䡽ŜrPFf(BI8xVzv=^P>s2>Nh{~T {>`? a*SƓ~(/ \60=^ ^ !cD=3ĮnN>!=la$&nj+hr9|ߎv"ҒՌlL=g&$e-]h}oX \+3ß遠)b_ KA=͕Qd /×/9MώزpL?W᪪w:phIbJ|ڞ2[gKT(mmcR+YҊn҆,WdwIҁ5Yn? Сu|:mQuᝤK06Wmo@9nq] 1jgcK¼vN7zrI3\jC ^ؤ'shRD/oQ@:;ìW8fޘr^{*)+f(7S~z5.DOe0(/^LJ3r(,}~H?[+sIx:s$D}6GUj, VyldR0w2Vtw#Wt&!a=o%=uyWb`3JXQK >Qx>iLuތ˸,bGPO~t<_(DrN|z?)6Ů: p0"于c|>>l@ȵz.$Aڊ8.I$} _Vi*?FE-6Ht^pO^5r㲥;GwDXz?oieK8vMXc4Й4} X.6֓(U2qn8FuNn0DPyN+02q.}8}M_*4W*bG T1*` Ʈe^m̹*nƋ{Trz .J?lgdal;T3$j;$ {uRA" (Xnf'Sy7~a*uavF3v9)2UM}IZ(LP%+4 SSRiXث5~I|[kJ5H'ѡY.sx|Kth7M (qqJ PTSM8Y$508T@/fN#F,b~He}AZz,-e-Ec&μb:zyћPG(RK;1Vߔ5JmkC\m}漠"ZAFRw* 8( =4uTYq`ba<j yo$(j[<o |ʳ>+aG6M[ .5$oFH) )O6Ig`3e ~Z!*r IJoa>̮PL@5=eF[j\Bh)#/fKrn#^zXi[ҌNTDKp?QHC]FAҞ.+66Q(%b ;?eG U{j+$'6}c@!>)"`D=,~ԦbY4PDJPaTzR ]v]QT1mf8!Л;QeR@@:ak،D\IahퟙEئLT#㌵@t&,þHcꦽX_V|>wkf~Gbj4`D0WZ.&_NP֙:RKKř\Cff0%[WiIƕinOf E)s4.z.Ϻ<߀}rO:!$.)pTϿ.E7&1f`W1zQ]J1b!? [8NkQ]7$l [Ȑ |oS1"V˕7pPe]K^xugV|J6߶לFM[mO>?UIUOȉ@"IF,by ĶO5/ƓXu'f[ J *e#dm9(pIZ;HO{cY{ב]DlIKVG#w_hӳ?jMt $Y IVZK,rVȬd,~Wes:{Ut#Q^% `pU}aEׂMu9&\BʎzSMJ-8L lh"Nw~-ez d1  zXݻ<&7I}% y6lz"J~M]ﱢI)*3cBvjUIWv>Dե%2%"cjؒajB<%4c[Z 8#b%m2n'v?BJ OyO.B%c4&ӔZFsJm_U2L6ˈUÔwnR"6B7<k(:4Ġ{՞4}Vuh| hJ'qr.#VR|V+/<3T['=fTL$s<-+Œ/Aqmfmwң>]9+$Vg=ĝ .Ny?Hq=7FMy WީnnW)g0N9`JˎnLyVa,|78vq&@{C,㏳8K83y^`gOW6b0% Jwm3 74%w~U#9G$"\ Q6GF`[fg6g~F 0 s f[;7Ӭ@YM|6n!/R \hJT)܃7ZL!Dy}3 E8 4(xs_nΚ&<FiH{3@EPۥ]AXT_ZVHSӵmۣ H֨Ig.tt`Mu^}a_GrEWvʲBO4x: ~ J-Tv6:BWdmL^5p*òc=< G; kGmdUL6x8^{6f!U?+!{(|йCYW}Ϫ lY0|}"/܍7E Ў[ Jz-I2hg& p͛9d% NtSwl#e 4f9 6p3W-pErAtaD*l D@[jHU2|l=)P @w@;퍫;&8E1,Qq2F*q*#sD!SH-{q[ VT#^@ 7@NZ6{oB#">^?k2 CS:ؙtwp^v|3%c72.14@1dX;/^կ ;e[8I -b4r]uc{fvl SGWBF}UΰH$yD `wV-0:g| j>󩬈XGڨ ,xYB"& <(Nt.t8-{^4c3юn Xr:1ڦ IOF3>ѩݱӄe܈|i;q #9Pۭ&f2&t?{ńv%6ɽ<3۷y68噺9n v2+kjqb`NjPϽ}9iw^'7 bJP0XRz#ʹih:~ J3弃n܄mAb *$Q75CY[TccrTɂ'G.gĚ XBgE@ /@N]m-N!@Wm]uE"XyElբ$ex\ $BBX`{V;Sðl *^ J^=5HkRns4Sy0_[GlVp֚w wD3?",DriKi*%L oÂ6'&z)?~QLl)~U=Bf|[yKOdhJ9eH|C=S![oad˚8 (̹Tz#K"ΟV OO$Tmh4]T4]IAs$8tktGmJ)D(AN}u,z2E 3)鿏|}Wr7_iS%lsq(Z ՇRN64ۻkE8:<ӯA QЯ)(X] Dh1y UTB Av["HɧWyD}pS{@ehq{%!f+iqʞ;VboW*Yj'ՎtѨ-s0O_tk# s^waGp n'hvZhlғ^+Ħ` ژh?YIZd:#mIpXPl9-"|z h. edrQչ "w dqxvEׯI8}v^['~mSX܊:sy'U˸..8y2 ˌŏҸ |=yT^U]Go:C$/*-K{ ).t6Lf"Re%I 4zw:6Pr[] p#aϫ 5H:\K^Ep%7!nJ ʤ<\0L89ޠpٜF-kEdaf1N81di|Sa=/ VzT ,Xxe*zc QN?jl!.b=cި"5#,@[tuTݖ q-%{~I%VHE1OڊS@r٧~ZT*/6YXȡ7ҵݹz4ܬ% W$ OwġGM- a}')Bu Ay'^ǣ,D ҭAM`xZpύUP/S/Z{ٹ=q|Baiߎ dqDDtwY4x!51z6JMtLGڟMe}Ŧِ Q4NbU~D*a>7B9~Wl-7ŕ4K ېŖP`ߤi1Nz0_Z PaCZ?"0T=+VFAeC TYg<t Ykyn-M|1n]L8)I? U>sWҨ6~$`= B\ φbR7vK^&83&ڒf71CzmaO^ B=w^w4 gIUo*҆y'|YQUDZkdfw/4>Ȃى7CR5'?QHȅWO|CE`ä::JӁ]9w5Sӣқr _z mYg~:l=GT$0nz{m2bGe~z5ȼW,+"Z!qS.oB_uX@ tXvadm!I`!B"3ak{~ P̓~_PI^5 N:H (l;Ɖ+at|)~׸=*4ku-TXyx&39_M˳zWtМQ{ݒ܄aaۢ^ {0/706<Cz_B?"Mq[; -FFW\%#L꺔\ K"d99JasS_,;UZR[ۺ&v R#1ԕHvqɞW{NwrO|cNK < ӍU u:JZJL58[xl_VAzEIO{Xbj}_%N4 ɫŅ60ἼZq"Kt~a1h&C ge@Yi$h (7|j̜yAjՏe#V8J#148jǹb}B!-~dbOҬV-_nwJub@ $A4 !H6vti٨$R 4lE<>ӌ>Ja4rx2&9܌`K?*׎|V$B2|g<“Qn!f甴=rOA,n.gaSRD=yˢ %GZ ᨝ubjLBlD55nbm%˙B]O. Κxeb#$vиڞn ~ Ŋ8S0Pr0qrp j: ] cN`r|DZy9ڂJn*%]a; d#"#ՆySԖ? QNX9 #P3 3e~-X #F>*.5 T}ZCfzn[$o$\j~c^7SrV.'2wq xe*Vҷp*2!$7QFu~J݃#jhɨL +9]h \n4c/§*`wyE4` cLQ^-7^bskA*"9Gp۫* ۭCNwgwD:a`"#.T,,KRV,ݒţLꕘB*sRù@ 1 4yHJ0 g3v H3?xyT>_zb% r(uK^Ǫ'|򒺐ZVbp^,U#HLRQp[%6Ӭ9e &7(4(i- `ut4Y'9HH 5Y!זrtC ֯%v+(gdbW,wB聋kx8`I 5I!k D*Fy[w˄L&NxLStʈO<&밡u ꩔nםdc{/I'PY<8Y\19pSDۻtgXefq> _ AwRgWtD1)akHo[Vl%񩁙13fissGfw_Pw _c89+߰]WREAQӷ#1t*;ncg0 $T sA0adg].;S0O@֖#e)^̏M|;!,aNg~;"k3jH}y_k/U:u1d{}܉j!dC47H^`Ⱥb@>X=Ҹ*`Yh.PQݺr|i.d{>.C+JeԆS^-`  M mdzE1|=:(}ޭ*W~_MC#?4Jg'|!s>_bt2GDt^tvoyaxwhvc ֜}S𺭄|#i`_"ci.!&l*շkr~9uW #@|= z( SAn[t2"!rmhڠe?L?{y>wgkoSYPNMМ&LR{t%tx~<q,keB3΁yIMo3ǩ4'$X'Ҟm%Kiq]:/ŘdBѧDW$Ń`\sw 4JL1|=ylHӿXǬtwF> GQ$Єr%s`=Zw:1}s2cdD<&=j`< rBJ*f>n/Ϋ:)'*O[H<_AA*FHi|,`vGV׫U:QuPzұjӆO% 6m-!߸"\b|DW7sѱ=?*8[PR@8"!%}[ɚ8W'>V+]asUC0 }>G ,NրCf lS6F&τ`)!Fz Jb`X_d奁TU<%c+a0|I.0 ~ w>q9dB֓GR"n@8!)Cf6HW7l |C@۽[p^JX!LJƓ{ 8|޷wGzo+n<"B/`/<{ܧ{RǰPj"IdY: ()_NSEqt3jsǮeI$y2H̭ "+mC"=E=䪮nxM{F#1+;'nY-:r]eh011B/z4U{=LhŗsnaŔ75H+s Pw2.ؽhKE{>Ay׍o ltANǔĞ.N$`px9~Ng)6zG s`'C6pZbJP^o:l?;ѰjINr ef&ÃZ}k7ɡh'#zb{5b?פgmWM-"_kxMiCs'l  p`=Y8tXM8Mw/3b2&k NT @ў% 9O@m0Ci}>a _f-{OLP3?eެORg Vˑ'i #(=uu<2FCնhtR̀oPh ACNJ0@ gYV~6-Q_7lyHefH7kpBroyIl#kw(KqNçL_֍yy=/PѨSvե#iU ښ<H'{DÝcu Ό'Z ROW0Rcy`OB':xVf7oᘬ?Ȟ* Y iddF5}1' /G.|?9X8h5̦w/߮yG%/ێ?:w^EG4 \} # gH~1F3@R^%4xqko3vi~rY3,?Xm'dp 5D`Ek4VeDU//֤Tf2nvihin0c'V#̍pRGGՇxhm5#Eτgҗ+0<@B[У;.<\}6Li( lodž2_C`4K+롽j; kq=\l7f8c1rFx\ᖼj$ %)@I"}.9F=P3 p{3ށS9PXTk)7RQacoYο\t&'lpȥ;ߎLT>)Y7/‘EjHMYl(|hO_<!5~lV.R;,yǟcW&a$V1/ֆΜzFj)+h-_еNL)DXzqGj{D!zXf tnl{ ]ydyNd,R7j(%)ѿn_I?e ;v kˉp7}GSPC#LJ$s4IbHc߯۠ngyўxgwyB2sj3IƧNMW;̱LFgmZ^fS Ar^I0- aa+ g&_|o3w͑:͘{Qf2]y%7N{]B^6i..𮵧8P?okJ| qQKKLp)> _RËoqijyP YGHŶ @I, @x"bv%%>_y>UiU,u'?CWdᆰOtEݟRcLUǃh(evcUL$PPpX_hB%DGLkJ̥ٸ[۹Vі6PX7#|;[}jHBGJ.}i8jxNUHQ++$[\Np}7ՁW ^iWf޸Y\qQv<.N!_-T%Q^%]:nnMk ̳SgOeN(♆j ŢPpcǶyѡ y@x{ ]yzBD$y\V z_Ć=|E0BT#_`]cU5i,Z%%t&˛@o?]mR~q yK/0TNٮvJt,>]+0,DQ I޾JBU䗏MOĒ$>?7,!YO>zXRr>jK}GC,ȵD/'%*cߤeM]EC%{6sFfxgȇ!1Fp@PjƀsHU~+فJߣ[Q!Z 2OX~'@]bw GfQ]}S&2Et#.vƖM_=ɤAz5!d.A)v)[1͠wL23Rȭl"o M7lv*F#`>;} `#9eQ~\bg*0ol5+2F.¿#N#EL޳+wȑO37`:<\ ]j2| v9V!lSDThsdGjQ3vBn g5cC0{\s]l, #wUq;iCJKhfwG%kۺ8pk9e!]I%w:'H[@8_ݺZȗݖ=&3OZ_Ԫ#$r3cmELo\_=94}W3퇽* >Um㞩F'sb|>`JBuԁa+>h@2S5T8p]9LJlF!ԝ%R XmR]l.ɍ 'POq#3!Jo̮Ά YyW>UecWoDfM3`F0 aIް^+Q563iH [& l6ڡ!uzSӞ'?9N_Nje$&0`N6-[%j|gϤ2zNGȀbbۖYh]R$(̗m4;q7 RX hJɲ%寮t;O_1 ;[o;P'UMLrgjݝSucgFۧTI5mE7#QVM~ro n z$lVLX@.|K7-Z;K. ~L pƨ<[dޗxch.}?I tkvH$wwC%S|Yj2^𵀕lt4=8`i{6ت-؝ȿ2Ä6\\nubȋ_\%Z+6á ̖SD7уy_̭jꨡֈ`L=Gp!! h 6mɾJMg[#+Hbi(vxhB@"9 0A<3S*CrN?ƨjoZʮ/ wH1Jfj!ɽZGfOL&@p4&>~ {rcw~c5G gܽv%^LI,4jEPV#0FU1 3Qa~ ~vy@66梖̥x0hòr,f Fw$1Cܕ9W2 bq5]Xg"Vi1/z5^EmtKeAvGi↍5ya%?5c4Ps E_y?mZ{y&,EvwB(=тl D,]CJ}*y4+[`*mxЂ|AϧDF[blʾ U񾋀 ^vkR*L  ig7jKz[j-Yg}3$oХR㷰2Fղ'Uﵰ+6BFiR$RbYT{4!TéH*%ɆMa)f;ƭM3C21SA2 4}`{?9 UƩvyE1aZokzl_esdKPEh^=vsUR- ӽRFfZo Kˠ1m̌OL|Po2z1zhOu>j/ SIlK5mUrF;"N4 *ǍKUq?ESfծnJgwV$VХj~oʱRHryH.o<>K># ]gPJYE,59W{|Fa`!,pFG"@TlZKԭ8== js5R@*EF̏?pu K:'™7Y;?Ct]g~ޝ_.{Bd*q]n lfZP[!тPث_{j,EqmgLQe3) Veϩ`跬mF?yfZ{!跜ZAʋ$T`(!I3ާ|h;=c+pX\gm{T.jOlQ)%Z']᣸ 8S,5l'RxQ:MqdzR 8|1jR6x~%w*NL@E֭]-CZ8(n5G0}<d,seHר\CZ`|{B.>=^gScle-ІlQWn3[Dl*~ np{ b'[J'膡Z)tY-zB\ =.BHa7SBlwI9\PXCF]#ietq?\atsMd]%s9_L͸I=iw,5E! 3c::F<6P7N q; 3r߹&:h?ggx.f"ճRW&>Ern]X@2׬.kܿ:a f6[U\- c\+琑fJЍ~e*^ xMj^KM!\*;G[PN;.]|91,b }Ӛr=jlrir?AI]$ynyd>w&.{\T?B Z%S mu8 ͼCȖdex9*|4"Ԃ<թgSe ЩվTж|bYA ݃-O`Ȃ 58z{t^* ڊκW'M"8e|bz8w$qp\Fd8v32/D7GϹ1Wܲk.AK4nۂed'Eo_FZ Rx{8->kA_H6?@,p'pÆ+!*7iŴsؔݹr;ijO!\dY6>ĢoX^Nmȏ&gKP^BR!--'A{inv"@Qŧ:ojq4FI0j 8#.8S~b d^s3$-nd3?0& $$Ï̈́I.i U;V}qZFeO*P1Pt![VFp =H2YQUĚXUpO~ؾN߉Ÿ>7՛}oËS,x3Y"~%[Ż/y92;wy[h)2jp )jpgTa6Hi~S\b sR蘓#Vm0qK)0n̲?Ǟ9|hH4' "5[~0L؀ 'BhI/'ueą(Trt-% *߹c@V2 TϿOˬH+w!vЂ=M4_0g.`IRT":h2AJ4c y, ^ h,=@HjSCiG5,F #{ _ӑ.=k-Bav,A-E;9a3CC 2mctWpșOck dh|!?Ez\ bT%:@Dl}Qܔ2Nπ%춰C[kIdBBíe¬e jdy$ݮdDJRYwr? 3\<NaW4$&%^O)?Λ_79{%C>t'bˤ?)ƙLo8ȏ+X|\"/2_,ȍy)`Z8ݷu &}O2 FsW,; {HG ^:tZ2)= =<ָ,U/>Pt'g  ^9E>)zԠ7KJ (u0"+P3/I^1 };2G74ӭ^*| o )#M?֩$8Uſh5>V4Cb 2%ȚgQ5CYZGQ ^j5zN(Zտw"C?6%dwR@Oa3m5N <6 p@MLbR'e ėnz`f)B[!22xўNǞhmh}ݏ{Pob-7'Ѥ4[ *W LͰ<4)`i-znDo~_~93s_w]\-:`E$j_'GM޲bnl1E9\Eܙ -Gpin > CSRIMP*oF.Y0%Ŝ2:͕-Sv 5_4e>eL%=ֲ8'`hbn-P1? ^-C|v(Džqx Z+n xo $С w#M4AMwŧG x^"l=5 GEԋt?\6T9?[(*\ |8038[P+}!]I ?ϳPwS"FwFvnbY gvlWbgqV.i)W4dqKZm>fģDk4TSHA`M pNm0W\<uW3o8ErT?_eߐ\3:)ZK¬i1^RCM'zN5LLC*EShPL`;βsb!cZFV~FHF#wD`*Թ=Kbn+l. Qwƚv*s. 1+{ސq.Ef+tj%?E.َ٠:P&pYV",>_DHg)Y# CYQ6lgW¦,T~.j'gkH@RÛ^!͎DSz)<ȹ|1G5EU!CB)}zW樟{'Rڑ| McfRi/A6sGKPDTI'%tm=2F a&2p#~`;<=/=jY:!C󹮜W^쾠HոFZ3ԔijpwK~Z8%IY E| /@NE2qMDQ03_:"l{MeE6:i3 o^܅!. _6vįι2{}Ofz\ǭ@l$HYJ顋jgaM9W3cxȴvu q,FneiW&4q6h"4+ͥU!"gSSfMK~&x.jlMaB~@ä< } lpQS_gI ;wێvm RYTCCj)G-v5"Pe04hFxJ?jJ]KI_z4ǼC>y2dJO@uoЛ|UM{\o2 h8{<)Մh`c]H#bJCby7tD~Q>Mwa070s{[2svykcjݕX%n\C)a~]i%pdhqi~ 6`bgin+2GI1+@;D1)xv ( rr-uLbfqe8oHp ϖ\8׻>*=J-'zB ;]RZZyU {Oq"e9ky0>TlGb%iUdW.|C*OUv^'&ϨQmImkEL N$qj"6}Wmq)r*ꖂgJT%xS* O,{\ ny6>2yؼh<и)c9 t~ftrǖӭ&_D܅V.9'!xR1W9#HZSKX0۪J "TQ)92PدqZz[`dM*Oھ'JT.Ro+n/lLKF8*GҸU)Ælo.1h=6rƬCEid?Bo#jfݮ Jk*<'қvXU;e5nsܛdVDhukIDiƍ1ɲ¹hv`B`kLI37X񪏑EdwhxJl<'ZM&^&ElYfUvo`e^WI5+۹K2.:(X-!J̖$5k8 hW yHRUE \j  S[yP(mgWN^1cظ)|ϵ8 jMf9(Е,e"F/bx "{h6CJNDEV,2t9 /W#LBAYoaqն7&j+a6:=1L^4sJO 3X%疃ؘ-V/kB)^fi:.Fޫ-D]8Ěg0b;THM%[MXB LjU~%FJ>5Ʃm.,r?eJy|^̲&i"&$-K(Hpb_A#v-9|p6Q gĸi*qC}(FN?}~$?`iq:+{Tk/ PsT3i)dIiGPTZ}bxqr.JLk =7_VB})p0wnulGyE**l_~**jhԒe=ZQ+Knu1g1dSJᖪX @N0U7GXOغ!0J9ӦG/{6ѠeXmlmlD.؎3nѻLm2j [?D)1V R8㲕̻:9π:gWI3 :+ARE7s =c&ઔ>-]J_i6ח)^;s.Z wb¿3E\XB\^K?&o\乆wy} ^u:M$r,+^Yʩ?JO-m#1\ǸyVY}xe`s4RrVfW2am puWNXo?ջxFh_Ϩxq>MӁ0XoECXf,D u qNJzLaK5Q_qX̿R#H'gp[VQP [-Uw+]t+E*NT>J|nk0*h*=$dX82(䍆E,"G =I[jU:6ZtھZט@F]oIs3(G~>{e]L5n@z`JQXv^rZ͕Ux\F_[lEP)a rM$9ı1MI%1.HBC34:o? dzlC6Cg;˨]mOC}|C8%ӟS#9ϯ>P(;hAt>4 TSM1[;X!2 ][6G(s|8tp@zAv"eJEJUM3?rOdK>st/hb-ՓːJlsVX+e k _6a)%Id?c AD!k kt"H 0\<4qitnrb\zWpm_7sXGkmpLb 2C3=\ `up<*ʆHvh2)cwRb\;T\U+PiNDl/YFb5S캊؀R M3tN|QL*̰GIK*zpIcm@!s%kj2(?P l Dng) Y7f˜tЛq%h>5V(` BOk5);jEVIYVAlޜ 7Wl,`p+r2Lݜ+{ H) 1"$I !{ȕEaWNtT 60P C*ZuFBOV^͵ lL{Y}ZћzzasTSv~C뾅g'[sE;R-RR77v5lӥׁ/ WwyNP?T]RxTcA {<#`QI*f_45^"Fsv lMDR:ңm'}>25led1À_ Ɛ0M)֣A)=g>-P F"gxV¯򵐂z|$^ ^zȤ=RI\聩]ZrW2KYUnt2׬5u|Y_.k[%Z銣#9A)e2ǁ1@ :K[ ,{Чdikq9 ]5*y`A^Sg ɫ8"fA\.rG:%i#v~锃ڦI!c@kjx% 9bOqg9 )M3g%^M}ۑ~llB9gUBJ3CH Hlbk1ҭ(#:Dqi讵2Lz4S⿾̈́{7.`(t=8Wy] vq.\k13VK"~˅~>O-N-q-7IE,OlYp(DMՠWZEnS drɭiY?1xp ![&E 2և]B8BH$ Z .±gΙ=B$w %\!+q*o.Xu^a.T|_8_t|wlYe&<%VMM\[_pM F1a{}`j,>v֖sC R&"'~ 0f8b=Izʖ&P p qJb뉀C ʑ  HLQ(8+7kDBwkRVv)qкJ3ҸpW_ { Py{' ?!2qk&PCح%fBCUn])Ǵ޳/pl +=JYiU-d 3ӶyU e#_*g6qD)myRW75LuCu/v:R lڶ||πqKw8_|_hlM,"|얱9ȽAd ^(-$FdJh4C3{2`RXϕ)#9ɏZj&_rYG T1[9PR i!,hYt"ϒc-e1 _B2Y[sD"x[!6m]aΚQ6w \aW{/$=˭_ebkɀ.l2\Zjq sV^կW5Jo}xy%* CZ*gAy3o6;hYfw(rr@+=Isw޼Rϫ Ɉdn*_C@j$M} # ș͛/wnY a@)`ƘlB9Bp ,#Rq}wޏN`3'#]E!(8ll!/`[/2Q>vNS!'dsE]B \iKM> $㚬88dgus,*>L+c2 J%MhꌶGHa% )ۀ< 3!c<;dҾT+Qt7}a/*]@in#J(x~βLVAS=Lf܎9K,#iOٚV׷O "r4ZTo;wbfaqXD*}p1K`X6:D2K2!Z!JY9 {95 @+-rܵwh/j^&j % JjK'jY 9Y\ZHba<'M&="XğN'@;h$ZtodP-҂Ma֍RRgWh2bBԣ# "%6n|a䷹srX)O 8' bX[$ZY{Aģժ_cw/~ =##b| C6-1H"Ź(ԩץ;Kޖk?Z6+JAs<0u+d dөxRLݔ[WyH 6nƫuYiR1yNHӣ?H33wkl4gedq0E}bEa4 n~~C}=ۏ釾O!)(mĔc[A 9;]}yJ&6RǕ6',M`զ.()3tr^fU6U$'v(ǖ gq<8 Qˆ'HUug ^%41pg ɭYPX,U6w;铷 *Ngv,nː N=W 4yuz{ܸ;kWE~/ƀ@Q#}an!C:Ζ5{iˌcߕ֊5AX+Hr m(Mkw܊w{ڦXl3p졿#B!u8 Uxbe|:'7FU+{>$jZ<3YCqҤy\q@P=Tt~~ K*DrQ trq%@ {|Ұ}q,&0Uu@t zL?C$8KN`!Sr2|{:+bq'6AHZbM$dȖ Qw[YW6 _?{0(eKLʈmk+gpTZ2:X—8z-#Y$ׅkRg@\1׌|~`?j 7I%]{Kak 9l&% *l;8u6$[Tq } (vZp)le<5tH@;ˢ |M?HO70 Z PA%|P\v_%GGN>xNκKEy'xDAnՍ==ܩk.+;׽T]ySêV{E2" htT;xpDuU91-w*DAxȀ1=qio\/ݦoZ,BISCݠtv p(Ig5c"hgnOs upHSzDG=G>Zbl!tN]/n -x: ו͆yq[_]s,* ڮ[ZR]R^Ŗ'@3j -kDi@Bt - t:i'ڐ7 }WWE`' \;vKdGT^gk߂>fIϸSeafd/kZr(Y.ojw ?oo`t)xhhNmt]m+9@>X"vg7&HeƧ.uH`: fuG cXg<8]q;ǃn&TT-ք41tV)K%3Di):tIMXDq~zT]Fk#=ջYGW&Ӆ1˔ @"{=aϺ2s}q@O(UFEuΪC >DYmzvhˢցrYێHZKDοj@ 7S ]s\];?͡CylA:'mB,oT+v 8X'e E1vzX>yȟ+-o'u5HA0x 73*m`rd:<` RfXnZ ΫHV$DuYm T70{ ,ΗETO"T'u^;J U)154`RG_!W-$l֛6IFe*Yh(kp΂(G;*eSy">I'#d hl|8K1 2ք(peI7|}v\/uy z0Y1]%yP`DvF#D{]ih(rfB"w9'EyˮC&bap"'!WZi Q='b*YF8dݿVf6_N_n@p-\n_>PIll2n)$ .v̉ټep[t Z=B Z]<n A\5PLq*C[5p$F=1W'\pޔPC5%v )nuc! 32N+cQLVT, )Qc/%&+eu%G)ŖߚQQ˛T; r?k5F lJ9Nz#&Q?`+HQK!6K/QwHƶpK7Ꞔl_$ĺ?C zRNϺKB)8y>WW`& W[/8䱋X|T(\z_̳#@vMG@d77Biwjf8q?u` &Pޏ^RaC󪈫]]/?^ wr9`o/8x3;hY#k}Nh# +-lH2/ȁWw1)Ngltޝ5ͭ(rg ~6n8MV*K+n}Fȗ:֧45+EуQyrub5y(Ҧpc6Ӊb&o-5!1l YZ$%@B)si$U}@ףUӲ֣휍w"QT4pLfo#Z+jljP6l۩[[ '5J "dH|Az)`~&{=A?InK!_`:w(zA!NCCu`u۪e(]gH " u7m [Qp1`\ݰ$=' QsH`:;qSX<0(aaJq=w",< o6v ޼ER6PrV'.:괞QwQQĵ3ͤie}Q#KBXd&O6i[t!DE*yx?PA2 >y"7]h]%cBS@9iz['k/5- ["^ -#D֫mm{z{0{.֍..R,yY@lFY̮^+!XYиez"IOݥ䪥!ssa($<;7 kzQ=J*pnKut#Q B6&ƦYRkh31q1t dG:RM^iw*qon4AHcpzUQJ(0iŢw+mXN1H%V3ͺ*&\ˌ}&{jXެ t ^Ay|^$ՅҬ9Xc 2|o#W;OιA]fm<2+)[la2yQÉOeA;cǣ0|JI-vd2d)랆W.VVxi?;%# $Dbt>*TCwPa6x\+Fl҉U ?7#2 ׇ@x˳n7qI [J~dnHh݃`/%9? ~1஭D訝Ҩd3)//b9.y_I%kWW&v-b7ׅ-QS[T%`1k]8/G߈iW 6Қ4l;CkY)c&I"aNc@s9B|t$شe\AcL%AghWEw͂H;~BuZ0PMa+# 0l 2~06`C{9D!As'r.CzF@LXT~'h=``Vb cI`W@y|~ _Vv"i( 4Zw9%VLXF$X,7%ڵ0LP.&d}6vC%|!7%?g YS";Q).ίF72ķ.՟o8 = $/a}:n*7 i$ʆcg>jwz4.p+\\E9IiǓFއFSH%cUE4YK5FXTl3SP̹R'PCxjz'բY*b0܆M>KCE;dfR*;g6ǎVnަ__7xytkmt ]pG![>g^ӿaU%g!?Ss67P)}mVbFE &uIh2,};цm"ˑ1RU ?x&[T_X!G JZC>NSZ4၀D㞢H#W1p6H6e}%Q?nIA .$(e xȃ"B4~¶lhKMGgi˸IT*mֺ>h| y\fzwo-O}{ȹFC˴vD]`,+bB>2#XӶ YZ