Moved to google.golang.org/genproto/googleapis/api/annotations
Fixes #52
This commit is contained in:
2
vendor/github.com/golang/protobuf/descriptor/descriptor.go
generated
vendored
2
vendor/github.com/golang/protobuf/descriptor/descriptor.go
generated
vendored
@@ -43,7 +43,7 @@ import (
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
protobuf "google.golang.org/genproto/protobuf"
|
||||
protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
)
|
||||
|
||||
// extractFile extracts a FileDescriptorProto from a gzip'd buffer.
|
||||
|
2
vendor/github.com/golang/protobuf/descriptor/descriptor_test.go
generated
vendored
2
vendor/github.com/golang/protobuf/descriptor/descriptor_test.go
generated
vendored
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/golang/protobuf/descriptor"
|
||||
tpb "github.com/golang/protobuf/proto/testdata"
|
||||
protobuf "google.golang.org/genproto/protobuf"
|
||||
protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
)
|
||||
|
||||
func TestMessage(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user