Skip to content

Commit 5ff65d8

Browse files
Bump github.com/Microsoft/hcsshim from 0.9.10 to 0.11.4
Bumps [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) from 0.9.10 to 0.11.4. - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.9.10...v0.11.4) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3fdbc2 commit 5ff65d8

File tree

2 files changed

+74
-575
lines changed

2 files changed

+74
-575
lines changed

go.mod

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
// replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.2.0
66

77
require (
8-
github.com/Microsoft/hcsshim v0.9.10
8+
github.com/Microsoft/hcsshim v0.11.4
99
github.com/bronze1man/goStrongswanVici v0.0.0-20221114103242-3f6dc524986c
1010
github.com/containernetworking/plugins v1.3.0
1111
github.com/coreos/go-iptables v0.7.0
@@ -43,6 +43,7 @@ require (
4343
github.com/beorn7/perks v1.0.1 // indirect
4444
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4545
github.com/cespare/xxhash/v2 v2.2.0 // indirect
46+
github.com/containerd/containerd v1.6.23 // indirect
4647
github.com/dustin/go-humanize v1.0.0 // indirect
4748
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
4849
github.com/go-logr/stdr v1.2.2 // indirect
@@ -59,12 +60,12 @@ require (
5960
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
6061
github.com/josharian/intern v1.0.0 // indirect
6162
github.com/mailru/easyjson v0.7.6 // indirect
62-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
63+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
6364
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6465
github.com/prometheus/client_golang v1.11.1 // indirect
6566
github.com/prometheus/client_model v0.2.0 // indirect
66-
github.com/prometheus/common v0.26.0 // indirect
67-
github.com/prometheus/procfs v0.6.0 // indirect
67+
github.com/prometheus/common v0.30.0 // indirect
68+
github.com/prometheus/procfs v0.7.3 // indirect
6869
github.com/soheilhy/cmux v0.1.5 // indirect
6970
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
7071
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
@@ -92,15 +93,15 @@ require (
9293
)
9394

9495
require (
95-
github.com/Microsoft/go-winio v0.6.0 // indirect
96+
github.com/Microsoft/go-winio v0.6.1 // indirect
9697
github.com/containerd/cgroups v1.1.0 // indirect
9798
github.com/coreos/go-semver v0.3.0 // indirect
9899
github.com/davecgh/go-spew v1.1.1 // indirect
99100
github.com/go-logr/logr v1.3.0 // indirect
100101
github.com/gogo/protobuf v1.3.2 // indirect
101102
github.com/golang/protobuf v1.5.3 // indirect
102103
github.com/google/go-cmp v0.6.0 // indirect
103-
github.com/google/gofuzz v1.1.0 // indirect
104+
github.com/google/gofuzz v1.2.0 // indirect
104105
github.com/imdario/mergo v0.3.12 // indirect
105106
github.com/josharian/native v1.1.0 // indirect
106107
github.com/json-iterator/go v1.1.12 // indirect

0 commit comments

Comments
 (0)