Skip to content

Commit 6c76a73

Browse files
authored
Merge pull request #2326 from tariq1890/minor-mod-fix
minor changes go.mod and gitignore
2 parents ede438c + c7d16ae commit 6c76a73

File tree

3 files changed

+5
-281
lines changed

3 files changed

+5
-281
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ site
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

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ module sigs.k8s.io/aws-load-balancer-controller
33
go 1.16
44

55
require (
6-
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
76
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
108
github.com/go-logr/logr v0.4.0
119
github.com/golang/mock v1.6.0
1210
github.com/google/go-cmp v0.5.6
@@ -24,6 +22,7 @@ require (
2422
k8s.io/apimachinery v0.21.2
2523
k8s.io/cli-runtime v0.21.2
2624
k8s.io/client-go v0.21.2
25+
rsc.io/letsencrypt v0.0.3 // indirect
2726
sigs.k8s.io/controller-runtime v0.9.2
2827
)
2928

0 commit comments

Comments
 (0)