Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Jan 26, 2024
1 parent ea40725 commit 6990046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ require (
github.com/cisco-open/cluster-registry-controller v0.2.9
github.com/hexops/gotextdiff v1.0.3
github.com/iancoleman/strcase v0.2.0
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55
google.golang.org/protobuf v1.28.1
gotest.tools/v3 v3.0.3
)
Expand Down Expand Up @@ -167,6 +166,7 @@ require (
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
google.golang.org/grpc v1.50.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down

0 comments on commit 6990046

Please sign in to comment.