Skip to content

Commit 28e1f6c

Browse files
jshaRoland Bracewell Shoemaker
authored andcommitted
Re-vendor golang/protobuf. (letsencrypt#3456)
In letsencrypt#3454, I tried to update certificate-transparency-go, but that pulled in a bunch of extra package updates, making for a complicated PR. This PR breaks out one of the packages that needed update, to allow us to bring things up to date in a simpler, more piecemeal fashion. $ go test github.com/golang/protobuf/... ok github.com/golang/protobuf/descriptor 0.004s ok github.com/golang/protobuf/jsonpb 0.012s ? github.com/golang/protobuf/jsonpb/jsonpb_test_proto [no test files] ok github.com/golang/protobuf/proto 0.062s ? github.com/golang/protobuf/proto/proto3_proto [no test files] ? github.com/golang/protobuf/protoc-gen-go [no test files] ? github.com/golang/protobuf/protoc-gen-go/descriptor [no test files] ok github.com/golang/protobuf/protoc-gen-go/generator 0.002s ? github.com/golang/protobuf/protoc-gen-go/grpc [no test files] ? github.com/golang/protobuf/protoc-gen-go/plugin [no test files] ok github.com/golang/protobuf/ptypes 0.014s ? github.com/golang/protobuf/ptypes/any [no test files] ? github.com/golang/protobuf/ptypes/duration [no test files] ? github.com/golang/protobuf/ptypes/empty [no test files] ? github.com/golang/protobuf/ptypes/struct [no test files] ? github.com/golang/protobuf/ptypes/timestamp [no test files] ? github.com/golang/protobuf/ptypes/wrappers [no test files]
1 parent c628fc0 commit 28e1f6c

File tree

14 files changed

+393
-113
lines changed

14 files changed

+393
-113
lines changed

Godeps/Godeps.json

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/discard.go

Lines changed: 151 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/encode.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/lib.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/text_parser.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/any.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/any/any.pb.go

Lines changed: 41 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/any/any.proto

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)