diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-25 14:37:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 14:37:03 -0400 |
commit | 374b2c65cf310d86cd625f62a9b3604ae73d39c5 (patch) | |
tree | 86d20c316a2da9862a7ed211c624026908518bd0 /go.mod | |
parent | c02fe7e9d6516a89dc84c38828cc38502485a481 (diff) | |
parent | b7828b7ce4d29e22708ff6886015ef6e832d91ba (diff) | |
download | podman-374b2c65cf310d86cd625f62a9b3604ae73d39c5.tar.gz podman-374b2c65cf310d86cd625f62a9b3604ae73d39c5.tar.bz2 podman-374b2c65cf310d86cd625f62a9b3604ae73d39c5.zip |
Merge pull request #7443 from mheon/undo_our_hacks
Undo v2.0 branch hacks
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/containers/conmon v2.0.18+incompatible github.com/containers/image/v5 v5.5.2 github.com/containers/psgo v1.5.1 - github.com/containers/storage v1.20.2 + github.com/containers/storage v1.20.3 github.com/coreos/go-systemd/v22 v22.1.0 github.com/cri-o/ocicni v0.2.0 github.com/cyphar/filepath-securejoin v0.2.2 |