Skip to content

Commit 2363dfe

Browse files
authored
Merge pull request #1969 from containers/renovate/github.com-containers-common-0.x
Update module github.com/containers/common to v0.52.0
2 parents c1836e1 + 5f0314f commit 2363dfe

File tree

153 files changed

+5322
-2000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+5322
-2000
lines changed

go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/containers/skopeo
33
go 1.18
44

55
require (
6-
github.com/containers/common v0.51.2
6+
github.com/containers/common v0.52.0
77
github.com/containers/image/v5 v5.25.0
88
github.com/containers/ocicrypt v1.1.7
99
github.com/containers/storage v1.46.1
1010
github.com/docker/distribution v2.8.1+incompatible
1111
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
1313
github.com/opencontainers/image-tools v1.0.0-rc3
1414
github.com/sirupsen/logrus v1.9.0
1515
github.com/spf13/cobra v1.7.0
@@ -24,18 +24,18 @@ require (
2424
require (
2525
github.com/BurntSushi/toml v1.2.1 // indirect
2626
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
2828
github.com/VividCortex/ewma v1.2.0 // indirect
2929
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
3030
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
3232
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
3333
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
3434
github.com/coreos/go-oidc/v3 v3.5.0 // indirect
3535
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
3636
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
3737
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
3939
github.com/docker/docker-credential-helpers v0.7.0 // indirect
4040
github.com/docker/go-connections v0.4.0 // indirect
4141
github.com/docker/go-units v0.5.0 // indirect
@@ -95,7 +95,6 @@ require (
9595
github.com/pmezard/go-difflib v1.0.0 // indirect
9696
github.com/proglottis/gpgme v0.1.3 // indirect
9797
github.com/rivo/uniseg v0.4.4 // indirect
98-
github.com/rogpeppe/go-internal v1.10.0 // indirect
9998
github.com/russross/blackfriday v2.0.0+incompatible // indirect
10099
github.com/segmentio/ksuid v1.0.4 // indirect
101100
github.com/sigstore/fulcio v1.2.0 // indirect
@@ -119,14 +118,14 @@ require (
119118
go.opencensus.io v0.24.0 // indirect
120119
go.opentelemetry.io/otel v1.13.0 // indirect
121120
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
123122
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
125124
golang.org/x/oauth2 v0.6.0 // indirect
126125
golang.org/x/sync v0.1.0 // indirect
127126
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
130129
google.golang.org/appengine v1.6.7 // indirect
131130
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
132131
google.golang.org/grpc v1.54.0 // indirect

go.sum

Lines changed: 23 additions & 826 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/tools/mkwinsyscall/doc.go

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

0 commit comments

Comments
 (0)