Skip to content

Commit

Permalink
meta: bump vitess (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt authored Nov 6, 2024
1 parent 7fdfa92 commit dc5c7c7
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 github.com/planetscale/psdbproxy

go 1.23.1
go 1.23.2

require (
connectrpc.com/connect v1.14.0
Expand All @@ -12,7 +12,7 @@ require (
// we depend on latest main here.
// Once a fix for https://github.com/vitessio/vitess/issues/16015 is out, we can pin to that version.
// For now, pin to pain with the fixes.
vitess.io/vitess v0.10.3-0.20240927074858-3e5371377b43
vitess.io/vitess v0.10.3-0.20241106191105-e87457ee2401
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6h
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
vitess.io/vitess v0.10.3-0.20240927074858-3e5371377b43 h1:IBR+Goi7C09x7onan2kBqHLbexJUCfhz1GUh433Nyb8=
vitess.io/vitess v0.10.3-0.20240927074858-3e5371377b43/go.mod h1:3weMu3lKGlOErrkmHdQaGyXlM/UOBk9nwPDDnfHHkrY=
vitess.io/vitess v0.10.3-0.20241106191105-e87457ee2401 h1:eDPyVI8jsS033ozooz5hWrDNNwzFK+1Iwf/p5L18ldo=
vitess.io/vitess v0.10.3-0.20241106191105-e87457ee2401/go.mod h1:f+eDnWAcHRMo9p6G03lfdgcZtDTq+u9PukALsi6KezU=

0 comments on commit dc5c7c7

Please sign in to comment.