Skip to content

Commit 3f6a4f3

Browse files
dependabot[bot]giggsoff
authored andcommitted
Bump github.com/containerd/containerd from 1.6.18 to 1.6.26
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.18 to 1.6.26. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.6.18...v1.6.26) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b79261 commit 3f6a4f3

File tree

2 files changed

+52
-373
lines changed

2 files changed

+52
-373
lines changed

go.mod

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/Insei/rolgo v0.0.2
77
github.com/amitbet/vncproxy v0.0.0-20200118084310-ea8f9b510913
8-
github.com/containerd/containerd v1.6.18
8+
github.com/containerd/containerd v1.6.26
99
github.com/docker/distribution v2.8.2+incompatible
1010
github.com/docker/docker v20.10.24+incompatible
1111
github.com/docker/go-connections v0.4.0
@@ -26,40 +26,41 @@ require (
2626
github.com/packethost/packngo v0.25.0
2727
github.com/rogpeppe/go-internal v1.11.0
2828
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
29-
github.com/sirupsen/logrus v1.8.1
29+
github.com/sirupsen/logrus v1.9.3
3030
github.com/spf13/cobra v1.5.0
3131
github.com/spf13/pflag v1.0.5
3232
github.com/spf13/viper v1.12.0
33-
github.com/stretchr/testify v1.8.1
33+
github.com/stretchr/testify v1.8.4
3434
github.com/thediveo/enumflag v0.10.1
3535
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
3636
golang.org/x/crypto v0.21.0
3737
golang.org/x/net v0.23.0
38-
golang.org/x/oauth2 v0.7.0
38+
golang.org/x/oauth2 v0.10.0
3939
golang.org/x/term v0.18.0
4040
golang.org/x/text v0.14.0
41-
google.golang.org/api v0.114.0
41+
google.golang.org/api v0.126.0
4242
google.golang.org/protobuf v1.33.0
4343
gopkg.in/errgo.v2 v2.1.0
4444
gopkg.in/yaml.v2 v2.4.0
4545
oras.land/oras-go v1.2.0
4646
)
4747

4848
require (
49-
cloud.google.com/go/compute v1.19.1 // indirect
49+
cloud.google.com/go/compute v1.21.0 // indirect
5050
cloud.google.com/go/compute/metadata v0.2.3 // indirect
5151
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
5252
github.com/Microsoft/go-winio v0.5.2 // indirect
53-
github.com/Microsoft/hcsshim v0.9.6 // indirect
53+
github.com/Microsoft/hcsshim v0.9.10 // indirect
5454
github.com/beorn7/perks v1.0.1 // indirect
5555
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
5656
github.com/bugsnag/panicwrap v1.2.0 // indirect
5757
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5858
github.com/containerd/cgroups v1.0.4 // indirect
5959
github.com/containerd/continuity v0.3.0 // indirect
6060
github.com/containerd/fifo v1.0.0 // indirect
61+
github.com/containerd/log v0.1.0 // indirect
6162
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
62-
github.com/containerd/ttrpc v1.1.0 // indirect
63+
github.com/containerd/ttrpc v1.1.2 // indirect
6364
github.com/containerd/typeurl v1.0.2 // indirect
6465
github.com/davecgh/go-spew v1.1.1 // indirect
6566
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -74,14 +75,15 @@ require (
7475
github.com/gogo/protobuf v1.3.2 // indirect
7576
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7677
github.com/golang/protobuf v1.5.3 // indirect
78+
github.com/google/s2a-go v0.1.4 // indirect
7779
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
78-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
80+
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
7981
github.com/gorilla/mux v1.8.0 // indirect
8082
github.com/hashicorp/hcl v1.0.0 // indirect
8183
github.com/inconshreveable/mousetrap v1.0.0 // indirect
8284
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
8385
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
84-
github.com/klauspost/compress v1.15.7 // indirect
86+
github.com/klauspost/compress v1.15.9 // indirect
8587
github.com/lf-edge/eve/libs/depgraph v0.0.0-20220711144346-0659e3b03496 // indirect
8688
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
8789
github.com/magiconair/properties v1.8.6 // indirect
@@ -96,7 +98,7 @@ require (
9698
github.com/moby/sys/signal v0.7.0 // indirect
9799
github.com/morikuni/aec v1.0.0 // indirect
98100
github.com/opencontainers/go-digest v1.0.0 // indirect
99-
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
101+
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
100102
github.com/opencontainers/runc v1.1.12 // indirect
101103
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
102104
github.com/opencontainers/selinux v1.10.1 // indirect
@@ -120,11 +122,10 @@ require (
120122
golang.org/x/sync v0.3.0 // indirect
121123
golang.org/x/sys v0.18.0 // indirect
122124
google.golang.org/appengine v1.6.7 // indirect
123-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
124-
google.golang.org/grpc v1.56.3 // indirect
125+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
126+
google.golang.org/grpc v1.58.3 // indirect
125127
gopkg.in/ini.v1 v1.66.6 // indirect
126128
gopkg.in/yaml.v3 v3.0.1 // indirect
127-
gotest.tools/v3 v3.3.0 // indirect
128129
)
129130

130131
replace github.com/lf-edge/eden/sdn/vm => ./sdn/vm

0 commit comments

Comments
 (0)