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

Bump github.com/docker/docker from 0.7.3-0.20190506211059-b20a14b54661 to 20.10.24+incompatible #25

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
20 changes: 12 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@ go 1.14
require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
github.com/docker/docker v0.7.3-0.20190506211059-b20a14b54661
github.com/containerd/containerd v1.7.3 // indirect
github.com/docker/docker v23.0.3+incompatible
github.com/google/go-github/v18 v18.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/mediocregopher/radix/v3 v3.5.0
github.com/pelletier/go-toml v1.7.0
github.com/prometheus/client_golang v1.11.1
github.com/stretchr/testify v1.5.1
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/pelletier/go-toml v1.9.5
github.com/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.2
github.com/testcontainers/testcontainers-go v0.5.1
github.com/urfave/cli/v2 v2.2.0
github.com/wlbr/mule v0.0.0-20200329114911-0724e1639b62
github.com/xakep666/httpreaderat/v2 v2.0.1
go.opentelemetry.io/otel v0.4.3
go.opentelemetry.io/otel/exporters/metric/prometheus v0.4.3
go.opentelemetry.io/otel/exporters/trace/jaeger v0.4.3
go.opentelemetry.io/otel/exporters/trace/zipkin v0.4.3
go.uber.org/zap v1.15.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
go.opentelemetry.io/otel/sdk v1.14.0
go.uber.org/zap v1.19.0
golang.org/x/oauth2 v0.6.0
golang.org/x/sync v0.1.0
gopkg.in/src-d/go-license-detector.v3 v3.1.0
gotest.tools/v3 v3.5.0 // indirect
)
Loading
Loading