Skip to content

Commit

Permalink
Set vitess golang dependencies to 20.0.1
Browse files Browse the repository at this point in the history
This commit was made automatically by the vitess-releaser tool.

See https://github.com/vitessio/vitess-releaser

Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Jul 23, 2024
1 parent a058221 commit 19ff38f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module planetscale.dev/vitess-operator

go 1.22.4
go 1.22.5

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5-0.20190629210212-52e137b8d003
Expand All @@ -22,7 +22,7 @@ require (
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/controller-tools v0.11.3
sigs.k8s.io/kustomize v2.0.3+incompatible
vitess.io/vitess v0.20.0
vitess.io/vitess v0.20.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -784,5 +784,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77Vzej
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
vitess.io/vitess v0.20.0 h1:EIEq9r0SJCgsFl1NXRAoFIrY0GxwvzaVDy1G25pdMwo=
vitess.io/vitess v0.20.0/go.mod h1:vbcOzYn1ffhHaeIJk9tef4sm7VknJczPSY9pT2vV4Xs=
vitess.io/vitess v0.20.1 h1:ZakYoAsRPQwK1TSTT5pw4DRaY4+OJtx9yb/OD5qSifQ=
vitess.io/vitess v0.20.1/go.mod h1:Mnatr1WQwXSWa7tWZrc8XVHMCckUZ4z/yZSl3rwlYk8=

0 comments on commit 19ff38f

Please sign in to comment.