@@ -4,20 +4,21 @@ go 1.21
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
7
- github.com/Microsoft/go-winio v0.6.1
7
+ github.com/Microsoft/go-winio v0.6.2
8
8
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
9
9
github.com/buger/goterm v1.0.4
10
10
github.com/compose-spec/compose-go/v2 v2.1.0
11
11
github.com/containerd/console v1.0.4
12
- github.com/containerd/containerd v1.7.13
12
+ github.com/containerd/containerd v1.7.15
13
13
github.com/davecgh/go-spew v1.1.1
14
14
github.com/distribution/reference v0.6.0
15
- github.com/docker/buildx v0.13.1
16
- github.com/docker/cli v26.0.1+incompatible
15
+ github.com/docker/buildx v0.14.0
16
+ github.com/docker/cli v26.0.1-0.20240419172455-118d6bafe06e +incompatible
17
17
github.com/docker/cli-docs-tool v0.7.0
18
- github.com/docker/docker v26.0.1+incompatible
18
+ github.com/docker/docker v26.0.1-0.20240419122302-ee8b788538ea +incompatible
19
19
github.com/docker/go-connections v0.5.0
20
20
github.com/docker/go-units v0.5.0
21
+ github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
21
22
github.com/fsnotify/fsevents v0.1.1
22
23
github.com/google/go-cmp v0.6.0
23
24
github.com/hashicorp/go-multierror v1.1.1
@@ -26,7 +27,7 @@ require (
26
27
github.com/mattn/go-shellwords v1.0.12
27
28
github.com/mitchellh/go-ps v1.0.0
28
29
github.com/mitchellh/mapstructure v1.5.0
29
- github.com/moby/buildkit v0.13.1
30
+ github.com/moby/buildkit v0.13.0-rc3.0.20240417151852-71f99c52a669
30
31
github.com/moby/patternmatcher v0.6.0
31
32
github.com/moby/term v0.5.0
32
33
github.com/morikuni/aec v1.0.0
@@ -46,12 +47,13 @@ require (
46
47
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
47
48
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
48
49
go.opentelemetry.io/otel/sdk v1.21.0
50
+ go.opentelemetry.io/otel/sdk/metric v1.21.0
49
51
go.opentelemetry.io/otel/trace v1.21.0
50
52
go.uber.org/goleak v1.3.0
51
53
go.uber.org/mock v0.4.0
52
54
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
53
55
golang.org/x/sync v0.7.0
54
- golang.org/x/sys v0.16 .0
56
+ golang.org/x/sys v0.19 .0
55
57
google.golang.org/grpc v1.59.0
56
58
gopkg.in/yaml.v3 v3.0.1
57
59
gotest.tools/v3 v3.5.1
@@ -81,13 +83,12 @@ require (
81
83
github.com/cespare/xxhash/v2 v2.2.0 // indirect
82
84
github.com/containerd/continuity v0.4.3 // indirect
83
85
github.com/containerd/log v0.1.0 // indirect
84
- github.com/containerd/ttrpc v1.2.2 // indirect
86
+ github.com/containerd/ttrpc v1.2.3 // indirect
85
87
github.com/containerd/typeurl/v2 v2.1.1 // indirect
86
88
github.com/docker/distribution v2.8.3+incompatible // indirect
87
89
github.com/docker/docker-credential-helpers v0.8.0 // indirect
88
90
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
89
91
github.com/docker/go-metrics v0.0.1 // indirect
90
- github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
91
92
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
92
93
github.com/felixge/httpsnoop v1.0.4 // indirect
93
94
github.com/fvbommel/sortorder v1.0.2 // indirect
@@ -99,14 +100,13 @@ require (
99
100
github.com/gofrs/flock v0.8.1 // indirect
100
101
github.com/gogo/googleapis v1.4.1 // indirect
101
102
github.com/gogo/protobuf v1.3.2 // indirect
102
- github.com/golang/protobuf v1.5.3 // indirect
103
+ github.com/golang/protobuf v1.5.4 // indirect
103
104
github.com/google/gnostic-models v0.6.8 // indirect
104
105
github.com/google/gofuzz v1.2.0 // indirect
105
106
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
106
107
github.com/google/uuid v1.6.0 // indirect
107
108
github.com/gorilla/mux v1.8.1 // indirect
108
109
github.com/gorilla/websocket v1.5.0 // indirect
109
- github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
110
110
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
111
111
github.com/hashicorp/errwrap v1.1.0 // indirect
112
112
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -163,21 +163,18 @@ require (
163
163
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
164
164
go.opentelemetry.io/otel/exporters/prometheus v0.42.0 // indirect
165
165
go.opentelemetry.io/otel/metric v1.21.0 // indirect
166
- go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
167
166
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
168
- golang.org/x/crypto v0.18.0 // indirect
169
- golang.org/x/mod v0.14.0 // indirect
170
- golang.org/x/net v0.20.0 // indirect
167
+ golang.org/x/crypto v0.21.0 // indirect
168
+ golang.org/x/net v0.23.0 // indirect
171
169
golang.org/x/oauth2 v0.11.0 // indirect
172
- golang.org/x/term v0.16 .0 // indirect
170
+ golang.org/x/term v0.18 .0 // indirect
173
171
golang.org/x/text v0.14.0 // indirect
174
172
golang.org/x/time v0.3.0 // indirect
175
- golang.org/x/tools v0.17.0 // indirect
176
173
google.golang.org/appengine v1.6.7 // indirect
177
174
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
178
175
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
179
176
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
180
- google.golang.org/protobuf v1.31 .0 // indirect
177
+ google.golang.org/protobuf v1.33 .0 // indirect
181
178
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
182
179
gopkg.in/inf.v0 v0.9.1 // indirect
183
180
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments