We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d952d commit fbb5816Copy full SHA for fbb5816
go.mod
@@ -9,10 +9,9 @@ require (
9
github.com/lfittl/pg_query_go v1.0.0
10
github.com/lib/pq v1.3.0
11
github.com/spf13/cobra v0.0.5
12
- github.com/spf13/pflag v1.0.5 // indirect
13
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
14
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
15
google.golang.org/genproto v0.0.0-20191223191004-3caeed10a8bf // indirect
16
google.golang.org/grpc v1.26.0 // indirect
17
- vitess.io/vitess v0.0.0-20191113025808-0629f0da20ab
+ vitess.io/vitess v0.0.0-20200119095853-bd8205ebca4a
18
)
0 commit comments