-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.25 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module github.com/planetscale/cli
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/benbjohnson/clock v1.3.0
github.com/briandowns/spinner v1.16.0
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fatih/color v1.13.0
github.com/frankban/quicktest v1.14.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gocarina/gocsv v0.0.0-20210326111627-0340a0229e98
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-version v1.3.0
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
github.com/lensesio/tableprinter v0.0.0-20201125135848-89e81fc956e7
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/pkg/errors v0.9.1
github.com/planetscale/planetscale-go v0.51.0
github.com/planetscale/sql-proxy v0.12.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/xelabs/go-mysqlstack v1.0.0
go.uber.org/zap v1.19.1
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
gopkg.in/yaml.v2 v2.4.0
)