File tree 1 file changed +6
-6
lines changed
cmd/protoc-gen-go/internal_gengo 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ const (
51
51
// patched to support unique build environments that impose restrictions
52
52
// on the dependencies of generated source code.
53
53
var (
54
- protoPackage goImportPath = protogen .GoImportPath ("github.com/xen0n/ protobuf-gogogo /proto" )
55
- protoifacePackage goImportPath = protogen .GoImportPath ("github.com/xen0n/ protobuf-gogogo /runtime/protoiface" )
56
- protoimplPackage goImportPath = protogen .GoImportPath ("github.com/xen0n/ protobuf-gogogo /runtime/protoimpl" )
57
- protojsonPackage goImportPath = protogen .GoImportPath ("github.com/xen0n/ protobuf-gogogo /encoding/protojson" )
58
- protoreflectPackage goImportPath = protogen .GoImportPath ("github.com/xen0n/ protobuf-gogogo /reflect/protoreflect" )
59
- protoregistryPackage goImportPath = protogen .GoImportPath ("github.com/xen0n/ protobuf-gogogo /reflect/protoregistry" )
54
+ protoPackage goImportPath = protogen .GoImportPath ("google.golang.org/ protobuf/proto" )
55
+ protoifacePackage goImportPath = protogen .GoImportPath ("google.golang.org/ protobuf/runtime/protoiface" )
56
+ protoimplPackage goImportPath = protogen .GoImportPath ("google.golang.org/ protobuf/runtime/protoimpl" )
57
+ protojsonPackage goImportPath = protogen .GoImportPath ("google.golang.org/ protobuf/encoding/protojson" )
58
+ protoreflectPackage goImportPath = protogen .GoImportPath ("google.golang.org/ protobuf/reflect/protoreflect" )
59
+ protoregistryPackage goImportPath = protogen .GoImportPath ("google.golang.org/ protobuf/reflect/protoregistry" )
60
60
)
61
61
62
62
type goImportPath interface {
You can’t perform that action at this time.
0 commit comments