diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-05 12:23:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 12:23:59 +0000 |
commit | 033a662b9aebfb03d0b41298af4c22fa72d514ac (patch) | |
tree | e4819ed5d63420ea29edcb8e1f02391741af6d30 /go.mod | |
parent | 4965efe1f67c4051ef878c56c10110072f1fb757 (diff) | |
download | podman-033a662b9aebfb03d0b41298af4c22fa72d514ac.tar.gz podman-033a662b9aebfb03d0b41298af4c22fa72d514ac.tar.bz2 podman-033a662b9aebfb03d0b41298af4c22fa72d514ac.zip |
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.8+incompatible to 20.10.9+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.8...v20.10.9)
---
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-20210209191958-152a1535e49f github.com/docker/distribution v2.7.1+incompatible - github.com/docker/docker v20.10.8+incompatible + github.com/docker/docker v20.10.9+incompatible github.com/docker/go-connections v0.4.0 github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc github.com/docker/go-units v0.4.0 |