Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinggo committed Feb 17, 2025
1 parent 6410a3f commit 8de1e6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
module k8s.io/gengo/v2
module k8s.io/gengo

go 1.13

require (
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.4.0
github.com/google/gofuzz v1.1.0
github.com/kr/pretty v0.2.0 // indirect
github.com/spf13/pflag v1.0.5
golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8
k8s.io/gengo v0.0.0-20250207200755-1244d31929d7
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/klog/v2 v2.2.0
sigs.k8s.io/yaml v1.2.0
)
Expand Down

0 comments on commit 8de1e6d

Please sign in to comment.