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 17
17
# Output of the go coverage tool, specifically when used with LiteIDE
18
18
* .out
19
19
20
- # Kubernetes Generated files - skip generated files, except for vendored files
21
-
22
- ! vendor /** /zz_generated. *
23
-
24
20
# editor and IDE paraphernalia
25
21
.idea
26
22
.vscode
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ module sigs.k8s.io/aws-load-balancer-controller
3
3
go 1.16
4
4
5
5
require (
6
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
7
6
github.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
10
8
github.com/go-logr/logr v0.4.0
11
9
github.com/golang/mock v1.6.0
12
10
github.com/google/go-cmp v0.5.6
@@ -24,6 +22,7 @@ require (
24
22
k8s.io/apimachinery v0.21.2
25
23
k8s.io/cli-runtime v0.21.2
26
24
k8s.io/client-go v0.21.2
25
+ rsc.io/letsencrypt v0.0.3 // indirect
27
26
sigs.k8s.io/controller-runtime v0.9.2
28
27
)
29
28
You can’t perform that action at this time.
0 commit comments