Skip to content

Commit

Permalink
all: remove dependency on honnef.co/go/tools (googleapis#396)
Browse files Browse the repository at this point in the history
We actually don't use static check in this repo so this is just
safe to remove.

Fixes: googleapis#354
Updates internal bug: b/155334826
  • Loading branch information
codyoss committed Jun 22, 2020
1 parent bd6e046 commit d0ee0c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -8,5 +8,4 @@ require (
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.24.0
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
)
1 change: 0 additions & 1 deletion tools.go
Expand Up @@ -27,5 +27,4 @@ import (
_ "github.com/golang/protobuf/protoc-gen-go"
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
_ "honnef.co/go/tools/cmd/staticcheck"
)

0 comments on commit d0ee0c3

Please sign in to comment.