diff --git a/Makefile b/Makefile index 0847abe4..f4a54c4c 100644 --- a/Makefile +++ b/Makefile @@ -50,17 +50,12 @@ docgen: deps protoc: @echo "${B}${G}⇒ Cleanup old files ${R}" @find . -type f -name '*.pb.go' -not -path './vendor/*' -exec rm {} \; - - @echo "${B}${G}⇒ Install specific version for gogo-proto ${R}" - @go list -f '{{.Path}}/...@{{.Version}}' -m github.com/gogo/protobuf | xargs go get -v - @echo "${B}${G}⇒ Install specific version for protobuf lib ${R}" - @go list -f '{{.Path}}/...@{{.Version}}' -m github.com/golang/protobuf | xargs go get -v @echo "${B}${G}⇒ Protoc generate ${R}" @for f in `find . -type f -name '*.proto' -not -path './vendor/*'`; do \ echo "${B}${G}⇒ Processing $$f ${R}"; \ protoc \ --proto_path=.:./vendor:/usr/local/include \ - --gofast_out=plugins=grpc,paths=source_relative:. $$f; \ + --gofast_out=plugins=grpc,paths=source_relative:. $$f; \ done update: docgen protoc diff --git a/v2/accounting/service.pb.go b/v2/accounting/service.pb.go index 0a4deda7..f8a40e88 100644 Binary files a/v2/accounting/service.pb.go and b/v2/accounting/service.pb.go differ diff --git a/v2/acl/types.pb.go b/v2/acl/types.pb.go index e05fcf5e..0425329e 100644 Binary files a/v2/acl/types.pb.go and b/v2/acl/types.pb.go differ diff --git a/v2/container/service.pb.go b/v2/container/service.pb.go index 2c7861d4..50a93478 100644 Binary files a/v2/container/service.pb.go and b/v2/container/service.pb.go differ diff --git a/v2/container/types.pb.go b/v2/container/types.pb.go index 50a0a36d..175aeeb4 100644 Binary files a/v2/container/types.pb.go and b/v2/container/types.pb.go differ diff --git a/v2/netmap/types.pb.go b/v2/netmap/types.pb.go index 84e68fc8..bfc2e9e4 100644 Binary files a/v2/netmap/types.pb.go and b/v2/netmap/types.pb.go differ diff --git a/v2/object/service.pb.go b/v2/object/service.pb.go index 18a68cef..1865e415 100644 Binary files a/v2/object/service.pb.go and b/v2/object/service.pb.go differ diff --git a/v2/object/types.pb.go b/v2/object/types.pb.go index 0f083d33..a3712b5d 100644 Binary files a/v2/object/types.pb.go and b/v2/object/types.pb.go differ diff --git a/v2/refs/types.pb.go b/v2/refs/types.pb.go index d5ecec60..5e57a4bf 100644 Binary files a/v2/refs/types.pb.go and b/v2/refs/types.pb.go differ diff --git a/v2/service/meta.pb.go b/v2/service/meta.pb.go index 88d56b36..648f7f0a 100644 Binary files a/v2/service/meta.pb.go and b/v2/service/meta.pb.go differ diff --git a/v2/service/verify.pb.go b/v2/service/verify.pb.go index 34913d78..39a512be 100644 Binary files a/v2/service/verify.pb.go and b/v2/service/verify.pb.go differ diff --git a/v2/session/service.pb.go b/v2/session/service.pb.go index 7759f67c..13b8ad53 100644 Binary files a/v2/session/service.pb.go and b/v2/session/service.pb.go differ diff --git a/v2/storagegroup/types.pb.go b/v2/storagegroup/types.pb.go index e206d31c..2622367f 100644 Binary files a/v2/storagegroup/types.pb.go and b/v2/storagegroup/types.pb.go differ