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 44c8000 commit 117b5ecCopy full SHA for 117b5ec
go.mod
@@ -15,11 +15,9 @@ require (
15
github.com/pingcap/log v0.0.0-20210906054005-afc726e70354 // indirect
16
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
17
github.com/pkg/errors v0.9.1 // indirect
18
- github.com/spf13/cobra v1.2.1
+ github.com/spf13/cobra v1.3.0
19
github.com/spf13/pflag v1.0.5
20
go.uber.org/zap v1.19.1 // indirect
21
- golang.org/x/text v0.3.7 // indirect
22
- google.golang.org/protobuf v1.27.1 // indirect
23
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+ google.golang.org/protobuf v1.27.1
24
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
25
)
0 commit comments