pax_global_header 0000666 0000000 0000000 00000000064 14761434512 0014521 g ustar 00root root 0000000 0000000 52 comment=fa6bbc49545bf5b9acd1aeb8c0f6e90ff8b9d890
clog-1.7.0/ 0000775 0000000 0000000 00000000000 14761434512 0012452 5 ustar 00root root 0000000 0000000 clog-1.7.0/.chainguard/ 0000775 0000000 0000000 00000000000 14761434512 0014635 5 ustar 00root root 0000000 0000000 clog-1.7.0/.chainguard/source.yaml 0000664 0000000 0000000 00000000322 14761434512 0017016 0 ustar 00root root 0000000 0000000 # Copyright 2023 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
spec:
authorities:
- keyless: {}
- key:
# Allow commits signed by GitHub.
kms: https://github.com/web-flow.gpg
clog-1.7.0/.github/ 0000775 0000000 0000000 00000000000 14761434512 0014012 5 ustar 00root root 0000000 0000000 clog-1.7.0/.github/dependabot.yml 0000664 0000000 0000000 00000000617 14761434512 0016646 0 ustar 00root root 0000000 0000000 # Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
all:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
clog-1.7.0/.github/workflows/ 0000775 0000000 0000000 00000000000 14761434512 0016047 5 ustar 00root root 0000000 0000000 clog-1.7.0/.github/workflows/go.yml 0000664 0000000 0000000 00000001162 14761434512 0017177 0 ustar 00root root 0000000 0000000 # This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: './go.mod'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
clog-1.7.0/.gitignore 0000664 0000000 0000000 00000000736 14761434512 0014450 0 ustar 00root root 0000000 0000000 # If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
clog-1.7.0/LICENSE 0000664 0000000 0000000 00000026135 14761434512 0013466 0 ustar 00root root 0000000 0000000 Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
clog-1.7.0/README.md 0000664 0000000 0000000 00000006352 14761434512 0013737 0 ustar 00root root 0000000 0000000 # 👞 clog
[](https://pkg.go.dev/github.com/chainguard-dev/clog)
Context-aware [`slog`](https://pkg.go.dev/log/slog)
`slog` was added in Go 1.21, so using this requires Go 1.21 or later.
## Usage
### Context Logger
The context Logger can be used to use Loggers from the context. This is
sometimes preferred over the [Context Handler](#context-handler), since this can
make it easier to use different loggers in different contexts (e.g. testing).
This approach is heavily inspired by
[`knative.dev/pkg/logging`](https://pkg.go.dev/knative.dev/pkg/logging), but with [zero dependencies outside the standard library](https://github.com/chainguard-dev/clog/blob/main/go.mod) (compare with [`pkg/logging`'s deps](https://pkg.go.dev/knative.dev/pkg/logging?tab=imports)).
```go
package main
import (
"context"
"log/slog"
"github.com/chainguard-dev/clog"
)
func main() {
// One-time setup
log := clog.New(slog.Default().Handler()).With("a", "b")
ctx := clog.WithLogger(context.Background(), log)
f(ctx)
}
func f(ctx context.Context) {
// Grab logger from context and use.
log := clog.FromContext(ctx)
log.Info("in f")
// Add logging context and pass on.
ctx = clog.WithLogger(ctx, log.With("f", "hello"))
g(ctx)
}
func g(ctx context.Context) {
// Grab logger from context and use.
log := clog.FromContext(ctx)
log.Info("in g")
// Package level context loggers are also aware
clog.ErrorContext(ctx, "asdf")
}
```
```sh
$ go run .
2009/11/10 23:00:00 INFO in f a=b
2009/11/10 23:00:00 INFO in g a=b f=hello
2009/11/10 23:00:00 ERROR asdf a=b f=hello
```
#### Testing
The `slogtest` package provides utilities to make it easy to create loggers that
will use the native testing logging.
```go
func TestFoo(t *testing.T) {
ctx := slogtest.TestContextWithLogger(t)
for _, tc := range []string{"a", "b"} {
t.Run(tc, func(t *testing.T) {
clog.FromContext(ctx).Infof("hello world")
})
}
}
```
```sh
$ go test -v ./examples/logger
=== RUN TestLog
=== RUN TestLog/a
=== NAME TestLog
slogtest.go:20: time=2023-12-12T18:42:53.020-05:00 level=INFO msg="hello world"
=== RUN TestLog/b
=== NAME TestLog
slogtest.go:20: time=2023-12-12T18:42:53.020-05:00 level=INFO msg="hello world"
--- PASS: TestLog (0.00s)
--- PASS: TestLog/a (0.00s)
--- PASS: TestLog/b (0.00s)
PASS
ok github.com/chainguard-dev/clog/examples/logger
```
### Context Handler
The context Handler can be used to insert values from the context.
```go
func init() {
slog.SetDefault(slog.New(clog.NewHandler(slog.NewTextHandler(os.Stdout, nil))))
}
func main() {
ctx := context.Background()
ctx = clog.WithValues(ctx, "foo", "bar")
// Use slog package directly
slog.InfoContext(ctx, "hello world", slog.Bool("baz", true))
// glog / zap style (note: can't pass additional attributes)
clog.ErrorContextf(ctx, "hello %s", "world")
}
```
```sh
$ go run .
time=2009-11-10T23:00:00.000Z level=INFO msg="hello world" baz=true foo=bar
time=2009-11-10T23:00:00.000Z level=ERROR msg="hello world" foo=bar
```
### Google Cloud Platform support
This package also provides a GCP-optimized JSON handler for structured logging and trace attribution.
See [`./gcp/README.md`](./gcp/README.md) for details.
clog-1.7.0/example_test.go 0000664 0000000 0000000 00000003127 14761434512 0015476 0 ustar 00root root 0000000 0000000 package clog_test
import (
"context"
"log/slog"
"os"
"github.com/chainguard-dev/clog"
"github.com/chainguard-dev/clog/slogtest"
)
func ExampleHandler() {
log := slog.New(clog.NewHandler(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{
// Remove time for repeatable results
ReplaceAttr: slogtest.RemoveTime,
})))
ctx := context.Background()
ctx = clog.WithValues(ctx, "foo", "bar")
log.InfoContext(ctx, "hello world", slog.Bool("baz", true))
// Output:
// level=INFO msg="hello world" baz=true foo=bar
}
func ExampleLogger() {
log := clog.NewLogger(slog.New(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{
// Remove time for repeatable results
ReplaceAttr: slogtest.RemoveTime,
})))
log = log.With("a", "b")
ctx := clog.WithLogger(context.Background(), log)
// Grab logger from context and use
// Note: this is a formatter aware method, not an slog.Attr method.
clog.FromContext(ctx).With("foo", "bar").Infof("hello %s", "world")
// Package level context loggers are also aware
clog.ErrorContext(ctx, "asdf", slog.Bool("baz", true))
// Output:
// level=INFO msg="hello world" a=b foo=bar
// level=ERROR msg=asdf a=b baz=true
}
func ExampleFromContext_preserveContext() {
log := clog.NewLogger(slog.New(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{
// Remove time for repeatable results
ReplaceAttr: slogtest.RemoveTime,
}))).With("foo", "bar")
ctx := clog.WithLogger(context.Background(), log)
// Previous context values are preserved when using FromContext
clog.FromContext(ctx).Info("hello world")
// Output:
// level=INFO msg="hello world" foo=bar
}
clog-1.7.0/examples/ 0000775 0000000 0000000 00000000000 14761434512 0014270 5 ustar 00root root 0000000 0000000 clog-1.7.0/examples/handler/ 0000775 0000000 0000000 00000000000 14761434512 0015705 5 ustar 00root root 0000000 0000000 clog-1.7.0/examples/handler/main.go 0000664 0000000 0000000 00000000721 14761434512 0017160 0 ustar 00root root 0000000 0000000 package main
import (
"context"
"log/slog"
"os"
"github.com/chainguard-dev/clog"
)
func init() {
slog.SetDefault(slog.New(clog.NewHandler(slog.NewTextHandler(os.Stdout, nil))))
}
func main() {
ctx := context.Background()
ctx = clog.WithValues(ctx, "foo", "bar")
// Use slog package directly
slog.InfoContext(ctx, "hello world", slog.Bool("baz", true))
// glog / zap style (note: can't pass additional attributes)
clog.Errorf("hello %s", "world")
}
clog-1.7.0/examples/logger/ 0000775 0000000 0000000 00000000000 14761434512 0015547 5 ustar 00root root 0000000 0000000 clog-1.7.0/examples/logger/main.go 0000664 0000000 0000000 00000001405 14761434512 0017022 0 ustar 00root root 0000000 0000000 package main
import (
"context"
"flag"
"log/slog"
"os"
"github.com/chainguard-dev/clog"
"github.com/chainguard-dev/clog/slag"
)
func main() {
var level slag.Level
flag.Var(&level, "log-level", "log level")
flag.Parse()
slog.SetDefault(slog.New(slog.NewTextHandler(os.Stderr, &slog.HandlerOptions{Level: &level})))
log := clog.NewLogger(slog.Default()).With("a", "b")
ctx := clog.WithLogger(context.Background(), log)
// Grab logger from context and use
clog.FromContext(ctx).With("foo", "bar").Debugf("hello debug world")
clog.FromContext(ctx).With("info", true).Infof("hello info world")
clog.FromContext(ctx).With("warn", 42).Warnf("hello warn world")
// Package level context loggers are also aware
clog.ErrorContext(ctx, "hello error world")
}
clog-1.7.0/examples/logger/main_test.go 0000664 0000000 0000000 00000000475 14761434512 0020067 0 ustar 00root root 0000000 0000000 package main
import (
"testing"
"github.com/chainguard-dev/clog"
"github.com/chainguard-dev/clog/slogtest"
)
func TestFoo(t *testing.T) {
ctx := slogtest.TestContextWithLogger(t)
for _, tc := range []string{"a", "b"} {
t.Run(tc, func(t *testing.T) {
clog.FromContext(ctx).Infof("hello world")
})
}
}
clog-1.7.0/gcp/ 0000775 0000000 0000000 00000000000 14761434512 0013223 5 ustar 00root root 0000000 0000000 clog-1.7.0/gcp/README.md 0000664 0000000 0000000 00000005505 14761434512 0014507 0 ustar 00root root 0000000 0000000 # `clog/gcp`: structured logging for Google Cloud using [`slog`](https://pkg.go.dev/log/slog)
Contrary to the
[documented "standard" approach for logging](https://cloud.google.com/logging/docs/setup/go),
this doesn't use any third-party logging package for logging.
Instead, it relies on Google Cloud's support for ingesting structured logs by
simply printing JSON to stderr.
This method of emitting structured logs is supported by:
- [Cloud Run](https://cloud.google.com/run/docs/logging#using-json)
- [Kubernetes Engine](https://cloud.google.com/logging/docs/structured-logging#special-payload-fields)
- [Cloud Functions](https://cloud.google.com/functions/docs/monitoring/logging#writing_structured_logs)
- [App Engine](https://cloud.google.com/logging/docs/structured-logging#special-payload-fields)
(standard and flexible)
- and in other products, using the
[Cloud Logging agent](https://cloud.google.com/logging/docs/agent/logging) and
[Ops agent](https://cloud.google.com/logging/docs/agent/ops-agent).
## Basic Usage
To use this, underscore-import `gcp/init`, which will configure `slog` to use
the GCP-optimized JSON handler for all log messages:
Then when you use `slog`, all log messages will be output in JSON format to
standard error, which is automatically ingested by Cloud Logging.
```go
import _ "github.com/chainguard-dev/clog/gcp/init"
...
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
slog.InfoContext(r.Context(), "my message",
"mycount", 42,
"mystring", "myvalue",
)
})
```
This logs the message, with the additional structured logging fields in Cloud
Logging:
 |
## Correlating Logs with Requests
You can also use this to correlate log lines with the request that generated
them, by associating the log message with the request's trace context header.
```go
import "github.com/chainguard-dev/clog/gcp"
...
http.Handle("/", gcp.WithCloudTraceContext(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
slog.InfoContext(r.Context(), "my message",
"mycount", 42,
"mystring", "myvalue",
)
})))
```
This logs the message, associated with the request's trace, in Cloud Logging:
 |
Other logs with the same `trace` attribute are generated by the same incoming
request.
See https://cloud.google.com/trace/docs/trace-log-integration for more
information.
## Critical Logging
Cloud Logging supports a **CRITICAL** logging level, which doesn't map cleanly
to `slog`'s built-in levels.
To log at this level:
```go
slog.Log(ctx, gcp.LevelCritical, "I have a bad feeling about this...")
```
See `./cmd/example` for a deployable example.
---
This repo is forked from https://github.com/remko/cloudrun-slog, which
originated this idea and implementation.
clog-1.7.0/gcp/basic.png 0000664 0000000 0000000 00000311461 14761434512 0015020 0 ustar 00root root 0000000 0000000 PNG
IHDR ܧ >iCCPICC Profile HWXS[@hK "5ZIPb;6tUDJ#Eł.ʛu_|?gsܙ{ v# q!4:) 2@-1cb" ,C˻ WZE/@+C| +@S
ER+ !^(Yr\%rWfǂ
%G%ӋYPCb'!O @o~$@R}F:Yp|.((q%?O2
Vlqht0o7s'K
}h5! !F)ْD=j-`xp
!EE(LA0bBЩBvz/+l6')|
bSe~Kr
|BS-NHE )
bUr6cYQC6bI4~ >V)Sؗۜ-`G)Py~6.G?v/d&R"=:Dq8Ey!RbׂxX<.H>)*Iljpb@`@@X3$}}N8@ 8(ɲ!ƃb'D|P0<.@E:ʯ S[$@AF %ǐ;V.7Vi2
F2䑮6dI"CD[ ŽxgCnOxB"<$\#tnM2tC`E.2~n5 Ce\7 +g7ȲqKBIo3i(NdK'?[bX;v;;5aQ)^]ek[,\#'+dSSy_!
XDĂB:~t8"}}7ܼ? 9>88x;v}p7lӡfD\$p jpc`l|; h R}6\b0 sA)(jl[N8 ^~|FP =0_$@T$BCʑzdRC9<@z'CUP-BG x4%Zݍ6'5}` St0Sc`,,K2116+*jk
֍aq"N\x"'z|'ހWx?@% ^6!EB(%TNýCxG$uDS9
z bqD"I>hTH*%#&']&>()+(9++) J*v)ST3YlI"GyimEr3EbM$Pr(s)k)uӔ7fʞʱ9k*U~QESN2NEDe [*oT՟F-.POQS?TU٪<٪
U_,jԊ*]TS'[9+՛oh4FkDkk,إqN&IJ3H9_s)G4fNcѸymӴ-[+G\kVVvTJ:['Og~:tt|Euu]O_ߨ 735bA##Fq533nհp(HdQq*cƽ&4_*&t&=F754
5n14lfmhVbVovϜb04_ejoabi1â%ْamƲUFgzlbZ6T?66Wm\
P;7lJ~}HHϑ#o880j88F886:e1*mQ999ms3Zst-_;9s+P]]f4rwntFst[]^aQqňa,f$xx<ݫk_m#3n_ofn?S?_CsvL[fs7eS8P{k&D X>~YpVpmp[7Fl.63-\%<>|}qDK$2ne01DWFߋs8[$nt܌xZ]&II$&%KIz";eT̔Ԧ4RZRAcW6t㧎?7`Bބ&r&H''JTs2U\w
ϟ?\,'keVo_vEv%X/x)}nt|f0W6xI]"{Q{ՓHB-#!"yP[TYaJҔS5
vLhߦӹ[gΘ;L-YZgϞ?gNȜs)ss^Ty-ϙ藐_jKUKť7x/ش_(XعeѺExe˝+ʿ,.>_:$sIR ]_|
+\ٰlWpشF{mڦu떭>{ʀ*êEU76\迱nѦM66ڪb+qk'ےf_wwtVQSpZVRۻ{K{49mש/J>ߗZ:D;Tր4LkonnJmjknmn9t#G*j]zrlNN:ubS)Ŷu?}LSg}9u<|
n~wP{gEM