diff options
author | tomsweeneyredhat <tsweeney@redhat.com> | 2022-02-09 15:54:48 -0500 |
---|---|---|
committer | tomsweeneyredhat <tsweeney@redhat.com> | 2022-02-09 15:54:55 -0500 |
commit | 345413540aef90e43635a3f2f7a72e237fa90787 (patch) | |
tree | b3249da09f7a5f7f98dce07a82fa2d83695baabe /go.mod | |
parent | 5b2d96fc29c17253e3ddd0e18ce5f71710b83658 (diff) | |
download | podman-345413540aef90e43635a3f2f7a72e237fa90787.tar.gz podman-345413540aef90e43635a3f2f7a72e237fa90787.tar.bz2 podman-345413540aef90e43635a3f2f7a72e237fa90787.zip |
[v4.0] Bump c/common to v0.47.4
As the title says. Bumping c/common in preparation of the
v4.0 release.
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
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 |