@@ -26,13 +26,13 @@ require (
2626github.com/stretchr/testify v1.7.0
2727github.com/testcontainers/testcontainers-go v0.12.0
2828github.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
3131gopkg.in/yaml.v2 v2.4.0
3232)
3333
3434require (
35- github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
35+ github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795 // indirect
3636github.com/Microsoft/go-winio v0.4.17 // indirect
3737github.com/StackExchange/wmi v1.2.1 // indirect
3838github.com/cenkalti/backoff v2.2.1+incompatible // indirect
@@ -56,25 +56,25 @@ require (
5656github.com/magiconair/properties v1.8.5 // indirect
5757github.com/moby/sys/mount v0.2.0 // indirect
5858github.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
6161github.com/opencontainers/go-digest v1.0.0 // indirect
6262github.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
6464github.com/pmezard/go-difflib v1.0.0 // indirect
6565github.com/russross/blackfriday/v2 v2.0.1 // indirect
6666github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
6767github.com/sirupsen/logrus v1.8.1 // indirect
6868github.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
7171golang.org/x/text v0.3.7 // indirect
7272golang.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
7676google.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
7878)
7979
8080// Include the single version of the dependency to clean up go.sum from old revisions.
@@ -88,6 +88,6 @@ replace (
8888github.com/gogo/protobuf =>github.com/gogo/protobuf v1.3.2 // mitigate CVE-2021-3121
8989github.com/opencontainers/image-spec =>github.com/opencontainers/image-spec v1.0.2 // mitigate CVE-2021-41190
9090github.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
9292k8s.io/kubernetes v1.13.0 =>k8s.io/kubernetes v1.23.3 // mitigate CVE-2020-8559 and CVE-2020-8565
9393)