Skip to content

Commit 5a471b6

Browse files
build(deps): bump chainguard.dev/sdk from 0.1.28 to 0.1.29 (#1428)
Bumps [chainguard.dev/sdk](https://github.com/chainguard-dev/sdk) from 0.1.28 to 0.1.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chainguard-dev/sdk/releases">chainguard.dev/sdk's releases</a>.</em></p> <blockquote> <h2>v0.1.29</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/chainguard-dev/sdk/compare/v0.1.28...v0.1.29">https://github.com/chainguard-dev/sdk/compare/v0.1.28...v0.1.29</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chainguard-dev/sdk/commit/53280811233cf38aee38313fe8821f045250e4c1"><code>5328081</code></a> Merge pull request <a href="https://redirect.github.com/chainguard-dev/sdk/issues/68">#68</a> from chainguard-dev/create-pull-request/patch</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/fb8ec2ed03d1da74ccdfba8b7d9f9aa475e95275"><code>fb8ec2e</code></a> Export 80b044281f60b79b85c37af7d3b7b4c8d13cfec8</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/c6ec2b9f96cb80bbc4420b77e8fb2a0eda700143"><code>c6ec2b9</code></a> Export b623800bfb7336f49789836f5bf4cbccd4eb9df4</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/9bfdb1e20ff9e058b0e2721a124cde5429a9e29c"><code>9bfdb1e</code></a> Export 4c6636a0a28bcc3b74f56caa5d0f4308c38c0e94</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/7f48f8d16b848c7f62e13644df970541e3845782"><code>7f48f8d</code></a> Export 2d582e74761b74ef75b3d3f97dbfdd9993d76670</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/adbcee32b9d3917523a0d1bd128ce90a49bde480"><code>adbcee3</code></a> Export 05cfacc15b6c368221ea3372fed95c64ecbeb99d</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/3229dbc43d29bba19e7b298c1a5b29e48197398b"><code>3229dbc</code></a> Export 4f35f8f293ed35bee3adb252552f948596494a41</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/6a3ded71901f794d1d5c82f1a84372c568ab5cf8"><code>6a3ded7</code></a> Export 853620c69591edf0aa7a95f08aa5ef5cac5351e8</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/9c4c73250aa1d28472e01eda812427512e259132"><code>9c4c732</code></a> Export 43888bfbfd9dfd84dd9bac0bd104f05abc00fc55</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/7edd31a3cc8bcb904a5514b96e89275766d8f9ff"><code>7edd31a</code></a> Export c815b3dae6134ce70806e8e04b5414a2e2cd5142</li> <li>Additional commits viewable in <a href="https://github.com/chainguard-dev/sdk/compare/v0.1.28...v0.1.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard.dev/sdk&package-manager=go_modules&previous-version=0.1.28&new-version=0.1.29)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kenny Leung <kleung@chainguard.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff18904 commit 5a471b6

File tree

2 files changed

+58
-70
lines changed

2 files changed

+58
-70
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module chainguard.dev/apko
22

3-
go 1.23.2
3+
go 1.23.4
44

55
require (
6-
chainguard.dev/sdk v0.1.28
6+
chainguard.dev/sdk v0.1.29
77
github.com/chainguard-dev/clog v1.5.1
88
github.com/charmbracelet/log v0.4.0
99
github.com/dominodatalab/os-release v0.0.0-20190522011736-bcdb4a3e3c2f
@@ -27,7 +27,7 @@ require (
2727
go.opentelemetry.io/otel v1.33.0
2828
go.opentelemetry.io/otel/trace v1.33.0
2929
go.step.sm/crypto v0.56.0
30-
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
30+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
3131
golang.org/x/sync v0.10.0
3232
golang.org/x/sys v0.28.0
3333
golang.org/x/time v0.8.0
@@ -39,14 +39,14 @@ require (
3939
)
4040

4141
require (
42-
chainguard.dev/go-grpc-kit v0.17.6 // indirect
42+
chainguard.dev/go-grpc-kit v0.17.7 // indirect
4343
cloud.google.com/go/auth v0.13.0 // indirect
4444
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
4545
cloud.google.com/go/compute/metadata v0.6.0 // indirect
4646
dario.cat/mergo v1.0.1 // indirect
4747
filippo.io/edwards25519 v1.1.0 // indirect
4848
github.com/Microsoft/go-winio v0.6.2 // indirect
49-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
49+
github.com/ProtonMail/go-crypto v1.1.2 // indirect
5050
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
5151
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5252
github.com/bahlo/generic-list-go v0.2.0 // indirect
@@ -55,26 +55,26 @@ require (
5555
github.com/buger/jsonparser v1.1.1 // indirect
5656
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5757
github.com/charmbracelet/lipgloss v0.10.0 // indirect
58-
github.com/cloudflare/circl v1.3.7 // indirect
58+
github.com/cloudflare/circl v1.5.0 // indirect
5959
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
6060
github.com/containerd/log v0.1.0 // indirect
6161
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
6262
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
63-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
63+
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
6464
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6565
github.com/distribution/reference v0.5.0 // indirect
66-
github.com/docker/cli v27.1.1+incompatible // indirect
66+
github.com/docker/cli v27.3.1+incompatible // indirect
6767
github.com/docker/distribution v2.8.3+incompatible // indirect
6868
github.com/docker/docker v27.1.2+incompatible // indirect
69-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
69+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
7070
github.com/docker/go-connections v0.4.0 // indirect
7171
github.com/docker/go-units v0.5.0 // indirect
7272
github.com/dustin/go-humanize v1.0.1 // indirect
7373
github.com/emirpasic/gods v1.18.1 // indirect
7474
github.com/felixge/httpsnoop v1.0.4 // indirect
7575
github.com/go-chi/chi v4.1.2+incompatible // indirect
7676
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
77-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
77+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
7878
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
7979
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
8080
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -98,7 +98,7 @@ require (
9898
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
9999
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
100100
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99 // indirect
101-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
101+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
102102
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
103103
github.com/inconshreveable/mousetrap v1.1.0 // indirect
104104
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -124,19 +124,19 @@ require (
124124
github.com/pjbgf/sha1cd v0.3.0 // indirect
125125
github.com/pkg/errors v0.9.1 // indirect
126126
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
127-
github.com/prometheus/client_golang v1.20.4 // indirect
127+
github.com/prometheus/client_golang v1.20.5 // indirect
128128
github.com/prometheus/client_model v0.6.1 // indirect
129-
github.com/prometheus/common v0.59.1 // indirect
129+
github.com/prometheus/common v0.60.1 // indirect
130130
github.com/prometheus/procfs v0.15.1 // indirect
131131
github.com/rivo/uniseg v0.4.7 // indirect
132132
github.com/sassoftware/relic v7.2.1+incompatible // indirect
133133
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
134134
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
135135
github.com/sigstore/protobuf-specs v0.3.2 // indirect
136136
github.com/sigstore/rekor v1.3.6 // indirect
137-
github.com/sigstore/sigstore v1.8.9 // indirect
137+
github.com/sigstore/sigstore v1.8.10 // indirect
138138
github.com/sirupsen/logrus v1.9.3 // indirect
139-
github.com/skeema/knownhosts v1.2.2 // indirect
139+
github.com/skeema/knownhosts v1.3.0 // indirect
140140
github.com/spf13/pflag v1.0.5 // indirect
141141
github.com/theupdateframework/go-tuf v0.7.0 // indirect
142142
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
@@ -146,14 +146,14 @@ require (
146146
github.com/xanzy/ssh-agent v0.3.3 // indirect
147147
go.mongodb.org/mongo-driver v1.14.0 // indirect
148148
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
149-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
150-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
149+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
150+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
151151
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
152152
go.opentelemetry.io/otel/metric v1.33.0 // indirect
153153
go.uber.org/multierr v1.11.0 // indirect
154154
go.uber.org/zap v1.27.0 // indirect
155155
golang.org/x/crypto v0.31.0 // indirect
156-
golang.org/x/mod v0.21.0 // indirect
156+
golang.org/x/mod v0.22.0 // indirect
157157
golang.org/x/net v0.33.0 // indirect
158158
golang.org/x/oauth2 v0.24.0 // indirect
159159
golang.org/x/term v0.27.0 // indirect

0 commit comments

Comments
 (0)