diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-14 14:55:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 14:55:21 +0000 |
commit | cffed099b8404fa7f136643116020edac2336155 (patch) | |
tree | ac5cced17ea86cca6f4b79dc0f95856dd0663649 /go.mod | |
parent | 78ecdad5f8f16dbb6146f2741a3d7ead1ce837bc (diff) | |
parent | 5e9d20448c52fd134ac990e9f897cbc378760fce (diff) | |
download | podman-cffed099b8404fa7f136643116020edac2336155.tar.gz podman-cffed099b8404fa7f136643116020edac2336155.tar.bz2 podman-cffed099b8404fa7f136643116020edac2336155.zip |
Merge pull request #14561 from rhatdan/VENDOR
Update vendor of containers/buildah
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -11,13 +11,13 @@ require ( github.com/container-orchestrated-devices/container-device-interface v0.4.0 github.com/containernetworking/cni v1.1.1 github.com/containernetworking/plugins v1.1.1 - github.com/containers/buildah v1.26.1-0.20220607182634-005447be07ee - github.com/containers/common v0.48.1-0.20220528105338-54c8092c69a1 + github.com/containers/buildah v1.26.1-0.20220609225314-e66309ebde8c + github.com/containers/common v0.48.1-0.20220608111710-dbecabbe82c9 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.2-0.20220520105616-e594853d6471 github.com/containers/ocicrypt v1.1.4-0.20220428134531-566b808bdf6f github.com/containers/psgo v1.7.2 - github.com/containers/storage v1.41.1-0.20220517121726-5019cd55275c + github.com/containers/storage v1.41.1-0.20220607143333-8951d0153bf6 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cyphar/filepath-securejoin v0.2.3 @@ -73,3 +73,5 @@ require ( gopkg.in/inf.v0 v0.9.1 gopkg.in/yaml.v2 v2.4.0 ) + +require github.com/docker/libnetwork v0.8.0-dev.2.0.20190625141545-5a177b73e316 // indirect |