@@ -26,13 +26,13 @@ require (
26
26
github.com/stretchr/testify v1.7.0
27
27
github.com/testcontainers/testcontainers-go v0.12.0
28
28
github.com/urfave/cli/v2 v2.1.1
29
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
30
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
29
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
30
+ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
31
31
gopkg.in/yaml.v2 v2.4.0
32
32
)
33
33
34
34
require (
35
- github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
35
+ github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795 // indirect
36
36
github.com/Microsoft/go-winio v0.4.17 // indirect
37
37
github.com/StackExchange/wmi v1.2.1 // indirect
38
38
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
@@ -56,25 +56,25 @@ require (
56
56
github.com/magiconair/properties v1.8.5 // indirect
57
57
github.com/moby/sys/mount v0.2.0 // indirect
58
58
github.com/moby/sys/mountinfo v0.5.0 // indirect
59
- github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
60
- github.com/morikuni/aec v0 .0.0-20170113033406-39771216ff4c // indirect
59
+ github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
60
+ github.com/morikuni/aec v1 .0.0 // indirect
61
61
github.com/opencontainers/go-digest v1.0.0 // indirect
62
62
github.com/opencontainers/image-spec v1.0.2 // indirect
63
- github.com/opencontainers/runc v1.0.3 // indirect
63
+ github.com/opencontainers/runc v1.1.0 // indirect
64
64
github.com/pmezard/go-difflib v1.0.0 // indirect
65
65
github.com/russross/blackfriday/v2 v2.0.1 // indirect
66
66
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
67
67
github.com/sirupsen/logrus v1.8.1 // indirect
68
68
github.com/stretchr/objx v0.2.0 // indirect
69
- golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
70
- golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
69
+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
70
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
71
71
golang.org/x/text v0.3.7 // indirect
72
72
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
73
- google.golang.org/appengine v1.6.5 // indirect
74
- google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
75
- google.golang.org/grpc v1.33.2 // indirect
73
+ google.golang.org/appengine v1.6.7 // indirect
74
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
75
+ google.golang.org/grpc v1.43.0 // indirect
76
76
google.golang.org/protobuf v1.27.1 // indirect
77
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
77
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
78
78
)
79
79
80
80
// Include the single version of the dependency to clean up go.sum from old revisions.
@@ -88,6 +88,6 @@ replace (
88
88
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 // mitigate CVE-2021-3121
89
89
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2 // mitigate CVE-2021-41190
90
90
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3 // mitigate CVE-2021-30465
91
- golang.org/x/crypto => golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // mitigate CVE-2018-16875 and CVE-2020-29652
91
+ golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // mitigate CVE-2021-43565, CVE-2020-29652, and CVE-2018-16875
92
92
k8s.io/kubernetes v1.13.0 => k8s.io/kubernetes v1.23.3 // mitigate CVE-2020-8559 and CVE-2020-8565
93
93
)
0 commit comments