summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-20 04:53:27 -0500
committerGitHub <noreply@github.com>2022-01-20 04:53:27 -0500
commit1d6e154a73505cd0366cdeec7cc8582dd3ac2191 (patch)
treea0603d66b29dcc9ab91354ef583ba5e349f8409f /vendor/github.com/Microsoft/hcsshim/go.mod
parentf46478c1e9af601759e341de76d4c655b4a66068 (diff)
parent2c492be00a13bfbc389d2b1b97c6bf91520e280e (diff)
downloadpodman-1d6e154a73505cd0366cdeec7cc8582dd3ac2191.tar.gz
podman-1d6e154a73505cd0366cdeec7cc8582dd3ac2191.tar.bz2
podman-1d6e154a73505cd0366cdeec7cc8582dd3ac2191.zip
Merge pull request #12939 from flouthoc/vendor-common
vendor: bump `c/common` for netavark and other pkgs as well.
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/go.mod')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/go.mod b/vendor/github.com/Microsoft/hcsshim/go.mod
index 7c9747667..9c60dd302 100644
--- a/vendor/github.com/Microsoft/hcsshim/go.mod
+++ b/vendor/github.com/Microsoft/hcsshim/go.mod
@@ -29,7 +29,7 @@ require (
go.opencensus.io v0.22.3
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
google.golang.org/grpc v1.40.0
)