diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-07 18:00:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 18:00:34 -0400 |
commit | b4c981893de2e2c5b0b6163961d6699098f5c1ae (patch) | |
tree | d14acc3dcd884a7498ed81ca8a16183f5c5585c6 /go.mod | |
parent | dfdc95754e2ac8079787355b82b4e02a48cd83e4 (diff) | |
parent | a69a48b0d68300e8b6a33ec0d45efd827f8844e5 (diff) | |
download | podman-b4c981893de2e2c5b0b6163961d6699098f5c1ae.tar.gz podman-b4c981893de2e2c5b0b6163961d6699098f5c1ae.tar.bz2 podman-b4c981893de2e2c5b0b6163961d6699098f5c1ae.zip |
Merge pull request #14220 from Luap99/resolvconf
use resolvconf package from c/common/libnetwork
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v1.1.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.26.1-0.20220524184833-5500333c2e06 - github.com/containers/common v0.48.1-0.20220523155016-2fd37da97824 + github.com/containers/common v0.48.1-0.20220528105338-54c8092c69a1 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 |