diff --git a/repos/repos.go b/repos/repos.go index a18c684c5a..2f044efc98 100644 --- a/repos/repos.go +++ b/repos/repos.go @@ -93,7 +93,7 @@ func init() { add(&Repo{ GoGerritProject: "protobuf", MirrorToGitHub: true, - ImportPath: "github.com/google/protobuf", + ImportPath: "google.golang.org/protobuf", gitHubRepo: "protocolbuffers/protobuf-go", }) }