diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-02-10 09:39:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 09:39:56 -0500 |
commit | ec889c819a5ae514e80eca1d2c032d9b95a01651 (patch) | |
tree | b3249da09f7a5f7f98dce07a82fa2d83695baabe /go.mod | |
parent | 5b2d96fc29c17253e3ddd0e18ce5f71710b83658 (diff) | |
parent | 345413540aef90e43635a3f2f7a72e237fa90787 (diff) | |
download | podman-ec889c819a5ae514e80eca1d2c032d9b95a01651.tar.gz podman-ec889c819a5ae514e80eca1d2c032d9b95a01651.tar.bz2 podman-ec889c819a5ae514e80eca1d2c032d9b95a01651.zip |
Merge pull request #13193 from TomSweeneyRedHat/dev/tsweeney/bumpcommon4
[v4.0] Bump c/common to v0.47.4
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v1.0.1 github.com/containernetworking/plugins v1.0.1 github.com/containers/buildah v1.24.1 - github.com/containers/common v0.47.3 + github.com/containers/common v0.47.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.19.1 github.com/containers/ocicrypt v1.1.2 @@ -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 |