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
49
49
exit 1
50
50
fi
51
51
52
+ go mod tidy
52
53
go vet " $ROOT /..."
53
54
54
55
output=$( golint " $ROOT /..." | grep -v " comment" || true)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ require (
67
67
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
68
68
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
69
69
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
71
71
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
72
72
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
73
73
gopkg.in/segmentio/analytics-go.v3 v3.1.0
You can’t perform that action at this time.
0 commit comments