File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/apparentlymart/go-cidr v1.1.0
7
- github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491
7
+ github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b
8
8
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1
9
9
github.com/aws/aws-sdk-go v1.48.10
10
10
github.com/containernetworking/cni v1.1.2
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0
35
35
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 /go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg =
36
36
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491 h1:iWVPopSSbIQki4c35000NXqLjbzpW1PiTXp7Iz6fXGY =
37
37
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491 /go.mod h1:NvS1b2fBgkUvAWgBF8h0aRaVVoUeIlpUMnlTW2wIqik =
38
+ github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b h1:xCQo9O4BIwuLhrQAqamsvhfgjBiSOo83uDMMSivRsnw =
39
+ github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b /go.mod h1:NvS1b2fBgkUvAWgBF8h0aRaVVoUeIlpUMnlTW2wIqik =
38
40
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1 h1:43uJXFNTjk5Gzi2Qpqk30ycaaE7DOVvBDKi35wzsrsQ =
39
41
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1 /go.mod h1:tXPJP0SFdkVa7ALghDjThtavyYnP0MKO8V0ZHlDNCU8 =
40
42
github.com/aws/aws-sdk-go v1.48.10 h1:0LIFG3wp2Dt6PsxKWCg1Y1xRrn2vZnW5/gWdgaBalKg =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
24
24
MultusContainerName = "kube-multus"
25
25
26
26
// See https://gallery.ecr.aws/eks/aws-vpc-cni-test-helper
27
- TestAgentImage = "networking-e2e-test-images/aws-vpc-cni-test-helper:d8c395ad "
27
+ TestAgentImage = "networking-e2e-test-images/aws-vpc-cni-test-helper:20231212 "
28
28
BusyBoxImage = "networking-e2e-test-images/busybox:latest"
29
29
NginxImage = "networking-e2e-test-images/nginx:1.25.2"
30
30
NetCatImage = "networking-e2e-test-images/netcat-openbsd:v1.0"
You can’t perform that action at this time.
0 commit comments