Skip to content

Commit b85a507

Browse files
itsouvalasdennisjbell
authored andcommitted
update hcsshim
1 parent 1d6be24 commit b85a507

File tree

4 files changed

+16
-258
lines changed

4 files changed

+16
-258
lines changed

go.mod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ module github.com/shieldproject/shield
33
go 1.13
44

55
require (
6+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
67
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
78
github.com/ErikDubbelboer/gspt v0.0.0-20180711091504-e39e726e09cc
8-
github.com/Microsoft/hcsshim v0.10.0-rc.9 // indirect
9+
github.com/Microsoft/go-winio v0.6.1 // indirect
10+
github.com/Microsoft/hcsshim v0.9.10 // indirect
911
github.com/armon/go-metrics v0.3.10 // indirect
1012
github.com/cloudfoundry-community/vaultkv v0.3.0
11-
github.com/containerd/containerd v1.7.2 // indirect
13+
github.com/containerd/containerd v1.6.21 // indirect
1214
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
15+
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
1316
github.com/docker/docker v24.0.4+incompatible // indirect
17+
github.com/fsnotify/fsnotify v1.6.0 // indirect
1418
github.com/fsouza/go-dockerclient v1.9.7
1519
github.com/go-logr/logr v1.2.4 // indirect
1620
github.com/go-sql-driver/mysql v1.5.0
@@ -32,10 +36,12 @@ require (
3236
github.com/jmoiron/sqlx v0.0.0-20160615151803-bdae0c3219c3
3337
github.com/klauspost/compress v1.16.7 // indirect
3438
github.com/kurin/blazer v0.5.1
39+
github.com/lestrrat-go/jwx v1.2.26 // indirect
3540
github.com/lib/pq v1.1.1 // indirect
3641
github.com/mattn/go-isatty v0.0.17
3742
github.com/mattn/go-shellwords v1.0.12
3843
github.com/mattn/go-sqlite3 v1.14.15
44+
github.com/miekg/dns v1.1.43 // indirect
3945
github.com/mitchellh/mapstructure v1.4.3 // indirect
4046
github.com/moby/term v0.5.0 // indirect
4147
github.com/ncw/swift v1.0.48-0.20190410202254-753d2090bb62
@@ -47,9 +53,12 @@ require (
4753
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
4854
github.com/pborman/uuid v1.2.0
4955
github.com/prometheus/client_golang v1.14.0
56+
github.com/sirupsen/logrus v1.9.3 // indirect
5057
github.com/thanhpk/randstr v1.0.4
5158
go.etcd.io/etcd v3.3.18+incompatible // indirect
5259
go.etcd.io/etcd/client/v3 v3.5.9
60+
go.uber.org/goleak v1.2.1 // indirect
61+
go.uber.org/zap v1.19.0 // indirect
5362
golang.org/x/crypto v0.11.0
5463
golang.org/x/oauth2 v0.8.0
5564
golang.org/x/tools v0.11.0 // indirect

0 commit comments

Comments
 (0)