@@ -3,13 +3,13 @@ module github.com/containers/skopeo
3
3
go 1.18
4
4
5
5
require (
6
- github.com/containers/common v0.51.2
6
+ github.com/containers/common v0.52.0
7
7
github.com/containers/image/v5 v5.25.0
8
8
github.com/containers/ocicrypt v1.1.7
9
9
github.com/containers/storage v1.46.1
10
10
github.com/docker/distribution v2.8.1+incompatible
11
11
github.com/opencontainers/go-digest v1.0.0
12
- github.com/opencontainers/image-spec v1.1.0-rc2
12
+ github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
13
13
github.com/opencontainers/image-tools v1.0.0-rc3
14
14
github.com/sirupsen/logrus v1.9.0
15
15
github.com/spf13/cobra v1.7.0
@@ -24,18 +24,18 @@ require (
24
24
require (
25
25
github.com/BurntSushi/toml v1.2.1 // indirect
26
26
github.com/Microsoft/go-winio v0.6.0 // indirect
27
- github.com/Microsoft/hcsshim v0.9.8 // indirect
27
+ github.com/Microsoft/hcsshim v0.10.0-rc.7 // indirect
28
28
github.com/VividCortex/ewma v1.2.0 // indirect
29
29
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
30
30
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
31
- github.com/containerd/cgroups v1.0.4 // indirect
31
+ github.com/containerd/cgroups v1.1.0 // indirect
32
32
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
33
33
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
34
34
github.com/coreos/go-oidc/v3 v3.5.0 // indirect
35
35
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
36
36
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/docker/docker v23.0.2 +incompatible // indirect
38
+ github.com/docker/docker v23.0.3 +incompatible // indirect
39
39
github.com/docker/docker-credential-helpers v0.7.0 // indirect
40
40
github.com/docker/go-connections v0.4.0 // indirect
41
41
github.com/docker/go-units v0.5.0 // indirect
@@ -95,7 +95,6 @@ require (
95
95
github.com/pmezard/go-difflib v1.0.0 // indirect
96
96
github.com/proglottis/gpgme v0.1.3 // indirect
97
97
github.com/rivo/uniseg v0.4.4 // indirect
98
- github.com/rogpeppe/go-internal v1.10.0 // indirect
99
98
github.com/russross/blackfriday v2.0.0+incompatible // indirect
100
99
github.com/segmentio/ksuid v1.0.4 // indirect
101
100
github.com/sigstore/fulcio v1.2.0 // indirect
@@ -119,14 +118,14 @@ require (
119
118
go.opencensus.io v0.24.0 // indirect
120
119
go.opentelemetry.io/otel v1.13.0 // indirect
121
120
go.opentelemetry.io/otel/trace v1.13.0 // indirect
122
- golang.org/x/crypto v0.7 .0 // indirect
121
+ golang.org/x/crypto v0.8 .0 // indirect
123
122
golang.org/x/mod v0.9.0 // indirect
124
- golang.org/x/net v0.8 .0 // indirect
123
+ golang.org/x/net v0.9 .0 // indirect
125
124
golang.org/x/oauth2 v0.6.0 // indirect
126
125
golang.org/x/sync v0.1.0 // indirect
127
126
golang.org/x/sys v0.7.0 // indirect
128
- golang.org/x/text v0.8 .0 // indirect
129
- golang.org/x/tools v0.6 .0 // indirect
127
+ golang.org/x/text v0.9 .0 // indirect
128
+ golang.org/x/tools v0.7 .0 // indirect
130
129
google.golang.org/appengine v1.6.7 // indirect
131
130
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
132
131
google.golang.org/grpc v1.54.0 // indirect
0 commit comments