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 (
26
26
gopkg.in/yaml.v3 v3.0.1
27
27
)
28
28
29
- require (
30
- github.com/rogpeppe/go-internal v1.10.0 // indirect
31
- github.com/stoewer/go-strcase v1.2.0 // indirect
32
- )
33
-
34
29
require (
35
30
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
36
31
github.com/golang/protobuf v1.5.3 // indirect
@@ -46,6 +41,8 @@ require (
46
41
github.com/pingcap/tidb/parser v0.0.0-20220725134311-c80026e61f00
47
42
github.com/pkg/errors v0.9.1 // indirect
48
43
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
49
46
go.uber.org/atomic v1.9.0 // indirect
50
47
go.uber.org/multierr v1.7.0 // indirect
51
48
go.uber.org/zap v1.19.1 // indirect
You can’t perform that action at this time.
0 commit comments