Skip to content

Commit b90cb48

Browse files
milasndeloof
authored andcommitted
chore(deps): update to Moby v26.1 & buildx v0.14
* `moby/buildkit` commit comes from `docker/buildx` * v26.1-dev from `moby/moby` & `docker/cli` Signed-off-by: Milas Bowman <[email protected]>
1 parent f8808d8 commit b90cb48

File tree

5 files changed

+103
-120
lines changed

5 files changed

+103
-120
lines changed

go.mod

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ go 1.21
44

55
require (
66
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
88
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
99
github.com/buger/goterm v1.0.4
1010
github.com/compose-spec/compose-go/v2 v2.1.0
1111
github.com/containerd/console v1.0.4
12-
github.com/containerd/containerd v1.7.13
12+
github.com/containerd/containerd v1.7.15
1313
github.com/davecgh/go-spew v1.1.1
1414
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
1717
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
1919
github.com/docker/go-connections v0.5.0
2020
github.com/docker/go-units v0.5.0
21+
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
2122
github.com/fsnotify/fsevents v0.1.1
2223
github.com/google/go-cmp v0.6.0
2324
github.com/hashicorp/go-multierror v1.1.1
@@ -26,7 +27,7 @@ require (
2627
github.com/mattn/go-shellwords v1.0.12
2728
github.com/mitchellh/go-ps v1.0.0
2829
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
3031
github.com/moby/patternmatcher v0.6.0
3132
github.com/moby/term v0.5.0
3233
github.com/morikuni/aec v1.0.0
@@ -46,12 +47,13 @@ require (
4647
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
4748
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
4849
go.opentelemetry.io/otel/sdk v1.21.0
50+
go.opentelemetry.io/otel/sdk/metric v1.21.0
4951
go.opentelemetry.io/otel/trace v1.21.0
5052
go.uber.org/goleak v1.3.0
5153
go.uber.org/mock v0.4.0
5254
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
5355
golang.org/x/sync v0.7.0
54-
golang.org/x/sys v0.16.0
56+
golang.org/x/sys v0.19.0
5557
google.golang.org/grpc v1.59.0
5658
gopkg.in/yaml.v3 v3.0.1
5759
gotest.tools/v3 v3.5.1
@@ -81,13 +83,12 @@ require (
8183
github.com/cespare/xxhash/v2 v2.2.0 // indirect
8284
github.com/containerd/continuity v0.4.3 // indirect
8385
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
8587
github.com/containerd/typeurl/v2 v2.1.1 // indirect
8688
github.com/docker/distribution v2.8.3+incompatible // indirect
8789
github.com/docker/docker-credential-helpers v0.8.0 // indirect
8890
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
8991
github.com/docker/go-metrics v0.0.1 // indirect
90-
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
9192
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
9293
github.com/felixge/httpsnoop v1.0.4 // indirect
9394
github.com/fvbommel/sortorder v1.0.2 // indirect
@@ -99,14 +100,13 @@ require (
99100
github.com/gofrs/flock v0.8.1 // indirect
100101
github.com/gogo/googleapis v1.4.1 // indirect
101102
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
103104
github.com/google/gnostic-models v0.6.8 // indirect
104105
github.com/google/gofuzz v1.2.0 // indirect
105106
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
106107
github.com/google/uuid v1.6.0 // indirect
107108
github.com/gorilla/mux v1.8.1 // indirect
108109
github.com/gorilla/websocket v1.5.0 // indirect
109-
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
110110
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
111111
github.com/hashicorp/errwrap v1.1.0 // indirect
112112
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -163,21 +163,18 @@ require (
163163
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
164164
go.opentelemetry.io/otel/exporters/prometheus v0.42.0 // indirect
165165
go.opentelemetry.io/otel/metric v1.21.0 // indirect
166-
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
167166
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
171169
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
173171
golang.org/x/text v0.14.0 // indirect
174172
golang.org/x/time v0.3.0 // indirect
175-
golang.org/x/tools v0.17.0 // indirect
176173
google.golang.org/appengine v1.6.7 // indirect
177174
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
178175
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
179176
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
181178
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
182179
gopkg.in/inf.v0 v0.9.1 // indirect
183180
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)