Bumping k8s dependencies to 1.13
This commit is contained in:
4
vendor/github.com/gogo/protobuf/protoc-gen-gogo/testdata/main_test.go
generated
vendored
4
vendor/github.com/gogo/protobuf/protoc-gen-gogo/testdata/main_test.go
generated
vendored
@@ -36,11 +36,13 @@ package testdata
|
||||
import (
|
||||
"testing"
|
||||
|
||||
mytestpb "./my_test"
|
||||
importspb "github.com/gogo/protobuf/protoc-gen-gogo/testdata/imports"
|
||||
multipb "github.com/gogo/protobuf/protoc-gen-gogo/testdata/multi"
|
||||
mytestpb "github.com/gogo/protobuf/protoc-gen-gogo/testdata/my_test"
|
||||
)
|
||||
|
||||
func TestLink(t *testing.T) {
|
||||
_ = &multipb.Multi1{}
|
||||
_ = &mytestpb.Request{}
|
||||
_ = &importspb.All{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user