summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-01 14:31:35 +0100
committerGitHub <noreply@github.com>2020-12-01 14:31:35 +0100
commit9ae12f84e8d4704fe4c303fdedb12be8e4e73f59 (patch)
tree514060252453dedc07116160cb49e53cdf922ec5 /go.mod
parentca612a3407eeecfedc38b629731f1e7a0105020f (diff)
parent20160af01822138bab919437c43a3f3ad4849da8 (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2ed1c56d1..bf8519678 100644
--- a/go.mod
+++ b/go.mod
@@ -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