diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-23 06:04:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 06:04:00 -0800 |
commit | e6cf0ec857fdda82479f630defd0c9f738e9aab4 (patch) | |
tree | 79f3b40e0e768fc7e3fae02194a0de5dd1db0c36 /go.mod | |
parent | 91fb903b7291f80186996df6f00ce2cf244e1d66 (diff) | |
parent | 49bd58e29a7048b2280c99ddcd55750a0088424e (diff) | |
download | podman-e6cf0ec857fdda82479f630defd0c9f738e9aab4.tar.gz podman-e6cf0ec857fdda82479f630defd0c9f738e9aab4.tar.bz2 podman-e6cf0ec857fdda82479f630defd0c9f738e9aab4.zip |
Merge pull request #4945 from containers/dependabot/go_modules/github.com/containernetworking/plugins-0.8.5
build(deps): bump github.com/containernetworking/plugins from 0.8.2 to 0.8.5
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.7.2-0.20190904153231-83439463f784 - github.com/containernetworking/plugins v0.8.2 + github.com/containernetworking/plugins v0.8.5 github.com/containers/buildah v1.13.1 github.com/containers/conmon v2.0.9+incompatible github.com/containers/image/v5 v5.1.0 |