mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update vendor/ dir to latest w/o heroku, moby
had to lock a lot of things in place
This commit is contained in:
7
vendor/github.com/golang/protobuf/Makefile
generated
vendored
7
vendor/github.com/golang/protobuf/Makefile
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user