diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-18 15:18:30 +0100 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-18 15:18:30 +0100 |
commit | 57cdc21b0057e958d78e8e616e26d7231193d991 (patch) | |
tree | 0d6f3c73740a5f885bdb380d4f327fedb73d7537 /go.mod | |
parent | 3853ef9b598b82115c1609957169614b26320a26 (diff) | |
download | podman-57cdc21b0057e958d78e8e616e26d7231193d991.tar.gz podman-57cdc21b0057e958d78e8e616e26d7231193d991.tar.bz2 podman-57cdc21b0057e958d78e8e616e26d7231193d991.zip |
vendor c/common@0ededd18a1f9
Update the login tests to reflect the latest changes to allow http{s}
prefixes (again) to address bugzilla.redhat.com/show_bug.cgi?id=2062072.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
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.0.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.24.3-0.20220310160415-5ec70bf01ea5 - github.com/containers/common v0.47.5-0.20220228211119-9880eb424fde + github.com/containers/common v0.47.5-0.20220318125043-0ededd18a1f9 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.20.1-0.20220310094651-0d8056ee346f github.com/containers/ocicrypt v1.1.2 |