Skip to content

Commit 57c3357

Browse files
Tidy go mod
1 parent e708187 commit 57c3357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/go-logr/logr v1.2.4
77
github.com/onsi/ginkgo/v2 v2.9.5
88
github.com/onsi/gomega v1.27.7
9+
github.com/sethvargo/go-password v0.2.0
910
k8s.io/api v0.27.2
1011
k8s.io/apimachinery v0.27.2
1112
k8s.io/client-go v0.27.2
@@ -46,7 +47,6 @@ require (
4647
github.com/prometheus/client_model v0.4.0 // indirect
4748
github.com/prometheus/common v0.42.0 // indirect
4849
github.com/prometheus/procfs v0.9.0 // indirect
49-
github.com/sethvargo/go-password v0.2.0 // indirect
5050
github.com/spf13/pflag v1.0.5 // indirect
5151
go.uber.org/atomic v1.7.0 // indirect
5252
go.uber.org/multierr v1.6.0 // indirect

0 commit comments

Comments
 (0)