From 19b21d31bfeac59da389e860db1f0b8f52ca938f Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Wed, 12 Jul 2023 10:05:08 -0400 Subject: [PATCH] Update go.mod to match go mod tidy output --- go.mod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index faba6fa23c..66a11e4381 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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