From 9fadf4cc84bf55e930bde68d218c988d4d678198 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Thu, 6 Aug 2020 01:22:24 +0300 Subject: [PATCH] [#32] refs: Remove gogoproto from typedef There is a need to remove gogoproto usage from NeoFS API since this plugin is not cross-language. This commit removes usage from refs package. Signed-off-by: Leonard Lyubich --- refs/types.proto | 7 ------- 1 file changed, 7 deletions(-) diff --git a/refs/types.proto b/refs/types.proto index 2066a02..2fdaef4 100644 --- a/refs/types.proto +++ b/refs/types.proto @@ -3,13 +3,6 @@ package refs; option go_package = "github.com/nspcc-dev/neofs-api-go/refs"; option csharp_namespace = "NeoFS.API.Refs"; -import "github.com/gogo/protobuf/gogoproto/gogo.proto"; - -option (gogoproto.stable_marshaler_all) = true; - -option (gogoproto.stringer_all) = false; -option (gogoproto.goproto_stringer_all) = false; - // Address of object (container id + object id) message Address { // ObjectID carries object identifier.