Skip to content

Commit 5d23454

Browse files
authored
Updating dependencies (microsoft#1607)
Combination of dependabot PRs: mostly to deal with running `go tidy` in test updating root `go.mod`. PRs: 1579 1580 1587 1598 1602 Signed-off-by: Hamza El-Saawy <[email protected]> Signed-off-by: Hamza El-Saawy <[email protected]>
1 parent 0b8319a commit 5d23454

297 files changed

Lines changed: 22150 additions & 4899 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/containerd/typeurl v1.0.2
1616
github.com/gogo/protobuf v1.3.2
1717
github.com/golang/mock v1.6.0
18-
github.com/google/go-cmp v0.5.8
19-
github.com/google/go-containerregistry v0.11.0
18+
github.com/google/go-cmp v0.5.9
19+
github.com/google/go-containerregistry v0.12.1
2020
github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3
2121
github.com/mattn/go-shellwords v1.0.12
2222
github.com/open-policy-agent/opa v0.42.2
@@ -28,9 +28,9 @@ require (
2828
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
2929
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
3030
go.etcd.io/bbolt v1.3.6
31-
go.opencensus.io v0.23.0
32-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
33-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
31+
go.opencensus.io v0.24.0
32+
golang.org/x/sync v0.1.0
33+
golang.org/x/sys v0.1.0
3434
google.golang.org/grpc v1.47.0
3535
)
3636

@@ -41,39 +41,39 @@ require (
4141
github.com/agnivade/levenshtein v1.0.1 // indirect
4242
github.com/akavel/rsrc v0.10.2 // indirect
4343
github.com/containerd/fifo v1.0.0 // indirect
44-
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
44+
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
4545
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
4646
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
47-
github.com/docker/cli v20.10.17+incompatible // indirect
47+
github.com/docker/cli v20.10.20+incompatible // indirect
4848
github.com/docker/distribution v2.8.1+incompatible // indirect
49-
github.com/docker/docker v20.10.17+incompatible // indirect
50-
github.com/docker/docker-credential-helpers v0.6.4 // indirect
49+
github.com/docker/docker v20.10.20+incompatible // indirect
50+
github.com/docker/docker-credential-helpers v0.7.0 // indirect
5151
github.com/docker/go-connections v0.4.0 // indirect
5252
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
53-
github.com/docker/go-units v0.4.0 // indirect
53+
github.com/docker/go-units v0.5.0 // indirect
5454
github.com/ghodss/yaml v1.0.0 // indirect
5555
github.com/gobwas/glob v0.2.3 // indirect
5656
github.com/godbus/dbus/v5 v5.0.6 // indirect
5757
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5858
github.com/golang/protobuf v1.5.2 // indirect
59-
github.com/klauspost/compress v1.15.8 // indirect
59+
github.com/klauspost/compress v1.15.11 // indirect
6060
github.com/mitchellh/go-homedir v1.1.0 // indirect
6161
github.com/moby/sys/mountinfo v0.5.0 // indirect
6262
github.com/opencontainers/go-digest v1.0.0 // indirect
63-
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
63+
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
6464
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
6565
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6666
github.com/vbatts/tar-split v0.11.2 // indirect
6767
github.com/vektah/gqlparser/v2 v2.4.5 // indirect
6868
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
6969
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7070
github.com/yashtewari/glob-intersection v0.1.0 // indirect
71-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
72-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
73-
golang.org/x/text v0.3.7 // indirect
71+
golang.org/x/mod v0.6.0 // indirect
72+
golang.org/x/net v0.1.0 // indirect
73+
golang.org/x/text v0.4.0 // indirect
7474
golang.org/x/tools v0.1.12 // indirect
7575
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
76-
google.golang.org/protobuf v1.28.0 // indirect
76+
google.golang.org/protobuf v1.28.1 // indirect
7777
gopkg.in/yaml.v2 v2.4.0 // indirect
7878
)
7979

go.sum

Lines changed: 35 additions & 406 deletions
Large diffs are not rendered by default.

test/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.18
44

55
require (
66
github.com/Microsoft/go-winio v0.6.0
7-
github.com/Microsoft/hcsshim v0.9.4
7+
github.com/Microsoft/hcsshim v0.10.0-rc.3
88
github.com/containerd/cgroups v1.0.3
9-
github.com/containerd/containerd v1.6.6
9+
github.com/containerd/containerd v1.6.12
1010
github.com/containerd/go-runc v1.0.0
1111
github.com/containerd/ttrpc v1.1.0
1212
github.com/containerd/typeurl v1.0.2
@@ -22,9 +22,9 @@ require (
2222
github.com/stretchr/testify v1.8.1
2323
go.opencensus.io v0.24.0
2424
golang.org/x/sync v0.1.0
25-
golang.org/x/sys v0.2.0
26-
google.golang.org/grpc v1.47.0
27-
k8s.io/cri-api v0.24.1
25+
golang.org/x/sys v0.3.0
26+
google.golang.org/grpc v1.51.0
27+
k8s.io/cri-api v0.25.0
2828
)
2929

3030
require (
@@ -34,7 +34,7 @@ require (
3434
github.com/blang/semver v3.5.1+incompatible // indirect
3535
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
3636
github.com/containerd/console v1.0.3 // indirect
37-
github.com/containerd/continuity v0.2.2 // indirect
37+
github.com/containerd/continuity v0.3.0 // indirect
3838
github.com/containerd/fifo v1.0.0 // indirect
3939
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
4040
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -82,7 +82,7 @@ require (
8282
golang.org/x/net v0.1.0 // indirect
8383
golang.org/x/text v0.4.0 // indirect
8484
golang.org/x/tools v0.1.12 // indirect
85-
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
85+
google.golang.org/genproto v0.0.0-20220915135415-7fd63a7952de // indirect
8686
google.golang.org/protobuf v1.28.1 // indirect
8787
gopkg.in/yaml.v2 v2.4.0 // indirect
8888
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)