Skip to content

Commit ad4f932

Browse files
authored
all: remove dependency on honnef.co/go/tools (#2496)
I have moved this dependency directly into the container used by our kokoro jobs so we don't force it on the dependents. Updates internal bug: b/155334826
1 parent f6faca0 commit ad4f932

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ require (
2424
google.golang.org/api v0.28.0
2525
google.golang.org/genproto v0.0.0-20200623002339-fbb79eadd5eb
2626
google.golang.org/grpc v1.29.1
27-
honnef.co/go/tools v0.0.1-2020.1.4
2827
)

tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ import (
2828
_ "github.com/jstemmer/go-junit-report"
2929
_ "golang.org/x/lint/golint"
3030
_ "golang.org/x/tools/cmd/goimports"
31-
_ "honnef.co/go/tools/cmd/staticcheck"
3231
)

0 commit comments

Comments
 (0)