diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-04-01 15:44:57 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-04-01 15:44:57 +0200 |
commit | d2cb8f4d4d829540f27f97d1d0d9cba3675fbedb (patch) | |
tree | d3380ecd0a724792dd503a4b3f8b80b3d038a4d3 /go.mod | |
parent | 0a839a59ec43ae03c522a1b82224605219256ab1 (diff) | |
download | podman-d2cb8f4d4d829540f27f97d1d0d9cba3675fbedb.tar.gz podman-d2cb8f4d4d829540f27f97d1d0d9cba3675fbedb.tar.bz2 podman-d2cb8f4d4d829540f27f97d1d0d9cba3675fbedb.zip |
[v4.0] bump buildah to 1.24.3
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,7 @@ require ( github.com/container-orchestrated-devices/container-device-interface v0.0.0-20220111162300-46367ec063fd github.com/containernetworking/cni v1.0.1 github.com/containernetworking/plugins v1.0.1 - github.com/containers/buildah v1.24.1 + github.com/containers/buildah v1.24.3 github.com/containers/common v0.47.5 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.19.2 @@ -53,7 +53,6 @@ require ( github.com/opencontainers/selinux v1.10.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 - github.com/prometheus/client_golang v1.11.1 // indirect github.com/rootless-containers/rootlesskit v0.14.6 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.3.0 |