Skip to content

Commit cd1143b

Browse files
chore(deps): Bump chainguard.dev/apko from 1.1.9 to 1.1.11 (#740)
Bumps [chainguard.dev/apko](https://github.com/chainguard-dev/apko) from 1.1.9 to 1.1.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chainguard-dev/apko/releases">chainguard.dev/apko's releases</a>.</em></p> <blockquote> <h2>Release v1.1.10</h2> <h2>Changelog</h2> <ul> <li>dd5a700b95a67ea882e7b59bca6b913afb44954d chore: Increase max HTTP response size (<a href="https://redirect.github.com/chainguard-dev/apko/issues/2083">#2083</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chainguard-dev/apko/commit/dd5a700b95a67ea882e7b59bca6b913afb44954d"><code>dd5a700</code></a> chore: Increase max HTTP response size (<a href="https://redirect.github.com/chainguard-dev/apko/issues/2083">#2083</a>)</li> <li><a href="https://github.com/chainguard-dev/apko/commit/8e44fcdb7270cc87c264f526c0c7f679e6d10920"><code>8e44fcd</code></a> build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modul...</li> <li><a href="https://github.com/chainguard-dev/apko/commit/47b750a53c73159fff6779215e491abd8a95335e"><code>47b750a</code></a> build(deps): bump go.step.sm/crypto from 0.76.0 to 0.76.2 (<a href="https://redirect.github.com/chainguard-dev/apko/issues/2079">#2079</a>)</li> <li>See full diff in <a href="https://github.com/chainguard-dev/apko/compare/v1.1.9...v1.1.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard.dev/apko&package-manager=go_modules&previous-version=1.1.9&new-version=1.1.10)](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 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1360f92 commit cd1143b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/chainguard-dev/terraform-provider-imagetest
33
go 1.25.6
44

55
require (
6-
chainguard.dev/apko v1.1.9
6+
chainguard.dev/apko v1.1.11
77
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
88
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
99
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0
@@ -146,7 +146,7 @@ require (
146146
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
147147
github.com/opencontainers/go-digest v1.0.0 // indirect
148148
github.com/opencontainers/image-spec v1.1.1 // indirect
149-
github.com/package-url/packageurl-go v0.1.3 // indirect
149+
github.com/package-url/packageurl-go v0.1.4 // indirect
150150
github.com/pavlo-v-chernykh/keystore-go/v4 v4.5.0 // indirect
151151
github.com/pjbgf/sha1cd v0.3.2 // indirect
152152
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -179,14 +179,14 @@ require (
179179
go.opentelemetry.io/otel/log v0.16.0 // indirect
180180
go.opentelemetry.io/otel/metric v1.40.0 // indirect
181181
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
182-
go.step.sm/crypto v0.76.0 // indirect
182+
go.step.sm/crypto v0.76.2 // indirect
183183
go.yaml.in/yaml/v2 v2.4.3 // indirect
184184
go.yaml.in/yaml/v3 v3.0.4 // indirect
185185
golang.org/x/oauth2 v0.35.0 // indirect
186186
golang.org/x/term v0.40.0 // indirect
187187
golang.org/x/time v0.14.0 // indirect
188188
golang.org/x/tools v0.42.0 // indirect
189-
google.golang.org/api v0.267.0 // indirect
189+
google.golang.org/api v0.268.0 // indirect
190190
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
191191
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
192192
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
chainguard.dev/apko v1.1.9 h1:H8mYvb37jMOfG0aniuXd1+lK3SljRCfXcYcdqSPS3ck=
2-
chainguard.dev/apko v1.1.9/go.mod h1:WSKnReIy2VwQSe1wVb00OTyg5Uv78eYX8Y/WoWHebUA=
1+
chainguard.dev/apko v1.1.11 h1:F6KBDxsP+GfjZUnAu85N0se6rk3kei8yoF8vRgj+BrM=
2+
chainguard.dev/apko v1.1.11/go.mod h1:X35Hab7vcFt47yQEoZTOkzwB9oPgFpGotKB8ZTL3dFk=
33
chainguard.dev/go-grpc-kit v0.17.15 h1:y+FBjta2lsC0XxlkG+W5P1VxYl0zG74GRvoYN2o+p7s=
44
chainguard.dev/go-grpc-kit v0.17.15/go.mod h1:1wAVAX2CCamtFlfMs9PFzfgQQxX1/TQyF6cbWApbJ2U=
55
chainguard.dev/sdk v0.1.50 h1:rCoIYf30+ledJdaChqHVi2vh1BwIaWdVLjPfuPGdQ80=
@@ -406,8 +406,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
406406
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
407407
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
408408
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
409-
github.com/package-url/packageurl-go v0.1.3 h1:4juMED3hHiz0set3Vq3KeQ75KD1avthoXLtmE3I0PLs=
410-
github.com/package-url/packageurl-go v0.1.3/go.mod h1:nKAWB8E6uk1MHqiS/lQb9pYBGH2+mdJ2PJc2s50dQY0=
409+
github.com/package-url/packageurl-go v0.1.4 h1:RHfiiN1SSY+Kic537DXch6fy593rxGJW6WDzAiOwNdk=
410+
github.com/package-url/packageurl-go v0.1.4/go.mod h1:nKAWB8E6uk1MHqiS/lQb9pYBGH2+mdJ2PJc2s50dQY0=
411411
github.com/pavlo-v-chernykh/keystore-go/v4 v4.5.0 h1:2nosf3P75OZv2/ZO/9Px5ZgZ5gbKrzA3joN1QMfOGMQ=
412412
github.com/pavlo-v-chernykh/keystore-go/v4 v4.5.0/go.mod h1:lAVhWwbNaveeJmxrxuSTxMgKpF6DjnuVpn6T8WiBwYQ=
413413
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
@@ -530,8 +530,8 @@ go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZY
530530
go.opentelemetry.io/otel/trace v1.40.0/go.mod h1:zeAhriXecNGP/s2SEG3+Y8X9ujcJOTqQ5RgdEJcawiA=
531531
go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjceRb/A=
532532
go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4=
533-
go.step.sm/crypto v0.76.0 h1:K23BSaeoiY7Y5dvvijTeYC9EduDBetNwQYMBwMhi1aA=
534-
go.step.sm/crypto v0.76.0/go.mod h1:PXYJdKkK8s+GHLwLguFaLxHNAFsFL3tL1vSBrYfey5k=
533+
go.step.sm/crypto v0.76.2 h1:JJ/yMcs/rmcCAwlo+afrHjq74XBFRTJw5B2y4Q4Z4c4=
534+
go.step.sm/crypto v0.76.2/go.mod h1:m6KlB/HzIuGFep0UWI5e0SYi38UxpoKeCg6qUaHV6/Q=
535535
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
536536
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
537537
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
@@ -617,8 +617,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
617617
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
618618
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
619619
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
620-
google.golang.org/api v0.267.0 h1:w+vfWPMPYeRs8qH1aYYsFX68jMls5acWl/jocfLomwE=
621-
google.golang.org/api v0.267.0/go.mod h1:Jzc0+ZfLnyvXma3UtaTl023TdhZu6OMBP9tJ+0EmFD0=
620+
google.golang.org/api v0.268.0 h1:hgA3aS4lt9rpF5RCCkX0Q2l7DvHgvlb53y4T4u6iKkA=
621+
google.golang.org/api v0.268.0/go.mod h1:HXMyMH496wz+dAJwD/GkAPLd3ZL33Kh0zEG32eNvy9w=
622622
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
623623
google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=
624624
google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=

0 commit comments

Comments
 (0)