From ca7a84b8aea203025acbda193f78ea98946236b5 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 8 Apr 2022 23:16:59 -0700 Subject: Switch to google.golang.org/protobuf/proto github.com/golang/protobuf/proto has been deprecated in favor of google.golang.org/protobuf/proto, so migrate to the non-deprecated one. --- tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index d34637e..404851f 100644 --- a/tools.go +++ b/tools.go @@ -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" ) -- cgit v1.2.3