Skip to content

Commit

Permalink
build(deps): 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 1.4.2-0.20200206084213-b5fc6ea92cde to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/commits/v24.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 900c23e commit 91feb12
Show file tree
Hide file tree
Showing 2 changed files with 2,458 additions and 84 deletions.
27 changes: 15 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ module github.com/testground/testground
go 1.16

require (
github.com/BurntSushi/toml v0.4.1
github.com/BurntSushi/toml v1.2.1
github.com/adrg/xdg v0.4.0
github.com/aws/aws-sdk-go v1.40.19
github.com/containernetworking/cni v1.0.0
github.com/docker/docker v1.4.2-0.20200206084213-b5fc6ea92cde
github.com/aws/aws-sdk-go v1.43.16
github.com/containerd/containerd v1.7.14 // indirect
github.com/containernetworking/cni v1.1.2
github.com/docker/docker v24.0.9+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/dustin/go-humanize v1.0.0
github.com/docker/go-units v0.5.0
github.com/dustin/go-humanize v1.0.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-playground/validator/v10 v10.9.0
github.com/google/uuid v1.3.0
Expand All @@ -24,22 +25,24 @@ require (
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-wordwrap v1.0.1
github.com/mitchellh/mapstructure v1.4.1
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/msoap/byline v1.1.1
github.com/otiai10/copy v1.7.0
github.com/pborman/uuid v1.2.1
github.com/rs/xid v1.3.0
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.4
github.com/syndtr/goleveldb v1.0.0
github.com/testground/plan-templates/templates v0.0.0-20200429051153-b24fdc73e401
github.com/testground/sdk-go v0.3.1-0.20220525111316-b6b10897b578
github.com/urfave/cli/v2 v2.3.0
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
github.com/whilp/git-urls v1.0.0
go.uber.org/zap v1.19.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
golang.org/x/sync v0.3.0
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
)
Loading

0 comments on commit 91feb12

Please sign in to comment.