diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-08 11:02:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 11:02:21 -0500 |
commit | 6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f (patch) | |
tree | 5d45a239609db9f8709618bd0a0bf7c9fed1e6f2 /go.mod | |
parent | 119f8bc6c7e56c37f65bdd9671e7a2960ac3f1f1 (diff) | |
parent | 5bcd9134ff0c2e3af740b388da2d91c70dd7456a (diff) | |
download | podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.tar.gz podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.tar.bz2 podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.zip |
Merge pull request #13164 from containers/dependabot/go_modules/github.com/docker/distribution-2.8.0incompatible
Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ require ( github.com/cyphar/filepath-securejoin v0.2.3 github.com/davecgh/go-spew v1.1.1 github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001 - github.com/docker/distribution v2.7.1+incompatible + github.com/docker/distribution v2.8.0+incompatible github.com/docker/docker v20.10.12+incompatible github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651 |