Skip to content

Commit

Permalink
bump internal vitess version (#936)
Browse files Browse the repository at this point in the history
Brings in fix for vitessio/vitess#16989
  • Loading branch information
mattrobenolt authored Nov 6, 2024
1 parent a9c9e81 commit 4474712
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/planetscale/planetscale-go v0.115.0
github.com/planetscale/psdb v0.0.0-20240109164348-6848e728f6e7
github.com/planetscale/psdbproxy v0.0.0-20241009145102-7fdfa92ae3ca
github.com/planetscale/psdbproxy v0.0.0-20241106211041-dc5c7c72df26
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
Expand All @@ -39,7 +39,7 @@ require (
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
gopkg.in/yaml.v2 v2.4.0
vitess.io/vitess v0.10.3-0.20240927074858-3e5371377b43
vitess.io/vitess v0.10.3-0.20241106191105-e87457ee2401
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ github.com/planetscale/planetscale-go v0.115.0 h1:9PePFNsY2gwLL842skZTTf0RzEnAqy
github.com/planetscale/planetscale-go v0.115.0/go.mod h1:ldGffCLckkR8fjGDjDFs4WcjlDr8uqg2qRUZhRYBEMI=
github.com/planetscale/psdb v0.0.0-20240109164348-6848e728f6e7 h1:dxdoFKWVDlV1gq8UQC8NWCofLjCEjEHw47gfeojgs28=
github.com/planetscale/psdb v0.0.0-20240109164348-6848e728f6e7/go.mod h1:WZmi4gw3rOK+ryd1inGxgfKwoFV04O7xBCqzWzv0/0U=
github.com/planetscale/psdbproxy v0.0.0-20241009145102-7fdfa92ae3ca h1:E5E1yyZ03FzA/6styZr5C2L3DdqhnkZsKSJy5q4JnuU=
github.com/planetscale/psdbproxy v0.0.0-20241009145102-7fdfa92ae3ca/go.mod h1:qxC4twwQwRjHb9lt2DB/Ny0CuhJs1rrxskPbBLDljgo=
github.com/planetscale/psdbproxy v0.0.0-20241106211041-dc5c7c72df26 h1:u4Q86W+Id75X8RzhSXBwmqZ1HeE1Wbi07JfdFP7DEOc=
github.com/planetscale/psdbproxy v0.0.0-20241106211041-dc5c7c72df26/go.mod h1:jwsavEvsWJTBIVdk8Ht083vxQbfnvCgsy4MMOM044HQ=
github.com/planetscale/vitess-types v0.0.0-20231211191709-770e14433716 h1:FD6vnHCirVPeyn+E6Z0HyXoAqXzjfTcRpgss/63im6w=
github.com/planetscale/vitess-types v0.0.0-20231211191709-770e14433716/go.mod h1:8KWsIjuUBs+xlbfn9wBCxicFZqV8BCPIFoqlOSs+60I=
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 h1:GFCKgmp0tecUJ0sJuv4pzYCqS9+RGSn52M3FUwPs+uo=
Expand Down Expand Up @@ -235,5 +235,5 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
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 4474712

Please sign in to comment.