summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-11-25 05:36:09 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-11-26 07:30:18 -0500
commit20160af01822138bab919437c43a3f3ad4849da8 (patch)
tree42e651488487d98e0e3f37bb0ce34a0b4d35af3b /go.mod
parent397e9a9f1b146617120690243a89fa9541f0854c (diff)
downloadpodman-20160af01822138bab919437c43a3f3ad4849da8.tar.gz
podman-20160af01822138bab919437c43a3f3ad4849da8.tar.bz2
podman-20160af01822138bab919437c43a3f3ad4849da8.zip
Switch from pkg/secrets to pkg/subscriptions
The buildah/pkg/secrts package was move to containers/common/pkg/subscriptions. Switch to using this by default. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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