Skip to content

Commit c5a0536

Browse files
Merge pull request #1114 from yselkowitz/gomod
Update dependencies
2 parents 305ff89 + 0b037e5 commit c5a0536

File tree

663 files changed

+33937
-16953
lines changed

Some content is hidden

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

663 files changed

+33937
-16953
lines changed

go.mod

+24-23
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,36 @@ module github.com/openshift/source-to-image
33
go 1.18
44

55
require (
6-
github.com/containers/image/v5 v5.23.1
6+
github.com/containers/image/v5 v5.24.2
77
github.com/docker/distribution v2.8.1+incompatible
8-
github.com/docker/docker v20.10.21+incompatible
8+
github.com/docker/docker v23.0.1+incompatible
99
github.com/docker/go-connections v0.4.0
10-
github.com/moby/buildkit v0.10.6
11-
github.com/opencontainers/image-spec v1.1.0-rc1
10+
github.com/moby/buildkit v0.11.4
11+
github.com/opencontainers/image-spec v1.1.0-rc2
1212
github.com/spf13/cobra v1.6.1
1313
github.com/spf13/pflag v1.0.5
14-
golang.org/x/net v0.4.0
15-
k8s.io/klog/v2 v2.80.1
14+
golang.org/x/net v0.8.0
15+
k8s.io/klog/v2 v2.90.1
1616
)
1717

1818
require (
1919
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
20-
github.com/BurntSushi/toml v1.2.0 // indirect
21-
github.com/Microsoft/go-winio v0.5.2 // indirect
22-
github.com/Microsoft/hcsshim v0.9.4 // indirect
20+
github.com/BurntSushi/toml v1.2.1 // indirect
21+
github.com/Microsoft/go-winio v0.6.0 // indirect
22+
github.com/Microsoft/hcsshim v0.9.6 // indirect
2323
github.com/containerd/cgroups v1.0.4 // indirect
24-
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
24+
github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
2525
github.com/containerd/typeurl v1.0.2 // indirect
26-
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect
27-
github.com/containers/ocicrypt v1.1.5 // indirect
28-
github.com/containers/storage v1.43.0 // indirect
26+
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
27+
github.com/containers/ocicrypt v1.1.7 // indirect
28+
github.com/containers/storage v1.45.3 // indirect
2929
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
3030
github.com/docker/docker-credential-helpers v0.7.0 // indirect
3131
github.com/docker/go-units v0.5.0 // indirect
3232
github.com/ghodss/yaml v1.0.0 // indirect
33-
github.com/go-logr/logr v1.2.2 // indirect
33+
github.com/go-logr/logr v1.2.3 // indirect
3434
github.com/gogo/protobuf v1.3.2 // indirect
3535
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36-
github.com/golang/protobuf v1.5.2 // indirect
3736
github.com/google/go-intervals v0.0.2 // indirect
3837
github.com/google/uuid v1.3.0 // indirect
3938
github.com/gorilla/mux v1.8.0 // indirect
@@ -42,8 +41,8 @@ require (
4241
github.com/imdario/mergo v0.3.13 // indirect
4342
github.com/inconshreveable/mousetrap v1.0.1 // indirect
4443
github.com/json-iterator/go v1.1.12 // indirect
45-
github.com/klauspost/compress v1.15.11 // indirect
46-
github.com/klauspost/pgzip v1.2.5 // indirect
44+
github.com/klauspost/compress v1.15.15 // indirect
45+
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect
4746
github.com/mattn/go-shellwords v1.0.12 // indirect
4847
github.com/mistifyio/go-zfs/v3 v3.0.0 // indirect
4948
github.com/moby/sys/mountinfo v0.6.2 // indirect
@@ -58,15 +57,17 @@ require (
5857
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
5958
github.com/pkg/errors v0.9.1 // indirect
6059
github.com/sirupsen/logrus v1.9.0 // indirect
61-
github.com/sylabs/sif/v2 v2.8.0 // indirect
60+
github.com/sylabs/sif/v2 v2.9.0 // indirect
6261
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
6362
github.com/tchap/go-patricia v2.3.0+incompatible // indirect
64-
github.com/ulikunitz/xz v0.5.10 // indirect
63+
github.com/ulikunitz/xz v0.5.11 // indirect
6564
github.com/vbatts/tar-split v0.11.2 // indirect
66-
go.opencensus.io v0.23.0 // indirect
67-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
68-
golang.org/x/sys v0.3.0 // indirect
69-
golang.org/x/text v0.5.0 // indirect
65+
go.opencensus.io v0.24.0 // indirect
66+
golang.org/x/mod v0.8.0 // indirect
67+
golang.org/x/sync v0.1.0 // indirect
68+
golang.org/x/sys v0.6.0 // indirect
69+
golang.org/x/text v0.8.0 // indirect
70+
golang.org/x/tools v0.6.0 // indirect
7071
google.golang.org/protobuf v1.28.1 // indirect
7172
gopkg.in/yaml.v2 v2.4.0 // indirect
7273
)

go.sum

+54-56
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/decode.go

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/decode_go116.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/doc.go

+10-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/encode.go

+27-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)