Skip to content

Commit 827a5a2

Browse files
build(deps): bump github.com/Microsoft/hcsshim from 0.9.10 to 0.10.0 (#3079)
Bumps [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) from 0.9.10 to 0.10.0. - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.9.10...v0.10.0) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38cd920 commit 827a5a2

File tree

2 files changed

+23
-330
lines changed

2 files changed

+23
-330
lines changed

go.mod

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/Microsoft/go-winio v0.6.1
7-
github.com/Microsoft/hcsshim v0.9.10
7+
github.com/Microsoft/hcsshim v0.10.0
88
github.com/alauda/felix v3.6.6-0.20201207121355-187332daf314+incompatible
99
github.com/bhendo/go-powershell v0.0.0-20190719160123-219e7fb4e41e
1010
github.com/cenkalti/backoff/v4 v4.2.1
@@ -85,9 +85,10 @@ require (
8585
github.com/checkpoint-restore/go-criu/v5 v5.3.0 // indirect
8686
github.com/cilium/ebpf v0.10.0 // indirect
8787
github.com/container-storage-interface/spec v1.7.0 // indirect
88-
github.com/containerd/cgroups v1.1.0 // indirect
88+
github.com/containerd/cgroups/v3 v3.0.2 // indirect
8989
github.com/containerd/console v1.0.3 // indirect
90-
github.com/containerd/ttrpc v1.1.0 // indirect
90+
github.com/containerd/containerd v1.7.0 // indirect
91+
github.com/containerd/ttrpc v1.2.2 // indirect
9192
github.com/coreos/go-semver v0.3.1 // indirect
9293
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
9394
github.com/coreos/prometheus-operator v0.38.0 // indirect
@@ -175,9 +176,9 @@ require (
175176
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
176177
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
177178
github.com/opencontainers/go-digest v1.0.0 // indirect
178-
github.com/opencontainers/image-spec v1.0.2 // indirect
179-
github.com/opencontainers/runc v1.1.6 // indirect
180-
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
179+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
180+
github.com/opencontainers/runc v1.1.7 // indirect
181+
github.com/opencontainers/runtime-spec v1.1.0-rc.3 // indirect
181182
github.com/opencontainers/selinux v1.11.0 // indirect
182183
github.com/openshift/api v0.0.0-20221103085154-ea838af1820e // indirect
183184
github.com/openshift/client-go v3.9.0+incompatible // indirect

0 commit comments

Comments
 (0)