@@ -3,37 +3,36 @@ module github.com/openshift/source-to-image
3
3
go 1.18
4
4
5
5
require (
6
- github.com/containers/image/v5 v5.23.1
6
+ github.com/containers/image/v5 v5.24.2
7
7
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
9
9
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
12
12
github.com/spf13/cobra v1.6.1
13
13
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
16
16
)
17
17
18
18
require (
19
19
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
23
23
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
25
25
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
29
29
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
30
30
github.com/docker/docker-credential-helpers v0.7.0 // indirect
31
31
github.com/docker/go-units v0.5.0 // indirect
32
32
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
34
34
github.com/gogo/protobuf v1.3.2 // indirect
35
35
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36
- github.com/golang/protobuf v1.5.2 // indirect
37
36
github.com/google/go-intervals v0.0.2 // indirect
38
37
github.com/google/uuid v1.3.0 // indirect
39
38
github.com/gorilla/mux v1.8.0 // indirect
@@ -42,8 +41,8 @@ require (
42
41
github.com/imdario/mergo v0.3.13 // indirect
43
42
github.com/inconshreveable/mousetrap v1.0.1 // indirect
44
43
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
47
46
github.com/mattn/go-shellwords v1.0.12 // indirect
48
47
github.com/mistifyio/go-zfs/v3 v3.0.0 // indirect
49
48
github.com/moby/sys/mountinfo v0.6.2 // indirect
@@ -58,15 +57,17 @@ require (
58
57
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
59
58
github.com/pkg/errors v0.9.1 // indirect
60
59
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
62
61
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
63
62
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
65
64
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
70
71
google.golang.org/protobuf v1.28.1 // indirect
71
72
gopkg.in/yaml.v2 v2.4.0 // indirect
72
73
)
0 commit comments