Skip to content

Commit f253e78

Browse files
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.0+incompatible to 25.0.6+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.0...v25.0.6) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36023e0 commit f253e78

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

go.mod

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ go 1.23
55

66
require (
77
cloud.google.com/go/secretmanager v1.11.1
8-
github.com/BurntSushi/toml v1.2.1
8+
github.com/BurntSushi/toml v1.4.0
99
github.com/Masterminds/semver v1.5.0
1010
github.com/buildpacks/libcnb/v2 v2.0.0
11-
github.com/google/go-cmp v0.5.9
11+
github.com/google/go-cmp v0.6.0
1212
github.com/google/go-containerregistry v0.16.1
1313
github.com/googleapis/gax-go/v2 v2.12.0
1414
github.com/hashicorp/go-retryablehttp v0.6.7
1515
github.com/rs/xid v0.0.0-20170604230408-02dd45c33376
1616
golang.org/x/oauth2 v0.8.0
17-
golang.org/x/sys v0.8.0
17+
golang.org/x/sys v0.26.0
1818
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb
1919
gopkg.in/yaml.v2 v2.4.0
2020
)
@@ -23,11 +23,10 @@ require (
2323
cloud.google.com/go/compute v1.23.0 // indirect
2424
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2525
cloud.google.com/go/iam v1.1.1 // indirect
26-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2726
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
2827
github.com/docker/cli v24.0.0+incompatible // indirect
2928
github.com/docker/distribution v2.8.2+incompatible // indirect
30-
github.com/docker/docker v24.0.0+incompatible // indirect
29+
github.com/docker/docker v25.0.13+incompatible // indirect
3130
github.com/docker/docker-credential-helpers v0.7.0 // indirect
3231
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3332
github.com/golang/protobuf v1.5.3 // indirect
@@ -37,21 +36,21 @@ require (
3736
github.com/klauspost/compress v1.16.5 // indirect
3837
github.com/kr/pretty v0.1.0 // indirect
3938
github.com/mitchellh/go-homedir v1.1.0 // indirect
40-
github.com/onsi/gomega v1.19.0 // indirect
39+
github.com/onsi/gomega v1.34.2 // indirect
4140
github.com/opencontainers/go-digest v1.0.0 // indirect
4241
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
4342
github.com/pkg/errors v0.9.1 // indirect
4443
github.com/sirupsen/logrus v1.9.1 // indirect
4544
github.com/vbatts/tar-split v0.11.3 // indirect
4645
go.opencensus.io v0.24.0 // indirect
47-
golang.org/x/crypto v0.9.0 // indirect
48-
golang.org/x/net v0.10.0 // indirect
49-
golang.org/x/sync v0.2.0 // indirect
50-
golang.org/x/text v0.9.0 // indirect
46+
golang.org/x/crypto v0.28.0 // indirect
47+
golang.org/x/net v0.30.0 // indirect
48+
golang.org/x/sync v0.8.0 // indirect
49+
golang.org/x/text v0.19.0 // indirect
5150
google.golang.org/api v0.128.0 // indirect
5251
google.golang.org/appengine v1.6.7 // indirect
5352
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
5453
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
5554
google.golang.org/grpc v1.57.0 // indirect
56-
google.golang.org/protobuf v1.31.0 // indirect
55+
google.golang.org/protobuf v1.34.1 // indirect
5756
)

0 commit comments

Comments
 (0)