File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if ! command -v black >/dev/null 2>&1; then
4949 exit 1
5050fi
5151
52+ go mod tidy
5253go vet " $ROOT /..."
5354
5455output=$( golint " $ROOT /..." | grep -v " comment" || true)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ require (
6767 golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
6868 gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
6969 google.golang.org/genproto v0.0.0-20210701133433-6b8dcf568a95 // indirect
70- google.golang.org/grpc v1.39.0
70+ google.golang.org/grpc v1.39.0 // indirect
7171 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
7272 gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
7373 gopkg.in/segmentio/analytics-go.v3 v3.1.0
You can’t perform that action at this time.
0 commit comments