diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-24 12:13:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 12:13:08 +0000 |
commit | eb5b08f622c1d8fa57ff73c7d1989771eed15b1a (patch) | |
tree | f8ea48d500fa6b24044b87eef032d3bdac001505 /go.mod | |
parent | 2d46165799e39cb09a10484dc3a2720ebb8c0ec8 (diff) | |
download | podman-eb5b08f622c1d8fa57ff73c7d1989771eed15b1a.tar.gz podman-eb5b08f622c1d8fa57ff73c7d1989771eed15b1a.tar.bz2 podman-eb5b08f622c1d8fa57ff73c7d1989771eed15b1a.zip |
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.13+incompatible to 20.10.14+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.13...v20.10.14)
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 |