File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ require (
2626 gopkg.in/yaml.v3 v3.0.1
2727)
2828
29- require (
30- github.com/rogpeppe/go-internal v1.10.0 // indirect
31- github.com/stoewer/go-strcase v1.2.0 // indirect
32- )
33-
3429require (
3530 github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
3631 github.com/golang/protobuf v1.5.3 // indirect
@@ -46,6 +41,8 @@ require (
4641 github.com/pingcap/tidb/parser v0.0.0-20220725134311-c80026e61f00
4742 github.com/pkg/errors v0.9.1 // indirect
4843 github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
44+ github.com/rogpeppe/go-internal v1.10.0 // indirect
45+ github.com/stoewer/go-strcase v1.2.0 // indirect
4946 go.uber.org/atomic v1.9.0 // indirect
5047 go.uber.org/multierr v1.7.0 // indirect
5148 go.uber.org/zap v1.19.1 // indirect
You can’t perform that action at this time.
0 commit comments