@@ -22,8 +22,8 @@ require (
22
22
github.com/acorn-io/namegenerator v0.0.0-20220915160418-9e3d5a0ffe78
23
23
github.com/adrg/xdg v0.4.0
24
24
github.com/containerd/console v1.0.3
25
- github.com/containerd/containerd v1.6.10
26
- github.com/docker/cli v20.10.21 +incompatible
25
+ github.com/containerd/containerd v1.6.18
26
+ github.com/docker/cli v23.0.0-rc.1 +incompatible
27
27
github.com/docker/docker-credential-helpers v0.7.0
28
28
github.com/go-acme/lego/v4 v4.9.1
29
29
github.com/golang/mock v1.4.4
@@ -45,11 +45,11 @@ require (
45
45
github.com/spf13/cobra v1.6.1
46
46
github.com/spf13/pflag v1.0.5
47
47
github.com/stretchr/testify v1.8.1
48
- github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
48
+ github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
49
49
golang.org/x/crypto v0.2.0
50
50
golang.org/x/exp v0.0.0-20221114191408-850992195362
51
51
golang.org/x/sync v0.1.0
52
- google.golang.org/grpc v1.48.0
52
+ google.golang.org/grpc v1.50.1
53
53
gopkg.in/src-d/go-git.v4 v4.13.1
54
54
inet.af/tcpproxy v0.0.0-20221017015627-91f861402626
55
55
k8s.io/api v0.25.3
@@ -89,14 +89,14 @@ require (
89
89
github.com/cespare/xxhash/v2 v2.1.2 // indirect
90
90
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
91
91
github.com/containerd/continuity v0.3.0 // indirect
92
- github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
92
+ github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
93
93
github.com/containerd/typeurl v1.0.2 // indirect
94
94
github.com/coreos/go-semver v0.3.0 // indirect
95
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
95
+ github.com/coreos/go-systemd/v22 v22.4.0 // indirect
96
96
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
97
97
github.com/davecgh/go-spew v1.1.1 // indirect
98
98
github.com/docker/distribution v2.8.1+incompatible // indirect
99
- github.com/docker/docker v20.10.21 +incompatible // indirect
99
+ github.com/docker/docker v23.0.0-rc.1 +incompatible // indirect
100
100
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
101
101
github.com/emicklei/proto v1.10.0 // indirect
102
102
github.com/emirpasic/gods v1.12.0 // indirect
@@ -113,7 +113,7 @@ require (
113
113
github.com/gofrs/flock v0.8.1 // indirect
114
114
github.com/gogo/googleapis v1.4.1 // indirect
115
115
github.com/gogo/protobuf v1.3.2 // indirect
116
- github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
116
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
117
117
github.com/golang/glog v1.0.0 // indirect
118
118
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
119
119
github.com/golang/protobuf v1.5.2 // indirect
@@ -132,22 +132,23 @@ require (
132
132
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
133
133
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
134
134
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
135
- github.com/klauspost/compress v1.15.11 // indirect
135
+ github.com/klauspost/compress v1.15.12 // indirect
136
136
github.com/lithammer/fuzzysearch v1.1.5 // indirect
137
137
github.com/loft-sh/loft-util v0.0.9-alpha // indirect
138
138
github.com/loft-sh/notify v0.0.0-20210827094439-0720dcc7feee // indirect
139
139
github.com/mailru/easyjson v0.7.7 // indirect
140
140
github.com/mattn/go-colorable v0.1.11 // indirect
141
141
github.com/mattn/go-isatty v0.0.16 // indirect
142
142
github.com/mattn/go-runewidth v0.0.13 // indirect
143
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
143
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
144
144
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
145
145
github.com/miekg/dns v1.1.50 // indirect
146
146
github.com/mitchellh/go-homedir v1.1.0 // indirect
147
147
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
148
148
github.com/moby/locker v1.0.1 // indirect
149
+ github.com/moby/patternmatcher v0.5.0 // indirect
149
150
github.com/moby/spdystream v0.2.0 // indirect
150
- github.com/moby/sys/signal v0.6 .0 // indirect
151
+ github.com/moby/sys/signal v0.7 .0 // indirect
151
152
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
152
153
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
153
154
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -158,10 +159,10 @@ require (
158
159
github.com/opencontainers/go-digest v1.0.0 // indirect
159
160
github.com/otiai10/copy v1.7.0 // indirect
160
161
github.com/pmezard/go-difflib v1.0.0 // indirect
161
- github.com/prometheus/client_golang v1.12.1 // indirect
162
- github.com/prometheus/client_model v0.2 .0 // indirect
163
- github.com/prometheus/common v0.32.1 // indirect
164
- github.com/prometheus/procfs v0.7.3 // indirect
162
+ github.com/prometheus/client_golang v1.14.0 // indirect
163
+ github.com/prometheus/client_model v0.3 .0 // indirect
164
+ github.com/prometheus/common v0.37.0 // indirect
165
+ github.com/prometheus/procfs v0.8.0 // indirect
165
166
github.com/protocolbuffers/txtpbfmt v0.0.0-20220428173112-74888fd59c2b // indirect
166
167
github.com/rancher/lasso/controller-runtime v0.0.0-20220412224715-5f3517291ad4 // indirect
167
168
github.com/rivo/uniseg v0.2.0 // indirect
@@ -191,11 +192,11 @@ require (
191
192
go.uber.org/multierr v1.6.0 // indirect
192
193
go.uber.org/zap v1.19.1 // indirect
193
194
golang.org/x/mod v0.6.0 // indirect
194
- golang.org/x/net v0.2 .0 // indirect
195
+ golang.org/x/net v0.4 .0 // indirect
195
196
golang.org/x/oauth2 v0.1.0 // indirect
196
- golang.org/x/sys v0.2 .0 // indirect
197
- golang.org/x/term v0.2 .0 // indirect
198
- golang.org/x/text v0.4 .0 // indirect
197
+ golang.org/x/sys v0.3 .0 // indirect
198
+ golang.org/x/term v0.3 .0 // indirect
199
+ golang.org/x/text v0.5 .0 // indirect
199
200
golang.org/x/time v0.1.0 // indirect
200
201
golang.org/x/tools v0.2.0 // indirect
201
202
google.golang.org/appengine v1.6.7 // indirect
0 commit comments