Skip to content

Commit 1517eb8

Browse files
Update go.mod to match go mod tidy output (#2440)
1 parent 37330a5 commit 1517eb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
3429
require (
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

0 commit comments

Comments
 (0)