File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.1
7
7
require (
8
8
github.com/alessio/shellescape v1.4.1
9
9
github.com/apparentlymart/go-cidr v1.1.0
10
- github.com/aws/amazon-vpc-cni-k8s v1.12.0
10
+ github.com/aws/amazon-vpc-cni-k8s v1.12.1
11
11
github.com/aws/aws-lambda-go v1.36.1
12
12
github.com/aws/aws-sdk-go v1.44.145
13
13
github.com/awslabs/goformation/v4 v4.19.5
@@ -54,7 +54,7 @@ require (
54
54
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
55
55
github.com/Microsoft/go-winio v0.5.0 // indirect
56
56
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
57
- github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
57
+ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
58
58
github.com/beorn7/perks v1.0.1 // indirect
59
59
github.com/blang/semver/v4 v4.0.0 // indirect
60
60
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hC
82
82
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
83
83
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
84
84
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
85
- github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA =
86
85
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
87
- github.com/aws/amazon-vpc-cni-k8s v1.12.0 h1:WP8wHJ+UjViYkpMi2Uu5hHiPTYH3/jPC9pG3PrTmoWY =
88
- github.com/aws/amazon-vpc-cni-k8s v1.12.0 /go.mod h1:vZdHLUZf7Kj4mpqzG+szRxvCe/XMS/EAcxwMklI6NOQ =
86
+ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY =
87
+ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 /go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg =
88
+ github.com/aws/amazon-vpc-cni-k8s v1.12.1 h1:WE4Cx955JtRQvpb2Z3hKc6QZGQ413GeNHClEmgFdHA0 =
89
+ github.com/aws/amazon-vpc-cni-k8s v1.12.1 /go.mod h1:SS4zUR2x+/LyTL/nODKP8jUMjOvXmKVPyMfp25G5fwQ =
89
90
github.com/aws/aws-lambda-go v1.36.1 h1:CJxGkL9uKszIASRDxzcOcLX6juzTLoTKtCIgUGcTjTU =
90
91
github.com/aws/aws-lambda-go v1.36.1 /go.mod h1:jwFe2KmMsHmffA1X2R09hH6lFzJQxzI8qK17ewzbQMM =
91
92
github.com/aws/aws-sdk-go v1.8.39 /go.mod h1:ZRmQr0FajVIyZ4ZzBYKG5P3ZqPz9IHG41ZoMu1ADI3k =
You can’t perform that action at this time.
0 commit comments