diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-13 08:11:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 08:11:47 -0400 |
commit | bde8dba877fe97130faf9c8bee678b9cfc23219a (patch) | |
tree | 4e3891edcdfcba5f1627a546dc0d18e32995ecfb /go.mod | |
parent | 53c39cf256a6e5c2c39bd3f243b737fe3e2837ad (diff) | |
parent | 25f80941a0b3b61b888eb48e653601c7b12815e8 (diff) | |
download | podman-bde8dba877fe97130faf9c8bee678b9cfc23219a.tar.gz podman-bde8dba877fe97130faf9c8bee678b9cfc23219a.tar.bz2 podman-bde8dba877fe97130faf9c8bee678b9cfc23219a.zip |
Merge pull request #14235 from containers/dependabot/go_modules/github.com/docker/docker-20.10.16incompatible
build(deps): bump github.com/docker/docker from 20.10.15+incompatible to 20.10.16+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.15+incompatible + github.com/docker/docker v20.10.16+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 |