Skip to content

Commit e810ce8

Browse files
authored
Merge pull request #2560 from devspace-sh/dependabot/go_modules/github.com/containerd/containerd-1.6.18
chore(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.18
2 parents 36f6010 + 8a2259c commit e810ce8

447 files changed

Lines changed: 6896 additions & 32653 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: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/ghodss/yaml v1.0.0
2121
github.com/gliderlabs/ssh v0.3.5
2222
github.com/go-resty/resty/v2 v2.7.0
23-
github.com/google/go-containerregistry v0.11.0
23+
github.com/google/go-containerregistry v0.7.0
2424
github.com/google/uuid v1.3.0
2525
github.com/gorilla/websocket v1.4.2
2626
github.com/invopop/jsonschema v0.3.0
@@ -34,10 +34,11 @@ require (
3434
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
3535
github.com/mitchellh/go-homedir v1.1.0
3636
github.com/moby/buildkit v0.11.0
37+
github.com/moby/patternmatcher v0.5.0
3738
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
3839
github.com/olekukonko/tablewriter v0.0.5
39-
github.com/onsi/ginkgo/v2 v2.7.0
40-
github.com/onsi/gomega v1.24.1
40+
github.com/onsi/ginkgo/v2 v2.8.1
41+
github.com/onsi/gomega v1.26.0
4142
github.com/otiai10/copy v1.7.0
4243
github.com/pkg/errors v0.9.1
4344
github.com/pkg/sftp v1.13.1
@@ -48,42 +49,35 @@ require (
4849
github.com/spf13/pflag v1.0.5
4950
github.com/vmware-labs/yaml-jsonpath v0.3.2
5051
golang.org/x/crypto v0.2.0
51-
golang.org/x/net v0.4.0
52-
golang.org/x/text v0.5.0
52+
golang.org/x/net v0.6.0
53+
golang.org/x/text v0.7.0
5354
google.golang.org/grpc v1.50.1
5455
google.golang.org/protobuf v1.28.1
5556
gopkg.in/natefinch/lumberjack.v2 v2.0.0
5657
gopkg.in/src-d/enry.v1 v1.6.4
5758
gopkg.in/src-d/go-git.v4 v4.13.1
5859
gopkg.in/yaml.v3 v3.0.1
5960
gotest.tools v2.2.0+incompatible
60-
k8s.io/api v0.25.2
61-
k8s.io/apimachinery v0.25.2
62-
k8s.io/client-go v0.25.2
61+
k8s.io/api v0.25.0-alpha.2
62+
k8s.io/apimachinery v0.25.0-alpha.2
63+
k8s.io/client-go v0.25.0-alpha.2
6364
k8s.io/klog v1.0.0
6465
k8s.io/klog/v2 v2.70.1
65-
k8s.io/kubectl v0.25.2
66+
k8s.io/kubectl v0.25.0-alpha.2
6667
mvdan.cc/sh/v3 v3.5.1
6768
sigs.k8s.io/yaml v1.2.0
6869
)
6970

7071
require (
71-
cloud.google.com/go v0.97.0 // indirect
7272
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
73-
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
74-
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
75-
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
76-
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
77-
github.com/Azure/go-autorest/logger v0.2.1 // indirect
78-
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
7973
github.com/Microsoft/go-winio v0.5.2 // indirect
8074
github.com/PuerkitoBio/purell v1.1.1 // indirect
8175
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
8276
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
8377
github.com/beorn7/perks v1.0.1 // indirect
8478
github.com/cespare/xxhash/v2 v2.1.2 // indirect
8579
github.com/containerd/console v1.0.3 // indirect
86-
github.com/containerd/containerd v1.6.14 // indirect
80+
github.com/containerd/containerd v1.6.18 // indirect
8781
github.com/containerd/continuity v0.3.0 // indirect
8882
github.com/containerd/typeurl v1.0.2 // indirect
8983
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
@@ -103,7 +97,6 @@ require (
10397
github.com/gofrs/flock v0.8.1 // indirect
10498
github.com/gogo/googleapis v1.4.1 // indirect
10599
github.com/gogo/protobuf v1.3.2 // indirect
106-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
107100
github.com/golang/protobuf v1.5.2 // indirect
108101
github.com/google/gnostic v0.5.7-v3refs // indirect
109102
github.com/google/go-cmp v0.5.9 // indirect
@@ -132,7 +125,6 @@ require (
132125
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
133126
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
134127
github.com/mitchellh/mapstructure v1.4.3 // indirect
135-
github.com/moby/patternmatcher v0.5.0 // indirect
136128
github.com/moby/spdystream v0.2.0 // indirect
137129
github.com/moby/sys/sequential v0.5.0 // indirect
138130
github.com/moby/sys/signal v0.7.0 // indirect
@@ -141,7 +133,6 @@ require (
141133
github.com/modern-go/reflect2 v1.0.2 // indirect
142134
github.com/morikuni/aec v1.0.0 // indirect
143135
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
144-
github.com/onsi/ginkgo v1.12.1 // indirect
145136
github.com/opencontainers/go-digest v1.0.0 // indirect
146137
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 // indirect
147138
github.com/opencontainers/runc v1.1.3 // indirect
@@ -171,8 +162,8 @@ require (
171162
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
172163
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92 // indirect
173164
golang.org/x/sync v0.1.0 // indirect
174-
golang.org/x/sys v0.3.0 // indirect
175-
golang.org/x/term v0.3.0 // indirect
165+
golang.org/x/sys v0.5.0 // indirect
166+
golang.org/x/term v0.5.0 // indirect
176167
golang.org/x/time v0.1.0 // indirect
177168
google.golang.org/appengine v1.6.7 // indirect
178169
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 // indirect
@@ -181,7 +172,7 @@ require (
181172
gopkg.in/toqueteos/substring.v1 v1.0.2 // indirect
182173
gopkg.in/warnings.v0 v0.1.2 // indirect
183174
gopkg.in/yaml.v2 v2.4.0 // indirect
184-
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
175+
k8s.io/kube-openapi v0.0.0-20220603121420-31174f50af60 // indirect
185176
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
186177
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
187178
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

0 commit comments

Comments
 (0)