File tree Expand file tree Collapse file tree 3 files changed +5
-281
lines changed Expand file tree Collapse file tree 3 files changed +5
-281
lines changed Original file line number Diff line number Diff line change 1717# Output of the go coverage tool, specifically when used with LiteIDE
1818* .out
1919
20- # Kubernetes Generated files - skip generated files, except for vendored files
21-
22- ! vendor /** /zz_generated. *
23-
2420# editor and IDE paraphernalia
2521.idea
2622.vscode
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ module sigs.k8s.io/aws-load-balancer-controller
33go 1.16
44
55require (
6- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
76github.com/aws/aws-sdk-go v1.41.0
8- github.com/fatih/color v1.7.0 // indirect
9- github.com/gavv/httpexpect/v2 v2.3.1 // indirect
7+ github.com/gavv/httpexpect/v2 v2.3.1
108github.com/go-logr/logr v0.4.0
119github.com/golang/mock v1.6.0
1210github.com/google/go-cmp v0.5.6
@@ -24,6 +22,7 @@ require (
2422k8s.io/apimachinery v0.21.2
2523k8s.io/cli-runtime v0.21.2
2624k8s.io/client-go v0.21.2
25+ rsc.io/letsencrypt v0.0.3 // indirect
2726sigs.k8s.io/controller-runtime v0.9.2
2827)
2928
You can’t perform that action at this time.
0 commit comments