diff --git a/Makefile b/Makefile index 0847abe..f4a54c4 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 0a4deda..f8a40e8 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 e05fcf5..0425329 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 2c7861d..50a9347 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 50a0a36..175aeeb 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 84e68fc..bfc2e9e 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 18a68ce..1865e41 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 0f083d3..a3712b5 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 d5ecec6..5e57a4b 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 88d56b3..648f7f0 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 34913d7..39a512b 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 7759f67..13b8ad5 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 e206d31..2622367 100644 Binary files a/v2/storagegroup/types.pb.go and b/v2/storagegroup/types.pb.go differ