update vendor/ dir to latest w/o heroku, moby

had to lock a lot of things in place
This commit is contained in:
Reed Allman
2017-08-03 02:38:15 -07:00
parent 780791da1c
commit 30f3c45dbc
5637 changed files with 191713 additions and 1133103 deletions

View File

@@ -33,13 +33,11 @@
all: install
install:
go install ./proto
go install ./jsonpb
go install ./proto ./jsonpb ./ptypes
go install ./protoc-gen-go
test:
go test ./proto
go test ./jsonpb
go test ./proto ./jsonpb ./ptypes
make -C protoc-gen-go/testdata test
clean:
@@ -54,3 +52,4 @@ regenerate:
make -C protoc-gen-go/testdata regenerate
make -C proto/testdata regenerate
make -C jsonpb/jsonpb_test_proto regenerate
make -C _conformance regenerate