Skip to content

Commit

Permalink
Fix go.mod files (vitessio#16625)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Aug 21, 2024
1 parent 4206c2a commit 1a0e704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vitess.io/vitess

go 1.23
go 1.23.0

require (
cloud.google.com/go/storage v1.43.0
Expand Down
3 changes: 1 addition & 2 deletions vitess-mixin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vitess-mixin

go 1.23
go 1.23.0

require (
github.com/evanphx/json-patch v5.9.0+incompatible
Expand Down Expand Up @@ -130,4 +130,3 @@ require (
)

replace k8s.io/client-go v2.0.0-alpha.0.0.20181121191925-a47917edff34+incompatible => k8s.io/client-go v2.0.0-alpha.1+incompatible
e

0 comments on commit 1a0e704

Please sign in to comment.