Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/docker/docker from 20.10.9+incompatible to 25.0.3+incompatible #196

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ go 1.20

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/containerd/containerd v1.6.26 // indirect
github.com/docker/cli v24.0.2+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.9+incompatible
github.com/docker/docker v25.0.3+incompatible
github.com/docker/go-connections v0.4.1-0.20180821093606-97c2040d34df
github.com/docker/go-units v0.4.0
github.com/gdamore/tcell v1.3.0
Expand Down Expand Up @@ -36,7 +35,7 @@ require (
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.6.0
github.com/lucasb-eyer/go-colorful v1.0.2 // indirect
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb // indirect
golang.org/x/sys v0.13.0 // indirect
Expand All @@ -45,7 +44,19 @@ require (
)

require (
github.com/Microsoft/hcsshim v0.9.10 // indirect
github.com/containerd/log v0.1.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.3.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/sdk v1.3.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gotest.tools/v3 v3.5.0 // indirect
)
Loading
Loading