diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-13 13:07:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 13:07:52 -0400 |
commit | 73422de08d85d790397fe821f5fc6d5a05e30643 (patch) | |
tree | e6910b62d575dec53bd598e755fae9afa47d2183 /vendor/github.com/Microsoft/hcsshim/go.mod | |
parent | 125f90c54a58c38412ee34fe51743c09639416a2 (diff) | |
parent | eec59cea2c20cf5e515bdcbc8c35eba3e07da607 (diff) | |
download | podman-73422de08d85d790397fe821f5fc6d5a05e30643.tar.gz podman-73422de08d85d790397fe821f5fc6d5a05e30643.tar.bz2 podman-73422de08d85d790397fe821f5fc6d5a05e30643.zip |
Merge pull request #11548 from containers/dependabot/go_modules/github.com/containers/storage-1.36.0
Bump github.com/containers/storage from 1.35.0 to 1.36.0
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/go.mod')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/go.mod b/vendor/github.com/Microsoft/hcsshim/go.mod index 21640a6b9..8360b0a50 100644 --- a/vendor/github.com/Microsoft/hcsshim/go.mod +++ b/vendor/github.com/Microsoft/hcsshim/go.mod @@ -6,7 +6,9 @@ require ( github.com/Microsoft/go-winio v0.4.17 github.com/containerd/cgroups v1.0.1 github.com/containerd/console v1.0.2 - github.com/containerd/containerd v1.5.1 + github.com/containerd/containerd v1.4.9 + github.com/containerd/continuity v0.1.0 // indirect + github.com/containerd/fifo v1.0.0 // indirect github.com/containerd/go-runc v1.0.0 github.com/containerd/ttrpc v1.0.2 github.com/containerd/typeurl v1.0.2 @@ -19,6 +21,7 @@ require ( golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210324051608-47abb6519492 google.golang.org/grpc v1.33.2 + gotest.tools/v3 v3.0.3 // indirect ) replace ( |