Skip to content

Commit 7dd91a2

Browse files
Bump github.com/google/go-containerregistry in /test/new-e2e
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.7 to 0.21.0. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.20.7...v0.21.0) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a007ae commit 7dd91a2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

test/new-e2e/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent/test/new-e2e
22

3-
go 1.25.0
3+
go 1.25.6
44

55
// Do not upgrade Pulumi plugins to versions different from `test-infra-definitions`.
66
// The plugin versions NEED to be aligned.
@@ -24,7 +24,7 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/ssm v1.67.7 // indirect
2525
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
2626
github.com/cenkalti/backoff/v5 v5.0.3
27-
github.com/docker/cli v29.2.0+incompatible // indirect
27+
github.com/docker/cli v29.2.1+incompatible // indirect
2828
github.com/docker/docker v28.5.2+incompatible // indirect
2929
github.com/fatih/color v1.18.0
3030
github.com/google/uuid v1.6.0
@@ -227,7 +227,7 @@ require (
227227
github.com/digitalocean/go-libvirt v0.0.0-20240812180835-9c6c0a310c6c
228228
github.com/go-jose/go-jose/v4 v4.1.3
229229
github.com/go-viper/mapstructure/v2 v2.5.0
230-
github.com/google/go-containerregistry v0.20.7
230+
github.com/google/go-containerregistry v0.21.2
231231
github.com/hairyhenderson/go-codeowners v0.7.0
232232
)
233233

@@ -283,7 +283,7 @@ require (
283283
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
284284
github.com/containerd/errdefs v1.0.0 // indirect
285285
github.com/containerd/errdefs/pkg v0.3.0 // indirect
286-
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
286+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
287287
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
288288
github.com/dave/dst v0.27.3 // indirect
289289
github.com/docker/distribution v2.8.3+incompatible // indirect

test/new-e2e/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)