1
1
module github.com/google/go-containerregistry
2
2
3
- go 1.18
3
+ go 1.22.0
4
+
5
+ toolchain go1.23.0
4
6
5
7
require (
6
8
github.com/containerd/stargz-snapshotter/estargz v0.14.3
7
9
github.com/docker/cli v27.1.1+incompatible
8
10
github.com/docker/distribution v2.8.2+incompatible
9
11
github.com/docker/docker v24.0.0+incompatible
10
- github.com/google/go-cmp v0.5.9
12
+ github.com/google/go-cmp v0.6.0
11
13
github.com/klauspost/compress v1.16.5
12
14
github.com/mitchellh/go-homedir v1.1.0
13
15
github.com/opencontainers/go-digest v1.0.0
14
16
github.com/opencontainers/image-spec v1.1.0-rc3
15
17
github.com/spf13/cobra v1.7.0
16
18
golang.org/x/oauth2 v0.8.0
17
- golang.org/x/sync v0.2 .0
18
- golang.org/x/tools v0.9.1
19
+ golang.org/x/sync v0.8 .0
20
+ golang.org/x/tools v0.26.0
19
21
)
20
22
21
23
require (
@@ -36,9 +38,9 @@ require (
36
38
github.com/sirupsen/logrus v1.9.1 // indirect
37
39
github.com/spf13/pflag v1.0.5 // indirect
38
40
github.com/vbatts/tar-split v0.11.3 // indirect
39
- golang.org/x/mod v0.10 .0 // indirect
40
- golang.org/x/net v0.17 .0 // indirect
41
- golang.org/x/sys v0.15 .0 // indirect
41
+ golang.org/x/mod v0.21 .0 // indirect
42
+ golang.org/x/net v0.30 .0 // indirect
43
+ golang.org/x/sys v0.26 .0 // indirect
42
44
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
43
45
google.golang.org/appengine v1.6.7 // indirect
44
46
google.golang.org/protobuf v1.30.0 // indirect
0 commit comments