File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/planetscale/cli
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.2.12
@@ -21,12 +21,11 @@ require (
2121 github.com/pkg/errors v0.9.1
2222 github.com/planetscale/planetscale-go v0.25.0
2323 github.com/planetscale/sql-proxy v0.3.2
24- github.com/shopspring/decimal v1.2.0 // indirect
2524 github.com/spf13/cobra v1.1.3
2625 github.com/spf13/pflag v1.0.5
2726 github.com/spf13/viper v1.7.1
2827 github.com/stretchr/testify v1.7.0
29- github.com/xelabs/go-mysqlstack v0 .0.0-20210509133322-082114d9069b
28+ github.com/xelabs/go-mysqlstack v1 .0.0
3029 go.uber.org/zap v1.16.0
3130 gopkg.in/yaml.v2 v2.4.0
3231)
Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
310310github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s =
311311github.com/subosito/gotenv v1.2.0 /go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw =
312312github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
313- github.com/xelabs/go-mysqlstack v0 .0.0-20210509133322-082114d9069b h1:jnkwSPPvgmxqPakUUrsoRnkZsnJ4EJE9FLnKpEFlW6c =
314- github.com/xelabs/go-mysqlstack v0 .0.0-20210509133322-082114d9069b /go.mod h1:m9feITJq0ZXhBKK0R5BIJa5/2XDQguOWPRvMVyV4i4A =
313+ github.com/xelabs/go-mysqlstack v1 .0.0 h1:go/UqwlxKRNh9df+AQ/pAAgcCCHCaeyv0PYZ/quRbbw =
314+ github.com/xelabs/go-mysqlstack v1 .0.0/go.mod h1:xw+rgelmcSTN/55nk7EcfriA9EeblS8w3nMSbad2yTc =
315315github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 /go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU =
316316github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
317317github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments