diff --git a/accesscontrol/attributes/proto/attributes.pb.go b/accesscontrol/attributes/proto/attributes.pb.go index 78492f8f2e8..727e3b954bd 100644 --- a/accesscontrol/attributes/proto/attributes.pb.go +++ b/accesscontrol/attributes/proto/attributes.pb.go @@ -68,7 +68,7 @@ func init() { func init() { proto1.RegisterFile("attributes.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 204 bytes of a gzipped FileDescriptorProto + // 206 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x48, 0x2c, 0x29, 0x29, 0xca, 0x4c, 0x2a, 0x2d, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x03, 0x53, 0xc5, 0x4a, 0xc9, 0x5c, 0xe2, 0x8e, 0x70, 0x39, 0xdf, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, 0x44, @@ -77,9 +77,9 @@ var fileDescriptor0 = []byte{ 0x52, 0x82, 0x49, 0x81, 0x51, 0x83, 0x27, 0x08, 0x45, 0x4c, 0x29, 0x9b, 0x4b, 0x08, 0xd3, 0x12, 0x21, 0x29, 0x2e, 0x0e, 0x18, 0x1b, 0x6c, 0x34, 0x4f, 0x10, 0x9c, 0x2f, 0x64, 0xc9, 0xc5, 0x0e, 0x72, 0x44, 0x66, 0x6a, 0xb1, 0x04, 0x93, 0x02, 0xb3, 0x06, 0xb7, 0x91, 0x3c, 0xc4, 0xdd, 0xc5, - 0x7a, 0x38, 0x5c, 0x1b, 0x04, 0x53, 0xef, 0x64, 0x13, 0x65, 0x95, 0x9e, 0x59, 0x92, 0x51, 0x9a, + 0x7a, 0x38, 0x5c, 0x1b, 0x04, 0x53, 0xef, 0x64, 0x17, 0x65, 0x93, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x9f, 0x51, 0x59, 0x90, 0x5a, 0x94, 0x93, 0x9a, 0x92, 0x9e, 0x5a, - 0xa4, 0x9f, 0x96, 0x98, 0x54, 0x94, 0x99, 0xac, 0x9f, 0x9c, 0x5f, 0x94, 0xaa, 0x9f, 0x5c, 0x54, - 0x59, 0x50, 0x92, 0xaf, 0x8f, 0x08, 0x17, 0x7d, 0xb0, 0xf9, 0x49, 0x90, 0x70, 0x31, 0x06, 0x04, - 0x00, 0x00, 0xff, 0xff, 0xc7, 0x30, 0xd3, 0xb6, 0x32, 0x01, 0x00, 0x00, + 0xa4, 0x9f, 0x96, 0x98, 0x54, 0x94, 0x99, 0xac, 0x9f, 0x98, 0x9c, 0x9c, 0x5a, 0x5c, 0x9c, 0x9c, + 0x9f, 0x57, 0x52, 0x94, 0x9f, 0xa3, 0x8f, 0x08, 0x19, 0x7d, 0xb0, 0x0d, 0x49, 0x90, 0x90, 0x31, + 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x75, 0xf7, 0x00, 0x7d, 0x34, 0x01, 0x00, 0x00, } diff --git a/accesscontrol/attributes/proto/attributes.proto b/accesscontrol/attributes/proto/attributes.proto index bda5d43f60e..f3eab459013 100644 --- a/accesscontrol/attributes/proto/attributes.proto +++ b/accesscontrol/attributes/proto/attributes.proto @@ -16,7 +16,7 @@ limitations under the License. syntax = "proto3"; -option go_package = "github.com/hyperledger/fabric/core/crypto/attributes/proto" ; +option go_package = "github.com/hyperledger/fabric/accesscontrol/attributes/proto" ; package protos;