diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-01 14:31:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 14:31:35 +0100 |
commit | 9ae12f84e8d4704fe4c303fdedb12be8e4e73f59 (patch) | |
tree | 514060252453dedc07116160cb49e53cdf922ec5 /go.mod | |
parent | ca612a3407eeecfedc38b629731f1e7a0105020f (diff) | |
parent | 20160af01822138bab919437c43a3f3ad4849da8 (diff) | |
download | podman-9ae12f84e8d4704fe4c303fdedb12be8e4e73f59.tar.gz podman-9ae12f84e8d4704fe4c303fdedb12be8e4e73f59.tar.bz2 podman-9ae12f84e8d4704fe4c303fdedb12be8e4e73f59.zip |
Merge pull request #8475 from rhatdan/subscriptions
Switch from pkg/secrets to pkg/subscriptions
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.8.0 github.com/containernetworking/plugins v0.8.7 - github.com/containers/buildah v1.18.0 + github.com/containers/buildah v1.18.1-0.20201125084616-dd26b137459c github.com/containers/common v0.29.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.8.1 |