Skip to content

Commit

Permalink
Bump github.com/docker/docker
Browse files Browse the repository at this point in the history
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 0.7.3-0.20190506211059-b20a14b54661 to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/commits/v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent da5b14f commit 50214bc
Show file tree
Hide file tree
Showing 2 changed files with 2,787 additions and 87 deletions.
21 changes: 13 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,28 @@ 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.8 // indirect
github.com/docker/docker v24.0.7+incompatible
github.com/google/go-github/v18 v18.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/klauspost/compress v1.17.2 // indirect
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.6.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.4
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.10.0
golang.org/x/sync v0.3.0
gopkg.in/src-d/go-license-detector.v3 v3.1.0
gotest.tools/v3 v3.5.1 // indirect
)
Loading

0 comments on commit 50214bc

Please sign in to comment.