diff --git a/container/service.proto b/container/service.proto index 5f01591..2ae4ced 100644 --- a/container/service.proto +++ b/container/service.proto @@ -6,9 +6,6 @@ option csharp_namespace = "NeoFS.API.Container"; import "acl/types.proto"; import "container/types.proto"; import "refs/types.proto"; -import "github.com/gogo/protobuf/gogoproto/gogo.proto"; - -option (gogoproto.stable_marshaler_all) = true; // Service provides API to access container smart-contract in morph chain // via NeoFS node. diff --git a/container/types.proto b/container/types.proto index d3cc147..d9160ae 100644 --- a/container/types.proto +++ b/container/types.proto @@ -5,9 +5,6 @@ option csharp_namespace = "NeoFS.API.Container"; import "refs/types.proto"; import "github.com/nspcc-dev/netmap/selector.proto"; -import "github.com/gogo/protobuf/gogoproto/gogo.proto"; - -option (gogoproto.stable_marshaler_all) = true; // Container is a structure that defines object placement behaviour. Objects // can be stored only within containers. They define placement rule, attributes