Skip to content

Commit

Permalink
Update go.mod to match go mod tidy output (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton authored Jul 12, 2023
1 parent 37330a5 commit 1517eb8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
)

require (
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -46,6 +41,8 @@ require (
github.com/pingcap/tidb/parser v0.0.0-20220725134311-c80026e61f00
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1 // indirect
Expand Down

0 comments on commit 1517eb8

Please sign in to comment.