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 f126808 commit cb4aaf0Copy full SHA for cb4aaf0
go.mod
@@ -13,8 +13,8 @@ require (
13
github.com/lib/pq v1.10.2
14
github.com/pganalyze/pg_query_go/v2 v2.0.3
15
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
16
- github.com/spf13/cobra v1.1.3
+ github.com/spf13/cobra v1.2.1
17
github.com/spf13/pflag v1.0.5
18
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
19
- gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
20
)
0 commit comments