diff options
Diffstat (limited to 'tools.go')
| -rw-r--r-- | tools.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,9 +5,9 @@ package tools import ( _ "github.com/client9/misspell/cmd/misspell" - _ "github.com/golang/protobuf/protoc-gen-go" _ "github.com/wadey/gocovmerge" _ "golang.org/x/lint/golint" _ "golang.org/x/tools/cmd/goimports" + _ "google.golang.org/protobuf/cmd/protoc-gen-go" _ "honnef.co/go/tools/cmd/staticcheck" ) |