diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-27 07:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 07:10:09 -0400 |
commit | 28504f5dd4f37fd9b049c0081a1b0619a191f4de (patch) | |
tree | dbb7a2c3b6407a7cdfd75b4385bb58a584dd3078 /go.mod | |
parent | 730f1db4da8e6707a21f1615f7ff6a1b49123342 (diff) | |
parent | eb5b08f622c1d8fa57ff73c7d1989771eed15b1a (diff) | |
download | podman-28504f5dd4f37fd9b049c0081a1b0619a191f4de.tar.gz podman-28504f5dd4f37fd9b049c0081a1b0619a191f4de.tar.bz2 podman-28504f5dd4f37fd9b049c0081a1b0619a191f4de.zip |
Merge pull request #13639 from containers/dependabot/go_modules/github.com/docker/docker-20.10.14incompatible
build(deps): bump github.com/docker/docker from 20.10.13+incompatible to 20.10.14+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/davecgh/go-spew v1.1.1 github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001 github.com/docker/distribution v2.8.1+incompatible - github.com/docker/docker v20.10.13+incompatible + github.com/docker/docker v20.10.14+incompatible github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651 github.com/docker/go-units v0.4.0 |