diff --git a/go/.golangci.yaml b/.golangci.yaml similarity index 100% rename from go/.golangci.yaml rename to .golangci.yaml diff --git a/Makefile b/Makefile index 30319cf11..779adb256 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ GOLANG_PROTOBUF_VERSION=1.28.0 GOGO_PROTOBUF_VERSION=1.3.2 GRPC_GATEWAY_VERSION=1.16.0 +export GO111MODULE = on + #install all dependencies for buf install-buf-dependencies: @go install github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar@latest @@ -28,12 +30,15 @@ install-buf-dependencies: go get github.com/cosmos/cosmos-sdk@v0.45.9 rm -rf cosmos-proto protobuf -export GO111MODULE = on +protobuf-generate-go: + @cd proto; buf generate --template buf.gen.yaml + @cp -r github.com/AssetMantle/schema/* ./ + @rm -rf github.com all: build test lintci # The below include contains the tools and runsim targets. -include simulation/make/Makefile +#include simulation/make/Makefile ######################################## ### Build diff --git a/go/codec/schema.go b/codec/schema.go similarity index 56% rename from go/codec/schema.go rename to codec/schema.go index f5575881a..69bb84da0 100644 --- a/go/codec/schema.go +++ b/codec/schema.go @@ -6,20 +6,20 @@ package codec import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - baseDocuments "github.com/AssetMantle/schema/go/documents/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/qualified" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" - typesSchema "github.com/AssetMantle/schema/go/types" - baseTypes "github.com/AssetMantle/schema/go/types/base" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + baseDocuments "github.com/AssetMantle/schema/documents/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/qualified" + baseQualified "github.com/AssetMantle/schema/qualified/base" + typesSchema "github.com/AssetMantle/schema/types" + baseTypes "github.com/AssetMantle/schema/types/base" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/codec/schema_test.go b/codec/schema_test.go similarity index 100% rename from go/codec/schema_test.go rename to codec/schema_test.go diff --git a/go/codec/utilities/module.go b/codec/utilities/module.go similarity index 100% rename from go/codec/utilities/module.go rename to codec/utilities/module.go diff --git a/go/data/acc_address_data.go b/data/acc_address_data.go similarity index 100% rename from go/data/acc_address_data.go rename to data/acc_address_data.go diff --git a/go/data/any_data.go b/data/any_data.go similarity index 100% rename from go/data/any_data.go rename to data/any_data.go diff --git a/go/data/any_listable_data.go b/data/any_listable_data.go similarity index 100% rename from go/data/any_listable_data.go rename to data/any_listable_data.go diff --git a/go/data/base/acc_address_data.go b/data/base/acc_address_data.go similarity index 93% rename from go/data/base/acc_address_data.go rename to data/base/acc_address_data.go index 51e77f88c..b1ef5f5ee 100644 --- a/go/data/base/acc_address_data.go +++ b/data/base/acc_address_data.go @@ -9,10 +9,10 @@ import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) var _ data.AccAddressData = (*AccAddressData)(nil) diff --git a/go/data/base/acc_address_data.pb.go b/data/base/acc_address_data.pb.go similarity index 76% rename from go/data/base/acc_address_data.pb.go rename to data/base/acc_address_data.pb.go index a03c966f0..6dc39a301 100644 --- a/go/data/base/acc_address_data.pb.go +++ b/data/base/acc_address_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/acc_address_data.proto +// source: AssetMantle/schema/data/base/acc_address_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *AccAddressData) Reset() { *m = AccAddressData{} } func (m *AccAddressData) String() string { return proto.CompactTextString(m) } func (*AccAddressData) ProtoMessage() {} func (*AccAddressData) Descriptor() ([]byte, []int) { - return fileDescriptor_08b301dab2ffeaf2, []int{0} + return fileDescriptor_febbae4ee6586872, []int{0} } func (m *AccAddressData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,31 +61,32 @@ func (m *AccAddressData) XXX_DiscardUnknown() { var xxx_messageInfo_AccAddressData proto.InternalMessageInfo func init() { - proto.RegisterType((*AccAddressData)(nil), "assetmantle.schema.data.base.AccAddressData") + proto.RegisterType((*AccAddressData)(nil), "AssetMantle.schema.data.base.AccAddressData") } -func init() { proto.RegisterFile("data/base/acc_address_data.proto", fileDescriptor_08b301dab2ffeaf2) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/acc_address_data.proto", fileDescriptor_febbae4ee6586872) +} -var fileDescriptor_08b301dab2ffeaf2 = []byte{ - // 280 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x4c, 0x4e, 0x8e, 0x4f, 0x4c, 0x49, 0x29, 0x4a, 0x2d, - 0x2e, 0x8e, 0x07, 0x89, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x24, 0x16, 0x17, 0xa7, - 0x96, 0xe4, 0x26, 0xe6, 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, - 0xa5, 0x41, 0x9a, 0xa4, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x0a, 0xf5, 0x41, 0x2c, 0x88, 0x1e, - 0x25, 0x1d, 0x2e, 0x3e, 0xc7, 0xe4, 0x64, 0x47, 0x88, 0x61, 0x2e, 0x89, 0x25, 0x89, 0x42, 0x22, - 0x5c, 0xac, 0x65, 0x89, 0x39, 0xa5, 0xa9, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x3c, 0x41, 0x10, 0x8e, - 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0x7e, 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, - 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, - 0x96, 0x63, 0xe0, 0x52, 0x48, 0xce, 0xcf, 0xd5, 0xc3, 0xe7, 0x00, 0x27, 0x61, 0x54, 0x8b, 0x02, - 0x40, 0xf6, 0x07, 0x30, 0x46, 0x69, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, - 0xea, 0x3b, 0x82, 0xf4, 0xfb, 0x82, 0xf5, 0xeb, 0x43, 0xf4, 0xeb, 0xa7, 0xe7, 0xeb, 0xc3, 0x3d, - 0xbe, 0x88, 0x89, 0xc5, 0x31, 0xd8, 0xc5, 0x69, 0x15, 0x93, 0x8c, 0x23, 0x92, 0x45, 0xc1, 0x10, - 0x8b, 0x40, 0x66, 0xea, 0x39, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8e, 0x81, 0x48, 0xc7, 0x80, - 0xa4, 0x63, 0x40, 0xd2, 0x8f, 0x98, 0x34, 0xf0, 0x49, 0xc7, 0xb8, 0x07, 0x38, 0xf9, 0xa6, 0x96, - 0x24, 0x82, 0x2c, 0x7d, 0xc5, 0x24, 0x8f, 0xa4, 0xd4, 0xca, 0x0a, 0xa2, 0xd6, 0xca, 0x0a, 0xa4, - 0xd8, 0xca, 0x0a, 0xa4, 0x3a, 0x89, 0x0d, 0x1c, 0x8c, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x39, 0x35, 0x84, 0x20, 0x9e, 0x01, 0x00, 0x00, +var fileDescriptor_febbae4ee6586872 = []byte{ + // 271 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x76, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x4c, 0x4e, 0x8e, 0x4f, 0x4c, 0x49, + 0x29, 0x4a, 0x2d, 0x2e, 0x8e, 0x07, 0x89, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x20, + 0x69, 0xd2, 0x83, 0x68, 0xd2, 0x03, 0x4b, 0x83, 0x34, 0x49, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, + 0x15, 0xea, 0x83, 0x58, 0x10, 0x3d, 0x4a, 0x3a, 0x5c, 0x7c, 0x8e, 0xc9, 0xc9, 0x8e, 0x10, 0xc3, + 0x5c, 0x12, 0x4b, 0x12, 0x85, 0x44, 0xb8, 0x58, 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x18, 0x15, + 0x18, 0x35, 0x78, 0x82, 0x20, 0x1c, 0x2b, 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0x3d, 0x4c, 0x27, + 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, + 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0xc0, 0xa5, 0x90, 0x9c, 0x9f, 0xab, 0x87, 0xcf, + 0x01, 0x4e, 0xc2, 0xa8, 0x16, 0x05, 0x80, 0xec, 0x0f, 0x60, 0x8c, 0x52, 0x4f, 0xcf, 0x2c, 0xc9, + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xc7, 0xe7, 0xeb, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x2e, + 0x4e, 0xab, 0x98, 0x50, 0xbc, 0x19, 0x0c, 0xb1, 0x05, 0x64, 0xa0, 0x9e, 0x53, 0x62, 0x71, 0xea, + 0x29, 0x14, 0xe9, 0x18, 0x88, 0x74, 0x0c, 0x48, 0x3a, 0x06, 0x24, 0xfd, 0x88, 0x49, 0x03, 0x9f, + 0x74, 0x8c, 0x7b, 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x22, 0xc8, 0xd2, 0x57, 0x4c, 0xf2, 0x48, 0x4a, + 0xad, 0xac, 0x20, 0x6a, 0xad, 0xac, 0x40, 0x8a, 0xad, 0xac, 0x40, 0xaa, 0x93, 0xd8, 0xc0, 0x61, + 0x68, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x1e, 0xbd, 0x89, 0xae, 0x01, 0x00, 0x00, } func (m *AccAddressData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/acc_address_data_test.go b/data/base/acc_address_data_test.go similarity index 97% rename from go/data/base/acc_address_data_test.go rename to data/base/acc_address_data_test.go index f83edaf1b..740b77627 100644 --- a/go/data/base/acc_address_data_test.go +++ b/data/base/acc_address_data_test.go @@ -7,10 +7,10 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - idsConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + idsConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/data/base/any_data.go b/data/base/any_data.go similarity index 95% rename from go/data/base/any_data.go rename to data/base/any_data.go index bff4b1213..6378d7b2e 100644 --- a/go/data/base/any_data.go +++ b/data/base/any_data.go @@ -2,10 +2,10 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "strings" ) diff --git a/go/data/base/any_data.pb.go b/data/base/any_data.pb.go similarity index 86% rename from go/data/base/any_data.pb.go rename to data/base/any_data.pb.go index 5c6cc9079..fb6c17c58 100644 --- a/go/data/base/any_data.pb.go +++ b/data/base/any_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/any_data.proto +// source: AssetMantle/schema/data/base/any_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -41,7 +41,7 @@ func (m *AnyData) Reset() { *m = AnyData{} } func (m *AnyData) String() string { return proto.CompactTextString(m) } func (*AnyData) ProtoMessage() {} func (*AnyData) Descriptor() ([]byte, []int) { - return fileDescriptor_1b19532f46054c21, []int{0} + return fileDescriptor_6dbf16f2344dfdd7, []int{0} } func (m *AnyData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -200,46 +200,48 @@ func (*AnyData) XXX_OneofWrappers() []interface{} { } func init() { - proto.RegisterType((*AnyData)(nil), "assetmantle.schema.data.base.AnyData") + proto.RegisterType((*AnyData)(nil), "AssetMantle.schema.data.base.AnyData") } -func init() { proto.RegisterFile("data/base/any_data.proto", fileDescriptor_1b19532f46054c21) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/any_data.proto", fileDescriptor_6dbf16f2344dfdd7) +} -var fileDescriptor_1b19532f46054c21 = []byte{ - // 525 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xc1, 0x8b, 0xd3, 0x4e, - 0x14, 0xc7, 0x93, 0xfc, 0xba, 0x6d, 0x77, 0xba, 0xfc, 0x90, 0x20, 0x38, 0xae, 0x25, 0x5b, 0x44, - 0xa5, 0x8a, 0x24, 0xa0, 0xb7, 0x9c, 0x4c, 0xa8, 0xb8, 0xe2, 0xee, 0x52, 0xec, 0x45, 0xa4, 0x50, - 0x26, 0xc9, 0x90, 0x0c, 0x26, 0x99, 0xa5, 0x33, 0x7b, 0xd8, 0xff, 0x60, 0x8f, 0xfe, 0x09, 0xe2, - 0xd1, 0x3f, 0xc3, 0x93, 0x78, 0xda, 0xa3, 0x47, 0x69, 0x6f, 0xfe, 0x15, 0x32, 0x33, 0x49, 0x3a, - 0x15, 0x1a, 0x7a, 0x7b, 0x2f, 0xdf, 0xf7, 0xfd, 0xbc, 0xcc, 0xbc, 0x37, 0x00, 0x26, 0x88, 0x23, - 0x2f, 0x42, 0x0c, 0x7b, 0xa8, 0xbc, 0x5e, 0x88, 0xcc, 0xbd, 0x5c, 0x52, 0x4e, 0xed, 0x21, 0x62, - 0x0c, 0xf3, 0x02, 0x95, 0x3c, 0xc7, 0x2e, 0x8b, 0x33, 0x5c, 0x20, 0x57, 0xca, 0xa2, 0xf8, 0x78, - 0xa4, 0xf9, 0xe2, 0x78, 0x81, 0x92, 0x64, 0x89, 0x19, 0xd3, 0xfc, 0xc7, 0xc3, 0x4d, 0x45, 0x44, - 0x69, 0x8e, 0x51, 0xa9, 0xab, 0x5a, 0xdf, 0x04, 0xc7, 0xba, 0xf2, 0x60, 0xa3, 0x64, 0x98, 0xa4, - 0x19, 0xd7, 0xc5, 0x7b, 0x1b, 0x91, 0x24, 0x3b, 0x5c, 0x39, 0x29, 0x3f, 0xe1, 0x2d, 0xf1, 0xbe, - 0x2e, 0x32, 0xbe, 0xc3, 0x57, 0x5e, 0x15, 0x11, 0x5e, 0xee, 0x10, 0x19, 0x5f, 0x92, 0x32, 0xd5, - 0xc5, 0xbb, 0x29, 0x4d, 0xa9, 0x0c, 0x3d, 0x11, 0xa9, 0xaf, 0x0f, 0xbf, 0x1f, 0x80, 0x5e, 0x50, - 0x5e, 0x4f, 0x10, 0x47, 0xf6, 0x07, 0x70, 0xe7, 0xdf, 0xbb, 0x81, 0xe6, 0xc8, 0x1c, 0x0f, 0x5e, - 0x3c, 0x77, 0xdb, 0x2e, 0xd7, 0x0d, 0xe2, 0x38, 0x50, 0x26, 0xc1, 0x39, 0x35, 0xde, 0xff, 0x8f, - 0xb6, 0xbe, 0xd8, 0x17, 0xe0, 0x48, 0xbf, 0x53, 0x68, 0x49, 0xea, 0xd3, 0x76, 0x6a, 0xa8, 0x1c, - 0x15, 0x72, 0x10, 0x6d, 0x52, 0x3b, 0x04, 0xfd, 0x7a, 0x0a, 0xf0, 0x3f, 0xc9, 0x7a, 0xdc, 0xce, - 0x9a, 0xe0, 0xb8, 0xe2, 0xf4, 0x12, 0x15, 0xda, 0xef, 0xc0, 0x40, 0x9b, 0x17, 0xec, 0x48, 0xcc, - 0xb8, 0x1d, 0x73, 0x2a, 0x0d, 0x15, 0x09, 0x64, 0x4d, 0x66, 0xbf, 0x02, 0x7d, 0xb2, 0x50, 0x33, - 0x84, 0x07, 0x92, 0xf4, 0xa8, 0x9d, 0xf4, 0x76, 0x52, 0x51, 0xba, 0x44, 0x46, 0xf6, 0x6b, 0x70, - 0xd8, 0xcc, 0x1a, 0x76, 0x25, 0xe2, 0x49, 0x3b, 0xe2, 0x8c, 0xb0, 0xfa, 0x57, 0xfa, 0x79, 0x15, - 0x8b, 0x53, 0x69, 0xfb, 0x04, 0x7b, 0xfb, 0x9c, 0xea, 0x4c, 0x1a, 0xea, 0x53, 0xe5, 0x4d, 0x26, - 0x60, 0xda, 0x92, 0xc1, 0xfe, 0x3e, 0xb0, 0x0b, 0x69, 0xa8, 0x61, 0x65, 0x93, 0x09, 0x98, 0xb6, - 0x94, 0xf0, 0x70, 0x1f, 0xd8, 0x4c, 0x1a, 0x6a, 0x18, 0x6b, 0x32, 0xbf, 0x73, 0xf3, 0xe5, 0xc4, - 0x08, 0xbb, 0xa0, 0x43, 0x8a, 0xcb, 0x3c, 0xbc, 0xb1, 0x7e, 0xac, 0x1c, 0xf3, 0x76, 0xe5, 0x98, - 0xbf, 0x57, 0x8e, 0xf9, 0x79, 0xed, 0x18, 0xb7, 0x6b, 0xc7, 0xf8, 0xb5, 0x76, 0x0c, 0x30, 0x8a, - 0x69, 0xd1, 0xda, 0x23, 0x3c, 0xaa, 0xd6, 0x7f, 0x2a, 0xde, 0xc3, 0xd4, 0xfc, 0xf8, 0x2c, 0x25, - 0x3c, 0xbb, 0x8a, 0xdc, 0x98, 0x16, 0x5e, 0x20, 0x8c, 0xe7, 0xd2, 0xe8, 0x29, 0xa3, 0x97, 0x52, - 0xaf, 0x79, 0x65, 0x5f, 0xad, 0x4e, 0x30, 0x9b, 0x84, 0xdf, 0xac, 0x61, 0xa0, 0x75, 0x98, 0xa9, - 0x0e, 0x82, 0xe9, 0x86, 0x88, 0xe1, 0x9f, 0x5b, 0xf2, 0x5c, 0xc9, 0x73, 0x21, 0xcf, 0x85, 0xbc, - 0xb2, 0xc6, 0x6d, 0xf2, 0xfc, 0xcd, 0x34, 0x3c, 0xc7, 0x1c, 0x89, 0xa6, 0x7f, 0xac, 0x13, 0xad, - 0xd4, 0xf7, 0x55, 0xad, 0xef, 0xcb, 0x2b, 0xf1, 0x45, 0x75, 0xd4, 0x95, 0xcf, 0xfa, 0xe5, 0xdf, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x48, 0x67, 0xa6, 0x5c, 0x28, 0x05, 0x00, 0x00, +var fileDescriptor_6dbf16f2344dfdd7 = []byte{ + // 521 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x4d, 0x6f, 0xd3, 0x30, + 0x18, 0xc7, 0x9b, 0xd0, 0xb5, 0x9d, 0x3b, 0x21, 0x14, 0x71, 0xb0, 0x26, 0x94, 0x4d, 0x88, 0x97, + 0x02, 0x53, 0x22, 0xb1, 0x5b, 0x4e, 0x24, 0x2a, 0x62, 0x88, 0x6d, 0xaa, 0xe8, 0x05, 0xa1, 0x4a, + 0x95, 0xe3, 0x58, 0x89, 0x45, 0x5e, 0xa6, 0xda, 0x3b, 0xec, 0x03, 0x20, 0x71, 0xe4, 0x23, 0x20, + 0x8e, 0x7c, 0x0c, 0x4e, 0x88, 0xd3, 0x8e, 0x1c, 0x51, 0x7b, 0xe3, 0x53, 0x20, 0xdb, 0x49, 0x70, + 0x39, 0x78, 0xb9, 0x3d, 0x4f, 0x9e, 0xff, 0xff, 0x67, 0x3b, 0xcf, 0x63, 0x83, 0x67, 0x21, 0x63, + 0x84, 0x9f, 0xa1, 0x92, 0xe7, 0xc4, 0x67, 0x38, 0x23, 0x05, 0xf2, 0x13, 0xc4, 0x91, 0x1f, 0x23, + 0x46, 0x7c, 0x54, 0x5e, 0x2d, 0x45, 0xe6, 0x5d, 0xac, 0x2a, 0x5e, 0x39, 0xf7, 0x34, 0xb1, 0xa7, + 0xc4, 0x9e, 0x2c, 0x0b, 0xf1, 0xfe, 0xb1, 0x19, 0x85, 0xf1, 0x12, 0x25, 0xc9, 0x8a, 0x30, 0xa6, + 0x21, 0xf7, 0x7d, 0xa3, 0x29, 0xae, 0xaa, 0x9c, 0xa0, 0x52, 0x37, 0x98, 0x37, 0x9c, 0x10, 0xac, + 0x8b, 0x3d, 0xa3, 0x38, 0x23, 0x34, 0xcd, 0xb8, 0xae, 0x7f, 0x6a, 0xd4, 0xd3, 0xa4, 0x3b, 0x3b, + 0xa7, 0xe5, 0x07, 0xb2, 0xa5, 0x3f, 0xba, 0x41, 0xcf, 0x78, 0x77, 0x7a, 0x79, 0x59, 0xc4, 0x64, + 0xd5, 0x5d, 0xcf, 0xf8, 0x8a, 0x96, 0xa9, 0xae, 0xbf, 0x9b, 0x56, 0x69, 0x25, 0x43, 0x5f, 0x44, + 0xea, 0xeb, 0xfd, 0xef, 0x3b, 0x60, 0x18, 0x96, 0x57, 0x53, 0xc4, 0x91, 0xf3, 0x0e, 0xdc, 0xf9, + 0xbf, 0x67, 0xd0, 0x3a, 0xb4, 0x26, 0xe3, 0xe7, 0x47, 0x9e, 0x69, 0x0e, 0xbc, 0x10, 0xe3, 0x50, + 0x99, 0x04, 0xe7, 0xa4, 0xf7, 0xf6, 0x36, 0xda, 0xfa, 0xe2, 0x9c, 0x83, 0x3d, 0xbd, 0xb1, 0xd0, + 0x96, 0xd4, 0x27, 0x66, 0x6a, 0xa4, 0x1c, 0x35, 0x72, 0x1c, 0xff, 0x4b, 0x9d, 0x08, 0x8c, 0x9a, + 0xbe, 0xc3, 0x5b, 0x92, 0xf5, 0xd0, 0xcc, 0x9a, 0x12, 0x5c, 0x73, 0x86, 0x89, 0x0a, 0x9d, 0x37, + 0x60, 0xac, 0x8d, 0x03, 0xec, 0x4b, 0xcc, 0xc4, 0x8c, 0x39, 0x91, 0x86, 0x9a, 0x04, 0xb2, 0x36, + 0x73, 0x5e, 0x80, 0x11, 0x5d, 0xaa, 0xe6, 0xc3, 0x1d, 0x49, 0x7a, 0x60, 0x26, 0xbd, 0x9e, 0xd6, + 0x94, 0x01, 0x95, 0x91, 0xf3, 0x12, 0xec, 0xb6, 0x13, 0x01, 0x07, 0x12, 0xf1, 0xc8, 0x8c, 0x38, + 0xa5, 0xac, 0xd9, 0xca, 0x28, 0xaf, 0x63, 0x71, 0x2a, 0x6d, 0x10, 0xe1, 0xb0, 0xcb, 0xa9, 0x4e, + 0xa5, 0xa1, 0x39, 0x55, 0xde, 0x66, 0x02, 0xa6, 0xcd, 0x1d, 0x1c, 0x75, 0x81, 0x9d, 0x4b, 0x43, + 0x03, 0x2b, 0xdb, 0x4c, 0xc0, 0xb4, 0xa1, 0x84, 0xbb, 0x5d, 0x60, 0x73, 0x69, 0x68, 0x60, 0xac, + 0xcd, 0x82, 0xfe, 0xa7, 0x2f, 0x07, 0xbd, 0x68, 0x00, 0xfa, 0xb4, 0xb8, 0xc8, 0xa3, 0x8f, 0xf6, + 0x8f, 0xb5, 0x6b, 0x5d, 0xaf, 0x5d, 0xeb, 0xf7, 0xda, 0xb5, 0x3e, 0x6f, 0xdc, 0xde, 0xf5, 0xc6, + 0xed, 0xfd, 0xda, 0xb8, 0x3d, 0x70, 0x88, 0xab, 0xc2, 0xb8, 0x46, 0xb4, 0x57, 0x8f, 0xff, 0x4c, + 0xdc, 0x87, 0x99, 0xf5, 0xfe, 0x71, 0x4a, 0x79, 0x76, 0x19, 0x7b, 0xb8, 0x2a, 0x8c, 0x4f, 0xd5, + 0x57, 0xbb, 0x1f, 0xce, 0xa7, 0xd1, 0x37, 0x7b, 0xeb, 0x8d, 0x9c, 0x2b, 0xbc, 0x00, 0x7a, 0x11, + 0x62, 0xe4, 0xe7, 0x56, 0x79, 0xa1, 0xca, 0x0b, 0x51, 0x5e, 0x88, 0xf2, 0xda, 0x9e, 0x98, 0xca, + 0x8b, 0x57, 0xb3, 0xe8, 0x8c, 0x70, 0x24, 0x16, 0xfd, 0x63, 0x1f, 0x68, 0xd2, 0x20, 0x50, 0xda, + 0x20, 0x90, 0xff, 0x23, 0x10, 0xea, 0x78, 0x20, 0xef, 0xf4, 0xf1, 0xdf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x29, 0xf7, 0x52, 0xad, 0xe3, 0x05, 0x00, 0x00, } func (m *AnyData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/any_data_test.go b/data/base/any_data_test.go similarity index 98% rename from go/data/base/any_data_test.go rename to data/base/any_data_test.go index 98b954214..696f6fda5 100644 --- a/go/data/base/any_data_test.go +++ b/data/base/any_data_test.go @@ -10,9 +10,9 @@ import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseTypes "github.com/AssetMantle/schema/go/types/base" + "github.com/AssetMantle/schema/data" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseTypes "github.com/AssetMantle/schema/types/base" ) var ( diff --git a/go/data/base/any_listable_data.go b/data/base/any_listable_data.go similarity index 97% rename from go/data/base/any_listable_data.go rename to data/base/any_listable_data.go index 7caa88979..d1b003104 100644 --- a/go/data/base/any_listable_data.go +++ b/data/base/any_listable_data.go @@ -3,8 +3,8 @@ package base import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/ids" ) type listableDataGetter interface { diff --git a/go/data/base/any_listable_data.pb.go b/data/base/any_listable_data.pb.go similarity index 86% rename from go/data/base/any_listable_data.pb.go rename to data/base/any_listable_data.pb.go index 3df2509cc..3fbcde5e8 100644 --- a/go/data/base/any_listable_data.pb.go +++ b/data/base/any_listable_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/any_listable_data.proto +// source: AssetMantle/schema/data/base/any_listable_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -40,7 +40,7 @@ func (m *AnyListableData) Reset() { *m = AnyListableData{} } func (m *AnyListableData) String() string { return proto.CompactTextString(m) } func (*AnyListableData) ProtoMessage() {} func (*AnyListableData) Descriptor() ([]byte, []int) { - return fileDescriptor_2b3606df89b57fc4, []int{0} + return fileDescriptor_e14e31e9a4fc5be0, []int{0} } func (m *AnyListableData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -187,45 +187,47 @@ func (*AnyListableData) XXX_OneofWrappers() []interface{} { } func init() { - proto.RegisterType((*AnyListableData)(nil), "assetmantle.schema.data.base.AnyListableData") -} - -func init() { proto.RegisterFile("data/base/any_listable_data.proto", fileDescriptor_2b3606df89b57fc4) } - -var fileDescriptor_2b3606df89b57fc4 = []byte{ - // 506 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x4f, 0x6b, 0xd4, 0x40, - 0x18, 0x87, 0x37, 0x71, 0xbb, 0x5d, 0x66, 0x45, 0x25, 0x14, 0x0c, 0x75, 0x49, 0x57, 0x51, 0x58, - 0x45, 0x12, 0xd0, 0x5b, 0x4e, 0x26, 0x04, 0xac, 0xd8, 0x96, 0xc5, 0xbd, 0x88, 0x2c, 0x2c, 0x93, - 0xc9, 0x90, 0x0c, 0x26, 0x99, 0xb2, 0x33, 0x3d, 0xf4, 0xec, 0xc5, 0x63, 0x3f, 0x82, 0x78, 0xf4, - 0x93, 0x88, 0xa7, 0x1e, 0x3d, 0xca, 0xee, 0xcd, 0x4f, 0x51, 0x66, 0x26, 0x7f, 0xa6, 0x85, 0x0d, - 0x7b, 0x9b, 0x77, 0x9e, 0xf9, 0x3d, 0x33, 0xbc, 0x79, 0x03, 0x9e, 0x26, 0x90, 0x43, 0x2f, 0x86, - 0x0c, 0x7b, 0xb0, 0xbc, 0x5c, 0xe6, 0x84, 0x71, 0x18, 0xe7, 0x78, 0x29, 0xb6, 0xdd, 0xf3, 0x15, - 0xe5, 0xd4, 0x1a, 0x43, 0xc6, 0x30, 0x2f, 0x60, 0xc9, 0x73, 0xec, 0x32, 0x94, 0xe1, 0x02, 0xba, - 0x12, 0x8b, 0xd4, 0xe1, 0x44, 0x13, 0x20, 0xb4, 0x84, 0x49, 0xb2, 0xc2, 0x8c, 0x69, 0xf9, 0xc3, - 0x71, 0x7b, 0x22, 0xa6, 0x34, 0xc7, 0xb0, 0xd4, 0xa9, 0xdd, 0xd2, 0x04, 0x23, 0x9d, 0x3c, 0x69, - 0x49, 0x4e, 0xca, 0xaf, 0x38, 0xd9, 0x02, 0x33, 0x4c, 0xd2, 0x8c, 0xeb, 0xf0, 0x71, 0x0b, 0xc9, - 0xb6, 0x54, 0x79, 0x51, 0xc4, 0x78, 0xb5, 0x05, 0x32, 0xbe, 0x22, 0x65, 0xaa, 0xc3, 0x83, 0x94, - 0xa6, 0x54, 0x2e, 0x3d, 0xb1, 0x52, 0xbb, 0xcf, 0xbe, 0xed, 0x81, 0x87, 0x41, 0x79, 0x79, 0x52, - 0x75, 0x2d, 0x82, 0x1c, 0x5a, 0x9f, 0xc1, 0xa3, 0xbb, 0x8d, 0xb0, 0x8d, 0x89, 0x31, 0x1d, 0xbd, - 0x79, 0xed, 0x76, 0x75, 0xd2, 0x0d, 0x10, 0x0a, 0x54, 0x48, 0x78, 0x8e, 0x7b, 0x9f, 0x1e, 0xc0, - 0x5b, 0x3b, 0xd6, 0x19, 0xb8, 0xaf, 0x37, 0xd0, 0x36, 0xa5, 0xf5, 0x65, 0xb7, 0x35, 0x54, 0x89, - 0x4a, 0x39, 0x8a, 0xdb, 0xd2, 0x0a, 0xc1, 0xb0, 0x6e, 0xb9, 0x7d, 0x4f, 0xba, 0x5e, 0x74, 0xbb, - 0x22, 0x8c, 0x2a, 0xcf, 0x7e, 0xa2, 0x96, 0xd6, 0x47, 0x30, 0xd2, 0xfa, 0x6f, 0xf7, 0xa5, 0x66, - 0xda, 0xad, 0x39, 0x96, 0x81, 0xca, 0x04, 0xb2, 0xa6, 0xb2, 0xde, 0x81, 0x21, 0x59, 0xaa, 0x0f, - 0x66, 0xef, 0x49, 0xd3, 0xf3, 0x6e, 0xd3, 0x87, 0xa8, 0xb2, 0x0c, 0x48, 0x54, 0x3f, 0x47, 0x9b, - 0x15, 0x7b, 0xb0, 0xcb, 0x73, 0x4e, 0x64, 0xa0, 0x7e, 0x4e, 0xde, 0x54, 0x42, 0xa6, 0x4d, 0x89, - 0xbd, 0xbf, 0x8b, 0xec, 0x4c, 0x06, 0x6a, 0x59, 0xd9, 0x54, 0x42, 0xa6, 0x4d, 0x95, 0x3d, 0xdc, - 0x45, 0x36, 0x97, 0x81, 0x5a, 0xc6, 0x9a, 0xca, 0xef, 0x7f, 0xff, 0x71, 0xd4, 0x0b, 0x07, 0xa0, - 0x4f, 0x8a, 0xf3, 0x3c, 0xbc, 0x32, 0x7f, 0xaf, 0x1d, 0xe3, 0x7a, 0xed, 0x18, 0xff, 0xd6, 0x8e, - 0x71, 0xb5, 0x71, 0x7a, 0xd7, 0x1b, 0xa7, 0xf7, 0x77, 0xe3, 0xf4, 0xc0, 0x04, 0xd1, 0xa2, 0xf3, - 0x8e, 0xf0, 0xe0, 0xce, 0xfc, 0xce, 0xc4, 0x60, 0xcf, 0x8c, 0x2f, 0xaf, 0x52, 0xc2, 0xb3, 0x8b, - 0xd8, 0x45, 0xb4, 0xf0, 0x02, 0x21, 0x38, 0x95, 0x02, 0x4f, 0x09, 0xbc, 0x94, 0x7a, 0xcd, 0xef, - 0xf2, 0xd3, 0xec, 0x07, 0xf3, 0x28, 0xfc, 0x65, 0x8e, 0x03, 0xed, 0xa6, 0xb9, 0xba, 0x49, 0x38, - 0xdd, 0x10, 0x32, 0xfc, 0xe7, 0x16, 0x5e, 0x28, 0xbc, 0x10, 0x78, 0x21, 0xf0, 0xda, 0x9c, 0x76, - 0xe1, 0xc5, 0xfb, 0x59, 0x78, 0x8a, 0x39, 0x14, 0x97, 0xfe, 0x37, 0x8f, 0xb4, 0xa3, 0xbe, 0xaf, - 0xce, 0xfa, 0xbe, 0x6c, 0x8d, 0x2f, 0x4e, 0xc7, 0x03, 0xf9, 0x7f, 0xbe, 0xbd, 0x09, 0x00, 0x00, - 0xff, 0xff, 0x3a, 0xf4, 0x8e, 0xb8, 0xdf, 0x04, 0x00, 0x00, + proto.RegisterType((*AnyListableData)(nil), "AssetMantle.schema.data.base.AnyListableData") +} + +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/any_listable_data.proto", fileDescriptor_e14e31e9a4fc5be0) +} + +var fileDescriptor_e14e31e9a4fc5be0 = []byte{ + // 504 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x4f, 0x8b, 0xd4, 0x30, + 0x18, 0xc6, 0xdb, 0x3a, 0x3b, 0x3b, 0x64, 0x44, 0xa5, 0xec, 0xa1, 0x2c, 0xd2, 0x5d, 0x44, 0x71, + 0xfc, 0x43, 0x0b, 0xae, 0xa7, 0x9e, 0x6c, 0x29, 0xb8, 0xe2, 0xee, 0x32, 0x38, 0x17, 0x91, 0x81, + 0x21, 0x4d, 0x43, 0x1b, 0x6c, 0x9b, 0x65, 0x92, 0x3d, 0xec, 0xd9, 0x8b, 0x17, 0xc1, 0x8f, 0x20, + 0x1e, 0xfd, 0x24, 0xe2, 0x69, 0x8f, 0x1e, 0x65, 0xe6, 0xe6, 0xa7, 0x90, 0x24, 0xed, 0x98, 0xd9, + 0x43, 0xe8, 0xde, 0xf2, 0xe6, 0x7d, 0x9e, 0x5f, 0x42, 0x9f, 0xb7, 0x01, 0x2f, 0x63, 0xc6, 0x30, + 0x3f, 0x85, 0x0d, 0xaf, 0x70, 0xc8, 0x50, 0x89, 0x6b, 0x18, 0xe6, 0x90, 0xc3, 0x30, 0x83, 0x0c, + 0x87, 0xb0, 0xb9, 0x5c, 0x54, 0x84, 0x71, 0x98, 0x55, 0x78, 0x21, 0xb6, 0x83, 0xf3, 0x25, 0xe5, + 0xd4, 0xbd, 0xaf, 0xb9, 0x02, 0xe5, 0x0a, 0x64, 0x5b, 0xb8, 0xf6, 0x8f, 0xcc, 0x4c, 0x84, 0x16, + 0x30, 0xcf, 0x97, 0x98, 0x31, 0x0d, 0xb9, 0x1f, 0x1a, 0x4d, 0x19, 0xa5, 0x15, 0x86, 0x8d, 0x6e, + 0x78, 0x66, 0x34, 0xe4, 0x18, 0xe9, 0xe2, 0xc0, 0x28, 0xae, 0x48, 0xf3, 0x11, 0xe7, 0xfd, 0xf5, + 0x25, 0x26, 0x45, 0xc9, 0x75, 0xfd, 0x53, 0xa3, 0x9e, 0xdc, 0x80, 0xdd, 0x5c, 0xd4, 0x19, 0x5e, + 0xf6, 0xd7, 0x33, 0xbe, 0x24, 0x4d, 0xa1, 0xeb, 0xf7, 0x0a, 0x5a, 0x50, 0xb9, 0x0c, 0xc5, 0x4a, + 0xed, 0x3e, 0xf8, 0xb4, 0x03, 0xee, 0xc6, 0xcd, 0xe5, 0x49, 0x9b, 0x66, 0x0a, 0x39, 0x74, 0xdf, + 0x83, 0x7b, 0xd7, 0xd3, 0xf0, 0xec, 0x43, 0x7b, 0x32, 0x7e, 0xf1, 0x3c, 0x30, 0x25, 0x1c, 0xc4, + 0x08, 0xc5, 0xca, 0x24, 0x38, 0xc7, 0xd6, 0xbb, 0x3b, 0x70, 0x6b, 0xc7, 0x3d, 0x03, 0xb7, 0xf5, + 0xc8, 0x3c, 0x47, 0x52, 0x9f, 0x98, 0xa9, 0x89, 0x72, 0xb4, 0xc8, 0x71, 0xf6, 0xbf, 0x74, 0x13, + 0x30, 0xea, 0x12, 0xf5, 0x6e, 0x49, 0xd6, 0x23, 0x33, 0x2b, 0xc5, 0xa8, 0xe5, 0xec, 0xe6, 0x6a, + 0xe9, 0xbe, 0x05, 0x63, 0x2d, 0x38, 0x6f, 0x20, 0x31, 0x13, 0x33, 0xe6, 0x58, 0x1a, 0x5a, 0x12, + 0x28, 0x37, 0x95, 0xfb, 0x0a, 0x8c, 0xc8, 0x42, 0xc5, 0xea, 0xed, 0x48, 0xd2, 0x43, 0x33, 0xe9, + 0x4d, 0xda, 0x52, 0x86, 0x24, 0xed, 0xae, 0xa3, 0xcd, 0x9d, 0x37, 0xec, 0x73, 0x9d, 0x13, 0x69, + 0xe8, 0xae, 0x53, 0x6d, 0x2a, 0x01, 0xd3, 0x06, 0xc7, 0xdb, 0xed, 0x03, 0x3b, 0x93, 0x86, 0x0e, + 0xd6, 0x6c, 0x2a, 0x01, 0xd3, 0xa6, 0xca, 0x1b, 0xf5, 0x81, 0xcd, 0xa4, 0xa1, 0x83, 0xb1, 0x4d, + 0x15, 0x0d, 0x3e, 0x7f, 0x3b, 0xb0, 0x92, 0x21, 0x18, 0x90, 0xfa, 0xbc, 0x4a, 0xbe, 0x38, 0x3f, + 0x57, 0xbe, 0x7d, 0xb5, 0xf2, 0xed, 0x3f, 0x2b, 0xdf, 0xfe, 0xba, 0xf6, 0xad, 0xab, 0xb5, 0x6f, + 0xfd, 0x5e, 0xfb, 0x16, 0x38, 0x44, 0xb4, 0x36, 0x9e, 0x91, 0xec, 0x5d, 0x9b, 0xdf, 0xa9, 0x18, + 0xec, 0xa9, 0xfd, 0xe1, 0x71, 0x41, 0x78, 0x79, 0x91, 0x05, 0x88, 0xd6, 0xc6, 0x57, 0xe4, 0xbb, + 0x33, 0x88, 0x67, 0x69, 0xf2, 0xc3, 0xd9, 0x7a, 0xbe, 0x66, 0xea, 0x18, 0x01, 0x0c, 0x12, 0xc8, + 0xf0, 0xaf, 0xad, 0xf6, 0x5c, 0xb5, 0xe7, 0xa2, 0x3d, 0x17, 0xed, 0x95, 0x33, 0x31, 0xb5, 0xe7, + 0xaf, 0xa7, 0xc9, 0x29, 0xe6, 0x50, 0x1c, 0xfa, 0xd7, 0x39, 0xd0, 0xa4, 0x51, 0xa4, 0xb4, 0x51, + 0x24, 0xbf, 0x4b, 0x24, 0xd4, 0xd9, 0x50, 0xfe, 0x9c, 0x47, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, + 0xbd, 0x61, 0xdf, 0xf9, 0x87, 0x05, 0x00, 0x00, } func (m *AnyListableData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/boolean_data.go b/data/base/boolean_data.go similarity index 92% rename from go/data/base/boolean_data.go rename to data/base/boolean_data.go index e9870fc90..958e7f7f5 100644 --- a/go/data/base/boolean_data.go +++ b/data/base/boolean_data.go @@ -9,10 +9,10 @@ import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) var _ data.BooleanData = (*BooleanData)(nil) diff --git a/go/data/base/boolean_data.pb.go b/data/base/boolean_data.pb.go similarity index 75% rename from go/data/base/boolean_data.pb.go rename to data/base/boolean_data.pb.go index 01deeebb9..c50ff415e 100644 --- a/go/data/base/boolean_data.pb.go +++ b/data/base/boolean_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/boolean_data.proto +// source: AssetMantle/schema/data/base/boolean_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *BooleanData) Reset() { *m = BooleanData{} } func (m *BooleanData) String() string { return proto.CompactTextString(m) } func (*BooleanData) ProtoMessage() {} func (*BooleanData) Descriptor() ([]byte, []int) { - return fileDescriptor_3b3cd0c49be158d4, []int{0} + return fileDescriptor_c4f06f7bac0ceabb, []int{0} } func (m *BooleanData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,31 +61,32 @@ func (m *BooleanData) XXX_DiscardUnknown() { var xxx_messageInfo_BooleanData proto.InternalMessageInfo func init() { - proto.RegisterType((*BooleanData)(nil), "assetmantle.schema.data.base.BooleanData") + proto.RegisterType((*BooleanData)(nil), "AssetMantle.schema.data.base.BooleanData") } -func init() { proto.RegisterFile("data/base/boolean_data.proto", fileDescriptor_3b3cd0c49be158d4) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/boolean_data.proto", fileDescriptor_c4f06f7bac0ceabb) +} -var fileDescriptor_3b3cd0c49be158d4 = []byte{ - // 273 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0xca, 0xcf, 0xcf, 0x49, 0x4d, 0xcc, 0x8b, 0x07, 0x89, - 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x24, 0x16, 0x17, 0xa7, 0x96, 0xe4, 0x26, 0xe6, - 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, 0xa5, 0x41, 0x1a, 0xa4, - 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x0a, 0xf5, 0x41, 0x2c, 0x88, 0x1e, 0x25, 0x4d, 0x2e, 0x6e, - 0x27, 0x88, 0x49, 0x2e, 0x89, 0x25, 0x89, 0x42, 0x22, 0x5c, 0xac, 0x65, 0x89, 0x39, 0xa5, 0xa9, - 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x1c, 0x41, 0x10, 0x8e, 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, - 0x1e, 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, - 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, 0x52, 0x48, 0xce, 0xcf, - 0xd5, 0xc3, 0x67, 0xbb, 0x93, 0x00, 0x92, 0x2d, 0x01, 0x20, 0x9b, 0x03, 0x18, 0xa3, 0xb4, 0xd2, - 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x1d, 0x41, 0x9a, 0x7d, 0xc1, 0x9a, - 0xf5, 0x21, 0x9a, 0xf5, 0xd3, 0xf3, 0xf5, 0xe1, 0xde, 0x5d, 0xc4, 0xc4, 0xe2, 0x18, 0xec, 0xe2, - 0xb4, 0x8a, 0x49, 0xc6, 0x11, 0xc9, 0x96, 0x60, 0x88, 0x2d, 0x20, 0x33, 0xf5, 0x9c, 0x12, 0x8b, - 0x53, 0x4f, 0xa1, 0x48, 0xc7, 0x40, 0xa4, 0x63, 0x40, 0xd2, 0x31, 0x20, 0xe9, 0x47, 0x4c, 0x1a, - 0xf8, 0xa4, 0x63, 0xdc, 0x03, 0x9c, 0x7c, 0x53, 0x4b, 0x12, 0x41, 0x96, 0xbe, 0x62, 0x92, 0x47, - 0x52, 0x6a, 0x65, 0x05, 0x51, 0x6b, 0x65, 0x05, 0x52, 0x6c, 0x65, 0x05, 0x52, 0x9d, 0xc4, 0x06, - 0x0e, 0x40, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x14, 0x9d, 0xf3, 0x25, 0x94, 0x01, 0x00, - 0x00, +var fileDescriptor_c4f06f7bac0ceabb = []byte{ + // 263 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x77, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0xca, 0xcf, 0xcf, 0x49, 0x4d, 0xcc, + 0x8b, 0x07, 0x89, 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x20, 0x69, 0xd0, 0x83, 0x68, + 0xd0, 0x03, 0x4b, 0x83, 0x34, 0x48, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x15, 0xea, 0x83, 0x58, + 0x10, 0x3d, 0x4a, 0x9a, 0x5c, 0xdc, 0x4e, 0x10, 0x93, 0x5c, 0x12, 0x4b, 0x12, 0x85, 0x44, 0xb8, + 0x58, 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x82, 0x20, 0x1c, 0x2b, + 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0x9d, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, + 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, + 0xc7, 0xc0, 0xa5, 0x90, 0x9c, 0x9f, 0xab, 0x87, 0xcf, 0x76, 0x27, 0x01, 0x24, 0x5b, 0x02, 0x40, + 0x36, 0x07, 0x30, 0x46, 0xa9, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xe2, + 0xf5, 0xeb, 0x22, 0x26, 0x16, 0xc7, 0x60, 0x17, 0xa7, 0x55, 0x4c, 0x28, 0x1e, 0x0c, 0x86, 0x58, + 0x01, 0x32, 0x50, 0xcf, 0x29, 0xb1, 0x38, 0xf5, 0x14, 0x8a, 0x74, 0x0c, 0x44, 0x3a, 0x06, 0x24, + 0x1d, 0x03, 0x92, 0x7e, 0xc4, 0xa4, 0x81, 0x4f, 0x3a, 0xc6, 0x3d, 0xc0, 0xc9, 0x37, 0xb5, 0x24, + 0x11, 0x64, 0xe9, 0x2b, 0x26, 0x79, 0x24, 0xa5, 0x56, 0x56, 0x10, 0xb5, 0x56, 0x56, 0x20, 0xc5, + 0x56, 0x56, 0x20, 0xd5, 0x49, 0x6c, 0xe0, 0xd0, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x69, + 0x8a, 0xbd, 0xe5, 0xa4, 0x01, 0x00, 0x00, } func (m *BooleanData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/boolean_data_test.go b/data/base/boolean_data_test.go similarity index 96% rename from go/data/base/boolean_data_test.go rename to data/base/boolean_data_test.go index b30245206..b30298ff5 100644 --- a/go/data/base/boolean_data_test.go +++ b/data/base/boolean_data_test.go @@ -8,10 +8,10 @@ import ( "strconv" "testing" - "github.com/AssetMantle/schema/go/data" - idsConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + idsConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) func Test_NewBooleanData(t *testing.T) { diff --git a/go/data/base/codec.go b/data/base/codec.go similarity index 96% rename from go/data/base/codec.go rename to data/base/codec.go index 03730ff91..4723d4f91 100644 --- a/go/data/base/codec.go +++ b/data/base/codec.go @@ -6,7 +6,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/data/base/codec_test.go b/data/base/codec_test.go similarity index 100% rename from go/data/base/codec_test.go rename to data/base/codec_test.go diff --git a/go/data/base/dec_data.go b/data/base/dec_data.go similarity index 93% rename from go/data/base/dec_data.go rename to data/base/dec_data.go index 21abb53c8..5651f44ee 100644 --- a/go/data/base/dec_data.go +++ b/data/base/dec_data.go @@ -5,10 +5,10 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "strings" ) diff --git a/go/data/base/dec_data.pb.go b/data/base/dec_data.pb.go similarity index 76% rename from go/data/base/dec_data.pb.go rename to data/base/dec_data.pb.go index 54a2f2e3e..dbd917f9b 100644 --- a/go/data/base/dec_data.pb.go +++ b/data/base/dec_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/dec_data.proto +// source: AssetMantle/schema/data/base/dec_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *DecData) Reset() { *m = DecData{} } func (m *DecData) String() string { return proto.CompactTextString(m) } func (*DecData) ProtoMessage() {} func (*DecData) Descriptor() ([]byte, []int) { - return fileDescriptor_6f570dd05268cbf8, []int{0} + return fileDescriptor_7b33fc58b25565c6, []int{0} } func (m *DecData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,30 +61,32 @@ func (m *DecData) XXX_DiscardUnknown() { var xxx_messageInfo_DecData proto.InternalMessageInfo func init() { - proto.RegisterType((*DecData)(nil), "assetmantle.schema.data.base.DecData") + proto.RegisterType((*DecData)(nil), "AssetMantle.schema.data.base.DecData") } -func init() { proto.RegisterFile("data/base/dec_data.proto", fileDescriptor_6f570dd05268cbf8) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/dec_data.proto", fileDescriptor_7b33fc58b25565c6) +} -var fileDescriptor_6f570dd05268cbf8 = []byte{ - // 268 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x49, 0x4d, 0x8e, 0x07, 0xf1, 0xf4, 0x0a, 0x8a, 0xf2, - 0x4b, 0xf2, 0x85, 0x64, 0x12, 0x8b, 0x8b, 0x53, 0x4b, 0x72, 0x13, 0xf3, 0x4a, 0x72, 0x52, 0xf5, - 0x8a, 0x93, 0x33, 0x52, 0x73, 0x13, 0xf5, 0xc0, 0xd2, 0x20, 0xc5, 0x52, 0x22, 0xe9, 0xf9, 0xe9, - 0xf9, 0x60, 0x85, 0xfa, 0x20, 0x16, 0x44, 0x8f, 0x92, 0x2a, 0x17, 0xbb, 0x4b, 0x6a, 0xb2, 0x4b, - 0x62, 0x49, 0xa2, 0x90, 0x08, 0x17, 0x6b, 0x59, 0x62, 0x4e, 0x69, 0xaa, 0x04, 0xa3, 0x02, 0xa3, - 0x06, 0x67, 0x10, 0x84, 0x63, 0xc5, 0xd2, 0xb1, 0x40, 0x9e, 0xc1, 0xa9, 0x83, 0xe9, 0xc4, 0x23, - 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, - 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xb8, 0x14, 0x92, 0xf3, 0x73, 0xf5, 0xf0, 0xd9, 0xec, - 0xc4, 0x03, 0xb5, 0x21, 0x00, 0x64, 0x63, 0x00, 0x63, 0x94, 0x56, 0x7a, 0x66, 0x49, 0x46, 0x69, - 0x92, 0x5e, 0x72, 0x7e, 0xae, 0xbe, 0x23, 0x48, 0xa3, 0x2f, 0x58, 0xa3, 0x3e, 0x44, 0xa3, 0x7e, - 0x7a, 0xbe, 0x3e, 0xdc, 0x8b, 0x8b, 0x98, 0x58, 0x1c, 0x83, 0x5d, 0x9c, 0x56, 0x31, 0xc9, 0x38, - 0x22, 0xd9, 0x10, 0x0c, 0xb1, 0x01, 0x64, 0xa6, 0x9e, 0x53, 0x62, 0x71, 0xea, 0x29, 0x14, 0xe9, - 0x18, 0x88, 0x74, 0x0c, 0x48, 0x3a, 0x06, 0x24, 0xfd, 0x88, 0x49, 0x03, 0x9f, 0x74, 0x8c, 0x7b, - 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x22, 0xc8, 0xd2, 0x57, 0x4c, 0xf2, 0x48, 0x4a, 0xad, 0xac, 0x20, - 0x6a, 0xad, 0xac, 0x40, 0x8a, 0xad, 0xac, 0x40, 0xaa, 0x93, 0xd8, 0xc0, 0x01, 0x67, 0x0c, 0x08, - 0x00, 0x00, 0xff, 0xff, 0xa0, 0xde, 0x21, 0x7b, 0x88, 0x01, 0x00, 0x00, +var fileDescriptor_7b33fc58b25565c6 = []byte{ + // 260 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x76, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x49, 0x4d, 0x8e, 0x07, 0xf1, 0xf4, + 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x64, 0x90, 0x14, 0xeb, 0x41, 0x14, 0xeb, 0x81, 0xa5, 0x41, + 0x8a, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x0a, 0xf5, 0x41, 0x2c, 0x88, 0x1e, 0x25, 0x55, + 0x2e, 0x76, 0x97, 0xd4, 0x64, 0x97, 0xc4, 0x92, 0x44, 0x21, 0x11, 0x2e, 0xd6, 0xb2, 0xc4, 0x9c, + 0xd2, 0x54, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xce, 0x20, 0x08, 0xc7, 0x8a, 0xa5, 0x63, 0x81, 0x3c, + 0x83, 0x53, 0x2b, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, + 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, 0x29, 0x24, + 0xe7, 0xe7, 0xea, 0xe1, 0xb3, 0xd9, 0x89, 0x07, 0x6a, 0x43, 0x00, 0xc8, 0xc6, 0x00, 0xc6, 0x28, + 0xf5, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x7c, 0xfe, 0x5b, 0xc4, + 0xc4, 0xe2, 0x18, 0xec, 0xe2, 0xb4, 0x8a, 0x09, 0xc5, 0x63, 0xc1, 0x10, 0xe3, 0x41, 0x06, 0xea, + 0x39, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8e, 0x81, 0x48, 0xc7, 0x80, 0xa4, 0x63, 0x40, 0xd2, + 0x8f, 0x98, 0x34, 0xf0, 0x49, 0xc7, 0xb8, 0x07, 0x38, 0xf9, 0xa6, 0x96, 0x24, 0x82, 0x2c, 0x7d, + 0xc5, 0x24, 0x8f, 0xa4, 0xd4, 0xca, 0x0a, 0xa2, 0xd6, 0xca, 0x0a, 0xa4, 0xd8, 0xca, 0x0a, 0xa4, + 0x3a, 0x89, 0x0d, 0x1c, 0x6a, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdc, 0x96, 0x45, 0x2d, + 0x98, 0x01, 0x00, 0x00, } func (m *DecData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/dec_data_test.go b/data/base/dec_data_test.go similarity index 96% rename from go/data/base/dec_data_test.go rename to data/base/dec_data_test.go index 4c368510f..3668ba3ab 100644 --- a/go/data/base/dec_data_test.go +++ b/data/base/dec_data_test.go @@ -8,10 +8,10 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - idsConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + idsConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) func Test_NewDecData(t *testing.T) { diff --git a/go/data/base/height_data.go b/data/base/height_data.go similarity index 89% rename from go/data/base/height_data.go rename to data/base/height_data.go index 6285cf80f..a540a94ba 100644 --- a/go/data/base/height_data.go +++ b/data/base/height_data.go @@ -10,12 +10,12 @@ import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/types" - baseTypes "github.com/AssetMantle/schema/go/types/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/types" + baseTypes "github.com/AssetMantle/schema/types/base" ) var _ data.HeightData = (*HeightData)(nil) diff --git a/go/data/base/height_data.pb.go b/data/base/height_data.pb.go similarity index 75% rename from go/data/base/height_data.pb.go rename to data/base/height_data.pb.go index 1924a9ad7..fd3921fc1 100644 --- a/go/data/base/height_data.pb.go +++ b/data/base/height_data.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/height_data.proto +// source: AssetMantle/schema/data/base/height_data.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/types/base" + base "github.com/AssetMantle/schema/types/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *HeightData) Reset() { *m = HeightData{} } func (m *HeightData) String() string { return proto.CompactTextString(m) } func (*HeightData) ProtoMessage() {} func (*HeightData) Descriptor() ([]byte, []int) { - return fileDescriptor_f1918c7048146567, []int{0} + return fileDescriptor_347e69a64779bf9f, []int{0} } func (m *HeightData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,32 +62,34 @@ func (m *HeightData) XXX_DiscardUnknown() { var xxx_messageInfo_HeightData proto.InternalMessageInfo func init() { - proto.RegisterType((*HeightData)(nil), "assetmantle.schema.data.base.HeightData") + proto.RegisterType((*HeightData)(nil), "AssetMantle.schema.data.base.HeightData") } -func init() { proto.RegisterFile("data/base/height_data.proto", fileDescriptor_f1918c7048146567) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/height_data.proto", fileDescriptor_347e69a64779bf9f) +} -var fileDescriptor_f1918c7048146567 = []byte{ - // 295 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x48, 0xcd, 0x4c, 0xcf, 0x28, 0x89, 0x07, 0x09, 0xe8, - 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x24, 0x16, 0x17, 0xa7, 0x96, 0xe4, 0x26, 0xe6, 0x95, - 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, 0xa5, 0x41, 0xea, 0xa5, 0xc4, - 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x91, 0xf5, 0x42, 0xb4, 0x49, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, - 0x99, 0xfa, 0x20, 0x16, 0x44, 0x54, 0xc9, 0x9f, 0x8b, 0xcb, 0x03, 0xac, 0xca, 0x25, 0xb1, 0x24, - 0x51, 0xc8, 0x9a, 0x8b, 0xb5, 0x2c, 0x31, 0xa7, 0x34, 0x55, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, - 0x48, 0x55, 0x0f, 0x8b, 0x55, 0x60, 0xf3, 0xc1, 0x76, 0xe9, 0x41, 0x74, 0x06, 0x41, 0xf4, 0x58, - 0xb1, 0x74, 0x2c, 0x90, 0x67, 0x70, 0xea, 0x66, 0x3a, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, - 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, - 0x39, 0x06, 0x2e, 0x85, 0xe4, 0xfc, 0x5c, 0x3d, 0x7c, 0x8e, 0x77, 0xe2, 0x47, 0xb8, 0x25, 0x00, - 0xe4, 0xbc, 0x00, 0xc6, 0x28, 0xad, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, - 0x7d, 0x47, 0x90, 0x5e, 0x5f, 0xb0, 0x5e, 0x7d, 0x88, 0x5e, 0xfd, 0xf4, 0x7c, 0x7d, 0x78, 0x58, - 0x2d, 0x62, 0x62, 0x71, 0x0c, 0x76, 0x71, 0x5a, 0xc5, 0x24, 0xe3, 0x88, 0x64, 0x49, 0x30, 0xc4, - 0x12, 0x90, 0x99, 0x7a, 0x4e, 0x89, 0xc5, 0xa9, 0xa7, 0x50, 0xa4, 0x63, 0x20, 0xd2, 0x31, 0x20, - 0xe9, 0x18, 0x90, 0xf4, 0x23, 0x26, 0x0d, 0x7c, 0xd2, 0x31, 0xee, 0x01, 0x4e, 0xbe, 0xa9, 0x25, - 0x89, 0x20, 0x4b, 0x5f, 0x31, 0xc9, 0x23, 0x29, 0xb5, 0xb2, 0x82, 0xa8, 0xb5, 0xb2, 0x02, 0x29, - 0xb6, 0xb2, 0x02, 0xa9, 0x4e, 0x62, 0x03, 0x87, 0xb2, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x9c, - 0xd4, 0x59, 0x37, 0xd1, 0x01, 0x00, 0x00, +var fileDescriptor_347e69a64779bf9f = []byte{ + // 290 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x73, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x48, 0xcd, 0x4c, 0xcf, 0x28, 0x89, + 0x07, 0x09, 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x20, 0xa9, 0xd7, 0x83, 0xa8, 0xd7, + 0x03, 0x4b, 0x83, 0xd4, 0x4b, 0x69, 0x61, 0x31, 0xad, 0xa4, 0xb2, 0x20, 0xb5, 0x18, 0xd9, 0x38, + 0x88, 0x49, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, 0x3e, 0x88, 0x05, 0x11, 0x55, 0xf2, + 0xe7, 0xe2, 0xf2, 0x00, 0xab, 0x72, 0x49, 0x2c, 0x49, 0x14, 0xb2, 0xe6, 0x62, 0x2d, 0x4b, 0xcc, + 0x29, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x52, 0xd5, 0xc3, 0x62, 0x3b, 0xd8, 0x7c, + 0xb0, 0xf5, 0x7a, 0x10, 0x9d, 0x41, 0x10, 0x3d, 0x56, 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0x3a, + 0x98, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, + 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x21, 0x39, 0x3f, 0x57, + 0x0f, 0x9f, 0x7f, 0x9c, 0xf8, 0x11, 0x6e, 0x09, 0x00, 0x39, 0x2f, 0x80, 0x31, 0x4a, 0x3d, 0x3d, + 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x5f, 0xd8, 0x2d, 0x62, 0x62, 0x71, + 0x0c, 0x76, 0x71, 0x5a, 0xc5, 0x84, 0x12, 0x62, 0xc1, 0x10, 0x1b, 0x40, 0x06, 0xea, 0x39, 0x25, + 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8e, 0x81, 0x48, 0xc7, 0x80, 0xa4, 0x63, 0x40, 0xd2, 0x8f, 0x98, + 0x34, 0xf0, 0x49, 0xc7, 0xb8, 0x07, 0x38, 0xf9, 0xa6, 0x96, 0x24, 0x82, 0x2c, 0x7d, 0xc5, 0x24, + 0x8f, 0xa4, 0xd4, 0xca, 0x0a, 0xa2, 0xd6, 0xca, 0x0a, 0xa4, 0xd8, 0xca, 0x0a, 0xa4, 0x3a, 0x89, + 0x0d, 0x1c, 0xc4, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb6, 0x49, 0x08, 0xe1, 0xf4, 0x01, + 0x00, 0x00, } func (m *HeightData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/height_data_test.go b/data/base/height_data_test.go similarity index 95% rename from go/data/base/height_data_test.go rename to data/base/height_data_test.go index 47f6f1861..ba38cfd2a 100644 --- a/go/data/base/height_data_test.go +++ b/data/base/height_data_test.go @@ -5,16 +5,16 @@ package base import ( "encoding/binary" - "github.com/AssetMantle/schema/go/types" - "github.com/AssetMantle/schema/go/types/base" + "github.com/AssetMantle/schema/types" + "github.com/AssetMantle/schema/types/base" "math" "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - idsConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + idsConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) func Test_NewHeightData(t *testing.T) { diff --git a/go/data/base/id_data.go b/data/base/id_data.go similarity index 91% rename from go/data/base/id_data.go rename to data/base/id_data.go index e013030dc..d3e171a8c 100644 --- a/go/data/base/id_data.go +++ b/data/base/id_data.go @@ -8,10 +8,10 @@ import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) var _ data.IDData = (*IDData)(nil) diff --git a/go/data/base/id_data.pb.go b/data/base/id_data.pb.go similarity index 74% rename from go/data/base/id_data.pb.go rename to data/base/id_data.pb.go index 4d3130ca2..6afd87a9a 100644 --- a/go/data/base/id_data.pb.go +++ b/data/base/id_data.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/id_data.proto +// source: AssetMantle/schema/data/base/id_data.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/ids/base" + base "github.com/AssetMantle/schema/ids/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *IDData) Reset() { *m = IDData{} } func (m *IDData) String() string { return proto.CompactTextString(m) } func (*IDData) ProtoMessage() {} func (*IDData) Descriptor() ([]byte, []int) { - return fileDescriptor_8dc4f319ae578334, []int{0} + return fileDescriptor_be98a3e7d6599ae8, []int{0} } func (m *IDData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,32 +62,34 @@ func (m *IDData) XXX_DiscardUnknown() { var xxx_messageInfo_IDData proto.InternalMessageInfo func init() { - proto.RegisterType((*IDData)(nil), "assetmantle.schema.data.base.IDData") + proto.RegisterType((*IDData)(nil), "AssetMantle.schema.data.base.IDData") } -func init() { proto.RegisterFile("data/base/id_data.proto", fileDescriptor_8dc4f319ae578334) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/id_data.proto", fileDescriptor_be98a3e7d6599ae8) +} -var fileDescriptor_8dc4f319ae578334 = []byte{ - // 300 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4c, 0x89, 0x07, 0x71, 0xf4, 0x0a, 0x8a, 0xf2, 0x4b, - 0xf2, 0x85, 0x64, 0x12, 0x8b, 0x8b, 0x53, 0x4b, 0x72, 0x13, 0xf3, 0x4a, 0x72, 0x52, 0xf5, 0x8a, - 0x93, 0x33, 0x52, 0x73, 0x13, 0xf5, 0xc0, 0xd2, 0x20, 0xb5, 0x52, 0xa2, 0x99, 0x29, 0xc5, 0x10, - 0x5d, 0x89, 0x79, 0x95, 0xf1, 0x99, 0x29, 0x10, 0x4d, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, - 0xa6, 0x3e, 0x88, 0x05, 0x11, 0x55, 0xf2, 0xe0, 0x62, 0xf3, 0x74, 0x71, 0x49, 0x2c, 0x49, 0x14, - 0xb2, 0xe0, 0x62, 0x2d, 0x4b, 0xcc, 0x29, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x52, - 0xd2, 0xc3, 0x62, 0x49, 0x66, 0x4a, 0x31, 0xd8, 0x0e, 0x3d, 0xc7, 0xbc, 0x4a, 0x4f, 0x97, 0x20, - 0x88, 0x06, 0x2b, 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0xed, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, - 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, - 0xdc, 0x78, 0x2c, 0xc7, 0xc0, 0xa5, 0x90, 0x9c, 0x9f, 0xab, 0x87, 0xcf, 0xcd, 0x4e, 0xdc, 0x9e, - 0x29, 0x20, 0x47, 0x04, 0x80, 0xdc, 0x14, 0xc0, 0x18, 0xa5, 0x95, 0x9e, 0x59, 0x92, 0x51, 0x9a, - 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0xef, 0x08, 0xd2, 0xe7, 0x0b, 0xd6, 0xa7, 0x0f, 0xd1, 0xa7, 0x9f, - 0x9e, 0xaf, 0x0f, 0x0f, 0x9a, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x2e, 0x4e, 0xab, 0x98, 0x64, 0x1c, - 0x91, 0x2c, 0x08, 0x86, 0x58, 0x00, 0x32, 0x53, 0xcf, 0x29, 0xb1, 0x38, 0xf5, 0x14, 0x8a, 0x74, - 0x0c, 0x44, 0x3a, 0x06, 0x24, 0x1d, 0x03, 0x92, 0x7e, 0xc4, 0xa4, 0x81, 0x4f, 0x3a, 0xc6, 0x3d, - 0xc0, 0xc9, 0x37, 0xb5, 0x24, 0x11, 0x64, 0xe9, 0x2b, 0x26, 0x79, 0x24, 0xa5, 0x56, 0x56, 0x10, - 0xb5, 0x56, 0x56, 0x20, 0xc5, 0x56, 0x56, 0x20, 0xd5, 0x49, 0x6c, 0xe0, 0xa0, 0x35, 0x06, 0x04, - 0x00, 0x00, 0xff, 0xff, 0x48, 0x22, 0xd0, 0x79, 0xc0, 0x01, 0x00, 0x00, +var fileDescriptor_be98a3e7d6599ae8 = []byte{ + // 294 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4c, 0x89, 0x07, 0x71, 0xf4, 0x0a, + 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x64, 0x90, 0xd4, 0xea, 0x41, 0xd4, 0xea, 0x81, 0xa5, 0x41, 0x6a, + 0xa5, 0x34, 0xb0, 0x98, 0x94, 0x99, 0x52, 0x0c, 0x31, 0x28, 0x31, 0xaf, 0x32, 0x3e, 0x33, 0x05, + 0x62, 0x8e, 0x94, 0x48, 0x7a, 0x7e, 0x7a, 0x3e, 0x98, 0xa9, 0x0f, 0x62, 0x41, 0x44, 0x95, 0x3c, + 0xb8, 0xd8, 0x3c, 0x5d, 0x5c, 0x12, 0x4b, 0x12, 0x85, 0x2c, 0xb8, 0x58, 0xcb, 0x12, 0x73, 0x4a, + 0x53, 0x25, 0x18, 0x15, 0x18, 0x35, 0xb8, 0x8d, 0x94, 0xf4, 0xb0, 0xd8, 0x9b, 0x99, 0x52, 0x0c, + 0xb6, 0x56, 0xcf, 0x31, 0xaf, 0xd2, 0xd3, 0x25, 0x08, 0xa2, 0xc1, 0x8a, 0xa5, 0x63, 0x81, 0x3c, + 0x83, 0x53, 0x0b, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, + 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, 0x29, 0x24, + 0xe7, 0xe7, 0xea, 0xe1, 0xf3, 0x86, 0x13, 0xb7, 0x67, 0x0a, 0xc8, 0x11, 0x01, 0x20, 0x37, 0x05, + 0x30, 0x46, 0xa9, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xe3, 0x0b, + 0xaa, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x2e, 0x4e, 0xab, 0x98, 0x50, 0x02, 0x29, 0x18, 0x62, 0x3a, + 0xc8, 0x40, 0x3d, 0xa7, 0xc4, 0xe2, 0xd4, 0x53, 0x28, 0xd2, 0x31, 0x10, 0xe9, 0x18, 0x90, 0x74, + 0x0c, 0x48, 0xfa, 0x11, 0x93, 0x06, 0x3e, 0xe9, 0x18, 0xf7, 0x00, 0x27, 0xdf, 0xd4, 0x92, 0x44, + 0x90, 0xa5, 0xaf, 0x98, 0xe4, 0x91, 0x94, 0x5a, 0x59, 0x41, 0xd4, 0x5a, 0x59, 0x81, 0x14, 0x5b, + 0x59, 0x81, 0x54, 0x27, 0xb1, 0x81, 0xc3, 0xd5, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x94, 0x34, + 0x6f, 0x77, 0xe3, 0x01, 0x00, 0x00, } func (m *IDData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/id_data_test.go b/data/base/id_data_test.go similarity index 97% rename from go/data/base/id_data_test.go rename to data/base/id_data_test.go index 581421c41..43fa5eb3b 100644 --- a/go/data/base/id_data_test.go +++ b/data/base/id_data_test.go @@ -7,9 +7,9 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) func Test_NewIDData(t *testing.T) { diff --git a/go/data/base/linked_data.go b/data/base/linked_data.go similarity index 94% rename from go/data/base/linked_data.go rename to data/base/linked_data.go index 765841e85..9f72c9c70 100644 --- a/go/data/base/linked_data.go +++ b/data/base/linked_data.go @@ -3,11 +3,11 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/data/utilities" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/data/utilities" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "net/url" "strings" diff --git a/go/data/base/linked_data.pb.go b/data/base/linked_data.pb.go similarity index 77% rename from go/data/base/linked_data.pb.go rename to data/base/linked_data.pb.go index 5f9459cf3..cbc7eefa0 100644 --- a/go/data/base/linked_data.pb.go +++ b/data/base/linked_data.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/linked_data.proto +// source: AssetMantle/schema/data/base/linked_data.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/ids/base" + base "github.com/AssetMantle/schema/ids/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -34,7 +34,7 @@ func (m *LinkedData) Reset() { *m = LinkedData{} } func (m *LinkedData) String() string { return proto.CompactTextString(m) } func (*LinkedData) ProtoMessage() {} func (*LinkedData) Descriptor() ([]byte, []int) { - return fileDescriptor_d125fc542bbd49f1, []int{0} + return fileDescriptor_a39ae47b07df7c69, []int{0} } func (m *LinkedData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -64,38 +64,39 @@ func (m *LinkedData) XXX_DiscardUnknown() { var xxx_messageInfo_LinkedData proto.InternalMessageInfo func init() { - proto.RegisterType((*LinkedData)(nil), "assetmantle.schema.data.base.LinkedData") + proto.RegisterType((*LinkedData)(nil), "AssetMantle.schema.data.base.LinkedData") } -func init() { proto.RegisterFile("data/base/linked_data.proto", fileDescriptor_d125fc542bbd49f1) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/linked_data.proto", fileDescriptor_a39ae47b07df7c69) +} -var fileDescriptor_d125fc542bbd49f1 = []byte{ - // 387 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x4a, 0xe3, 0x40, - 0x1c, 0xc6, 0x33, 0xd9, 0xb2, 0xb0, 0xd3, 0x5d, 0xba, 0x84, 0x65, 0x29, 0xb5, 0xa4, 0x45, 0x11, - 0xaa, 0x87, 0x09, 0xe8, 0x2d, 0xb7, 0x86, 0x14, 0x0d, 0x58, 0x28, 0xed, 0x4d, 0x02, 0x61, 0x9a, - 0x0c, 0xc9, 0x60, 0x93, 0x29, 0x99, 0xa9, 0xf8, 0x08, 0x82, 0x17, 0x1f, 0x41, 0x3c, 0xfa, 0x24, - 0xe2, 0xc5, 0x1e, 0x3d, 0x4a, 0x7a, 0xf3, 0x29, 0x64, 0x26, 0x35, 0x56, 0x90, 0xde, 0x86, 0xef, - 0xf7, 0x7d, 0xdf, 0xff, 0xcf, 0x7f, 0xe0, 0x4e, 0x84, 0x05, 0xb6, 0xa6, 0x98, 0x13, 0x6b, 0x46, - 0xb3, 0x0b, 0x12, 0x05, 0x52, 0x40, 0xf3, 0x9c, 0x09, 0x66, 0xb4, 0x31, 0xe7, 0x44, 0xa4, 0x38, - 0x13, 0x33, 0x82, 0x78, 0x98, 0x90, 0x14, 0x23, 0x85, 0xa5, 0xbf, 0xf5, 0x2f, 0x66, 0x31, 0x53, - 0x46, 0x4b, 0xbe, 0xca, 0x4c, 0xeb, 0x3f, 0x8d, 0x78, 0xd9, 0x97, 0x60, 0x9e, 0x04, 0x34, 0x5a, - 0xeb, 0xcd, 0x4a, 0xe7, 0x22, 0xa7, 0x59, 0x5c, 0x91, 0xdd, 0x67, 0x00, 0xe1, 0x99, 0x9a, 0xed, - 0x62, 0x81, 0x8d, 0x01, 0xfc, 0x9d, 0x13, 0xce, 0x16, 0x79, 0x48, 0x02, 0x1a, 0x44, 0x4d, 0xd0, - 0x05, 0xbd, 0xfa, 0xd1, 0x1e, 0xfa, 0x66, 0x17, 0x1a, 0x71, 0xb5, 0x0a, 0x3a, 0xc5, 0x3c, 0xf1, - 0xdc, 0x31, 0xfc, 0x08, 0x7a, 0xae, 0xe1, 0xc1, 0x3f, 0xe4, 0x4a, 0x90, 0x8c, 0x53, 0x96, 0xa9, - 0x1e, 0x5d, 0xf5, 0xec, 0x6f, 0xed, 0x99, 0xa8, 0xd5, 0x3c, 0x77, 0x5c, 0xaf, 0xb2, 0x9e, 0x6b, - 0x1c, 0xc0, 0xbf, 0x9c, 0xe4, 0x97, 0x34, 0x24, 0x01, 0xc9, 0xa2, 0x39, 0xa3, 0x99, 0x68, 0xfe, - 0xe8, 0x82, 0xde, 0xaf, 0x71, 0x63, 0xad, 0x0f, 0xd6, 0xb2, 0x5d, 0xbb, 0xbe, 0xeb, 0x68, 0xce, - 0x8d, 0xfe, 0x58, 0x98, 0x60, 0x59, 0x98, 0xe0, 0xb5, 0x30, 0xc1, 0xed, 0xca, 0xd4, 0x96, 0x2b, - 0x53, 0x7b, 0x59, 0x99, 0x1a, 0xec, 0x86, 0x2c, 0x45, 0xdb, 0xce, 0xea, 0x34, 0x3e, 0x6f, 0x31, - 0x92, 0xf7, 0x19, 0x81, 0xf3, 0xc3, 0x98, 0x8a, 0x64, 0x31, 0x45, 0x21, 0x4b, 0xad, 0xbe, 0xcc, - 0x0e, 0x55, 0xd6, 0x2a, 0xb3, 0x56, 0xcc, 0xac, 0xea, 0x17, 0xef, 0xf5, 0x5a, 0x7f, 0xe2, 0x3a, - 0x0f, 0x7a, 0xbb, 0xbf, 0x31, 0x64, 0x52, 0x0e, 0x91, 0x9d, 0xc8, 0xc1, 0x9c, 0x3c, 0x7d, 0xc1, - 0x7e, 0x89, 0x7d, 0x89, 0x7d, 0x89, 0x0b, 0xbd, 0xb7, 0x0d, 0xfb, 0x27, 0x23, 0x67, 0x48, 0x04, - 0x96, 0x43, 0xdf, 0xf4, 0xce, 0x86, 0xd5, 0xb6, 0x4b, 0xaf, 0x6d, 0x4b, 0xb3, 0x6d, 0x4b, 0xf7, - 0xf4, 0xa7, 0xfa, 0xe6, 0xe3, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0x44, 0x1e, 0x91, 0x7f, 0x6b, - 0x02, 0x00, 0x00, +var fileDescriptor_a39ae47b07df7c69 = []byte{ + // 381 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x4a, 0xeb, 0x40, + 0x18, 0x85, 0x33, 0xb9, 0xe5, 0xc2, 0x9d, 0xde, 0x4b, 0x2f, 0xc1, 0x45, 0x29, 0x92, 0x16, 0x45, + 0x6c, 0x11, 0x26, 0xa0, 0xbb, 0xec, 0x1a, 0x52, 0x34, 0x60, 0xa1, 0xb4, 0x3b, 0x09, 0x84, 0x69, + 0x32, 0x24, 0x83, 0x6d, 0xa6, 0x64, 0xa6, 0xe2, 0x23, 0x74, 0xe9, 0x23, 0x88, 0x4b, 0x9f, 0x44, + 0xdc, 0xd8, 0xa5, 0x4b, 0x49, 0x77, 0x3e, 0x85, 0xcc, 0xa4, 0xd6, 0x16, 0x4a, 0x76, 0xc3, 0x9c, + 0xef, 0x3f, 0xe7, 0xf0, 0xff, 0x10, 0x75, 0x39, 0x27, 0xa2, 0x8f, 0x53, 0x31, 0x21, 0x16, 0x0f, + 0x13, 0x32, 0xc5, 0x56, 0x84, 0x05, 0xb6, 0xc6, 0x98, 0x13, 0x6b, 0x42, 0xd3, 0x5b, 0x12, 0x05, + 0xf2, 0x03, 0xcd, 0x32, 0x26, 0x98, 0x71, 0xb8, 0xc5, 0xa3, 0x82, 0x47, 0x4a, 0x96, 0x7c, 0xe3, + 0x20, 0x66, 0x31, 0x53, 0xa0, 0x25, 0x5f, 0xc5, 0x4c, 0xa3, 0xb3, 0x27, 0x83, 0x46, 0xbc, 0x88, + 0x48, 0x30, 0x4f, 0x02, 0x1a, 0xad, 0xd1, 0xb3, 0x32, 0x94, 0x8b, 0x8c, 0xa6, 0xf1, 0x06, 0x3e, + 0x7a, 0x03, 0x10, 0x5e, 0xab, 0x86, 0x2e, 0x16, 0xd8, 0xe8, 0xc1, 0xbf, 0x19, 0xe1, 0x6c, 0x9e, + 0x85, 0x24, 0xa0, 0x41, 0x54, 0x07, 0x2d, 0xd0, 0xae, 0x9e, 0x1f, 0xa3, 0x3d, 0x8d, 0x69, 0xc4, + 0x55, 0x61, 0x74, 0x85, 0x79, 0xe2, 0xb9, 0x43, 0xf8, 0x3d, 0xe8, 0xb9, 0x86, 0x07, 0xff, 0x91, + 0x7b, 0x41, 0x52, 0x4e, 0x59, 0xaa, 0x7c, 0x74, 0xe5, 0x73, 0x52, 0xea, 0x33, 0x52, 0xd5, 0x3c, + 0x77, 0x58, 0xdd, 0xcc, 0x7a, 0xae, 0xd1, 0x81, 0xff, 0x39, 0xc9, 0xee, 0x68, 0x48, 0x02, 0x92, + 0x46, 0x33, 0x46, 0x53, 0x51, 0xff, 0xd5, 0x02, 0xed, 0x3f, 0xc3, 0xda, 0xfa, 0xbf, 0xb7, 0xfe, + 0xb6, 0x2b, 0x8b, 0xc7, 0xa6, 0xe6, 0x2c, 0xf4, 0x97, 0xdc, 0x04, 0xcb, 0xdc, 0x04, 0x1f, 0xb9, + 0x09, 0x1e, 0x56, 0xa6, 0xb6, 0x5c, 0x99, 0xda, 0xfb, 0xca, 0xd4, 0x60, 0x2b, 0x64, 0x53, 0x54, + 0xb6, 0x7c, 0xa7, 0xf6, 0xb3, 0x8b, 0x81, 0xdc, 0xcf, 0x00, 0xdc, 0x9c, 0xc6, 0x54, 0x24, 0xf3, + 0x31, 0x0a, 0xd9, 0xd4, 0x2a, 0x3b, 0xf4, 0x93, 0x5e, 0xe9, 0x8e, 0x5c, 0xe7, 0x59, 0xdf, 0x39, + 0xef, 0xa8, 0x48, 0x90, 0x86, 0xc8, 0xc1, 0x9c, 0xbc, 0xee, 0xc8, 0x7e, 0x21, 0xfb, 0x52, 0xf6, + 0xa5, 0x9c, 0xeb, 0xed, 0x32, 0xd9, 0xbf, 0x1c, 0x38, 0x7d, 0x22, 0xb0, 0x0c, 0xfd, 0xd4, 0x9b, + 0x5b, 0xa8, 0x6d, 0x17, 0xac, 0x6d, 0x4b, 0xd8, 0xb6, 0x25, 0x3d, 0xfe, 0xad, 0x6e, 0x7c, 0xf1, + 0x15, 0x00, 0x00, 0xff, 0xff, 0x76, 0xe9, 0x58, 0x66, 0xa1, 0x02, 0x00, 0x00, } func (m *LinkedData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/linked_data_test.go b/data/base/linked_data_test.go similarity index 97% rename from go/data/base/linked_data_test.go rename to data/base/linked_data_test.go index 7ee2bda74..9d190c0ff 100644 --- a/go/data/base/linked_data_test.go +++ b/data/base/linked_data_test.go @@ -7,13 +7,13 @@ import ( "bytes" "encoding/base64" "fmt" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + baseIDs "github.com/AssetMantle/schema/ids/base" ) var ( diff --git a/go/data/base/list_data.go b/data/base/list_data.go similarity index 96% rename from go/data/base/list_data.go rename to data/base/list_data.go index 5b349a5fe..9e04435b7 100644 --- a/go/data/base/list_data.go +++ b/data/base/list_data.go @@ -6,11 +6,11 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/data/utilities" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/data/utilities" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "sort" "strings" diff --git a/go/data/base/list_data.pb.go b/data/base/list_data.pb.go similarity index 75% rename from go/data/base/list_data.pb.go rename to data/base/list_data.pb.go index 1a57b1136..e3d497e95 100644 --- a/go/data/base/list_data.pb.go +++ b/data/base/list_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/list_data.proto +// source: AssetMantle/schema/data/base/list_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *ListData) Reset() { *m = ListData{} } func (m *ListData) String() string { return proto.CompactTextString(m) } func (*ListData) ProtoMessage() {} func (*ListData) Descriptor() ([]byte, []int) { - return fileDescriptor_91cb79b0f8a6b6b6, []int{0} + return fileDescriptor_011c51c7e271a4b6, []int{0} } func (m *ListData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,32 +61,34 @@ func (m *ListData) XXX_DiscardUnknown() { var xxx_messageInfo_ListData proto.InternalMessageInfo func init() { - proto.RegisterType((*ListData)(nil), "assetmantle.schema.data.base.ListData") + proto.RegisterType((*ListData)(nil), "AssetMantle.schema.data.base.ListData") } -func init() { proto.RegisterFile("data/base/list_data.proto", fileDescriptor_91cb79b0f8a6b6b6) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/list_data.proto", fileDescriptor_011c51c7e271a4b6) +} -var fileDescriptor_91cb79b0f8a6b6b6 = []byte{ - // 300 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4c, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0xc9, 0x2c, 0x2e, 0x89, 0x07, 0x71, 0xf5, 0x0a, 0x8a, - 0xf2, 0x4b, 0xf2, 0x85, 0x64, 0x12, 0x8b, 0x8b, 0x53, 0x4b, 0x72, 0x13, 0xf3, 0x4a, 0x72, 0x52, - 0xf5, 0x8a, 0x93, 0x33, 0x52, 0x73, 0x13, 0xf5, 0xc0, 0xd2, 0x20, 0xd5, 0x52, 0x8a, 0x08, 0x8d, - 0x89, 0x79, 0x95, 0xf1, 0x20, 0xcd, 0x89, 0x49, 0x39, 0xa9, 0x48, 0x06, 0x48, 0x89, 0xa4, 0xe7, - 0xa7, 0xe7, 0x83, 0x99, 0xfa, 0x20, 0x16, 0x44, 0x54, 0x29, 0x94, 0x8b, 0xc3, 0x27, 0xb3, 0xb8, - 0xc4, 0x25, 0xb1, 0x24, 0x51, 0xc8, 0x99, 0x8b, 0xb5, 0x2c, 0x31, 0xa7, 0x34, 0x55, 0x82, 0x51, - 0x81, 0x59, 0x83, 0xdb, 0x48, 0x57, 0x0f, 0x9f, 0x95, 0x7a, 0x8e, 0x79, 0x95, 0x3e, 0x50, 0x6b, - 0x40, 0xba, 0x83, 0x20, 0x7a, 0xad, 0x58, 0x3a, 0x16, 0xc8, 0x33, 0x38, 0x75, 0x32, 0x9d, 0x78, - 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, - 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, 0x97, 0x42, 0x72, 0x7e, 0x2e, 0x5e, 0x93, 0x9d, - 0x78, 0x61, 0x2e, 0x0a, 0x00, 0x39, 0x31, 0x80, 0x31, 0x4a, 0x2b, 0x3d, 0xb3, 0x24, 0xa3, 0x34, - 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xdf, 0x11, 0xa4, 0xd3, 0x17, 0xac, 0x53, 0x1f, 0xa2, 0x53, 0x3f, - 0x3d, 0x5f, 0x1f, 0xee, 0xfd, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x2e, 0x4e, 0xab, 0x98, 0x64, 0x1c, - 0x91, 0xac, 0x08, 0x86, 0x58, 0x01, 0x32, 0x53, 0xcf, 0x29, 0xb1, 0x38, 0xf5, 0x14, 0x8a, 0x74, - 0x0c, 0x44, 0x3a, 0x06, 0x24, 0x1d, 0x03, 0x92, 0x7e, 0xc4, 0xa4, 0x81, 0x4f, 0x3a, 0xc6, 0x3d, - 0xc0, 0xc9, 0x37, 0xb5, 0x24, 0x11, 0x64, 0xe9, 0x2b, 0x26, 0x79, 0x24, 0xa5, 0x56, 0x56, 0x10, - 0xb5, 0x56, 0x56, 0x20, 0xc5, 0x56, 0x56, 0x20, 0xd5, 0x49, 0x6c, 0xe0, 0x90, 0x36, 0x06, 0x04, - 0x00, 0x00, 0xff, 0xff, 0x3c, 0x45, 0x85, 0x61, 0xdd, 0x01, 0x00, 0x00, +var fileDescriptor_011c51c7e271a4b6 = []byte{ + // 292 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x71, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0xc9, 0x2c, 0x2e, 0x89, 0x07, 0x71, + 0xf5, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x64, 0x90, 0x54, 0xeb, 0x41, 0x54, 0xeb, 0x81, 0xa5, + 0x41, 0xaa, 0xa5, 0x4c, 0xf0, 0x9a, 0x95, 0x98, 0x57, 0x19, 0x0f, 0x32, 0x2f, 0x31, 0x29, 0x27, + 0x15, 0xc9, 0x4c, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0x30, 0x53, 0x1f, 0xc4, 0x82, 0x88, 0x2a, + 0x85, 0x72, 0x71, 0xf8, 0x64, 0x16, 0x97, 0xb8, 0x24, 0x96, 0x24, 0x0a, 0x39, 0x73, 0xb1, 0x96, + 0x25, 0xe6, 0x94, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x1b, 0xe9, 0xea, 0xe1, 0x73, 0x85, + 0x9e, 0x63, 0x5e, 0xa5, 0x0f, 0xd4, 0x1a, 0x90, 0xee, 0x20, 0x88, 0x5e, 0x2b, 0x96, 0x8e, 0x05, + 0xf2, 0x0c, 0x4e, 0x6d, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, + 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0xc0, 0xa5, + 0x90, 0x9c, 0x9f, 0x8b, 0xd7, 0x64, 0x27, 0x5e, 0x98, 0x8b, 0x02, 0x40, 0x4e, 0x0c, 0x60, 0x8c, + 0x52, 0x4f, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xc7, 0xe7, 0xf7, 0x45, + 0x4c, 0x2c, 0x8e, 0xc1, 0x2e, 0x4e, 0xab, 0x98, 0x50, 0xc2, 0x2f, 0x18, 0x62, 0x3e, 0xc8, 0x40, + 0x3d, 0xa7, 0xc4, 0xe2, 0xd4, 0x53, 0x28, 0xd2, 0x31, 0x10, 0xe9, 0x18, 0x90, 0x74, 0x0c, 0x48, + 0xfa, 0x11, 0x93, 0x06, 0x3e, 0xe9, 0x18, 0xf7, 0x00, 0x27, 0xdf, 0xd4, 0x92, 0x44, 0x90, 0xa5, + 0xaf, 0x98, 0xe4, 0x91, 0x94, 0x5a, 0x59, 0x41, 0xd4, 0x5a, 0x59, 0x81, 0x14, 0x5b, 0x59, 0x81, + 0x54, 0x27, 0xb1, 0x81, 0x83, 0xd9, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x06, 0xb2, 0xba, 0xa5, + 0x00, 0x02, 0x00, 0x00, } func (m *ListData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/list_data_test.go b/data/base/list_data_test.go similarity index 98% rename from go/data/base/list_data_test.go rename to data/base/list_data_test.go index b38aba97c..f8fc04138 100644 --- a/go/data/base/list_data_test.go +++ b/data/base/list_data_test.go @@ -6,15 +6,15 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/types/base" + "github.com/AssetMantle/schema/types/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) var ( diff --git a/go/data/base/number_data.go b/data/base/number_data.go similarity index 92% rename from go/data/base/number_data.go rename to data/base/number_data.go index f55cb3702..cf539f7ee 100644 --- a/go/data/base/number_data.go +++ b/data/base/number_data.go @@ -2,10 +2,10 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "strings" ) diff --git a/go/data/base/number_data.pb.go b/data/base/number_data.pb.go similarity index 76% rename from go/data/base/number_data.pb.go rename to data/base/number_data.pb.go index 2c4c2034e..72c09bed5 100644 --- a/go/data/base/number_data.pb.go +++ b/data/base/number_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/number_data.proto +// source: AssetMantle/schema/data/base/number_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *NumberData) Reset() { *m = NumberData{} } func (m *NumberData) String() string { return proto.CompactTextString(m) } func (*NumberData) ProtoMessage() {} func (*NumberData) Descriptor() ([]byte, []int) { - return fileDescriptor_eee6d42607e0ebac, []int{0} + return fileDescriptor_dc215b49e542fb7f, []int{0} } func (m *NumberData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,30 +61,32 @@ func (m *NumberData) XXX_DiscardUnknown() { var xxx_messageInfo_NumberData proto.InternalMessageInfo func init() { - proto.RegisterType((*NumberData)(nil), "assetmantle.schema.data.base.NumberData") + proto.RegisterType((*NumberData)(nil), "AssetMantle.schema.data.base.NumberData") } -func init() { proto.RegisterFile("data/base/number_data.proto", fileDescriptor_eee6d42607e0ebac) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/number_data.proto", fileDescriptor_dc215b49e542fb7f) +} -var fileDescriptor_eee6d42607e0ebac = []byte{ - // 271 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x2b, 0xcd, 0x4d, 0x4a, 0x2d, 0x8a, 0x07, 0x09, 0xe8, - 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x24, 0x16, 0x17, 0xa7, 0x96, 0xe4, 0x26, 0xe6, 0x95, - 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, 0xa5, 0x41, 0xea, 0xa5, 0x44, - 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x0a, 0xf5, 0x41, 0x2c, 0x88, 0x1e, 0x25, 0x0d, 0x2e, 0x2e, 0x3f, - 0xb0, 0x41, 0x2e, 0x89, 0x25, 0x89, 0x42, 0x22, 0x5c, 0xac, 0x65, 0x89, 0x39, 0xa5, 0xa9, 0x12, - 0x8c, 0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0x10, 0x8e, 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0x6e, - 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, - 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, 0x52, 0x48, 0xce, 0xcf, 0xd5, - 0xc3, 0x67, 0xb9, 0x13, 0x3f, 0xc2, 0x92, 0x00, 0x90, 0xbd, 0x01, 0x8c, 0x51, 0x5a, 0xe9, 0x99, - 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x8e, 0x20, 0xbd, 0xbe, 0x60, 0xbd, 0xfa, - 0x10, 0xbd, 0xfa, 0xe9, 0xf9, 0xfa, 0x70, 0xbf, 0x2e, 0x62, 0x62, 0x71, 0x0c, 0x76, 0x71, 0x5a, - 0xc5, 0x24, 0xe3, 0x88, 0x64, 0x49, 0x30, 0xc4, 0x12, 0x90, 0x99, 0x7a, 0x4e, 0x89, 0xc5, 0xa9, - 0xa7, 0x50, 0xa4, 0x63, 0x20, 0xd2, 0x31, 0x20, 0xe9, 0x18, 0x90, 0xf4, 0x23, 0x26, 0x0d, 0x7c, - 0xd2, 0x31, 0xee, 0x01, 0x4e, 0xbe, 0xa9, 0x25, 0x89, 0x20, 0x4b, 0x5f, 0x31, 0xc9, 0x23, 0x29, - 0xb5, 0xb2, 0x82, 0xa8, 0xb5, 0xb2, 0x02, 0x29, 0xb6, 0xb2, 0x02, 0xa9, 0x4e, 0x62, 0x03, 0x07, - 0x9f, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x54, 0x6c, 0x6b, 0xff, 0x91, 0x01, 0x00, 0x00, +var fileDescriptor_dc215b49e542fb7f = []byte{ + // 263 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x73, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x2b, 0xcd, 0x4d, 0x4a, 0x2d, 0x8a, + 0x07, 0x09, 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x20, 0xa9, 0xd7, 0x83, 0xa8, 0xd7, + 0x03, 0x4b, 0x83, 0xd4, 0x4b, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x15, 0xea, 0x83, 0x58, 0x10, + 0x3d, 0x4a, 0x1a, 0x5c, 0x5c, 0x7e, 0x60, 0x83, 0x5c, 0x12, 0x4b, 0x12, 0x85, 0x44, 0xb8, 0x58, + 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x20, 0x1c, 0x2b, 0x96, + 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0x1d, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, + 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, + 0xc0, 0xa5, 0x90, 0x9c, 0x9f, 0xab, 0x87, 0xcf, 0x72, 0x27, 0x7e, 0x84, 0x25, 0x01, 0x20, 0x7b, + 0x03, 0x18, 0xa3, 0xd4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0xf1, + 0x79, 0x74, 0x11, 0x13, 0x8b, 0x63, 0xb0, 0x8b, 0xd3, 0x2a, 0x26, 0x14, 0xef, 0x05, 0x43, 0x6c, + 0x00, 0x19, 0xa8, 0xe7, 0x94, 0x58, 0x9c, 0x7a, 0x0a, 0x45, 0x3a, 0x06, 0x22, 0x1d, 0x03, 0x92, + 0x8e, 0x01, 0x49, 0x3f, 0x62, 0xd2, 0xc0, 0x27, 0x1d, 0xe3, 0x1e, 0xe0, 0xe4, 0x9b, 0x5a, 0x92, + 0x08, 0xb2, 0xf4, 0x15, 0x93, 0x3c, 0x92, 0x52, 0x2b, 0x2b, 0x88, 0x5a, 0x2b, 0x2b, 0x90, 0x62, + 0x2b, 0x2b, 0x90, 0xea, 0x24, 0x36, 0x70, 0xd8, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x63, + 0x39, 0x4b, 0x6b, 0xa1, 0x01, 0x00, 0x00, } func (m *NumberData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/number_data_test.go b/data/base/number_data_test.go similarity index 96% rename from go/data/base/number_data_test.go rename to data/base/number_data_test.go index c76cc9c00..f2eafe111 100644 --- a/go/data/base/number_data_test.go +++ b/data/base/number_data_test.go @@ -8,10 +8,10 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - idsConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + idsConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) func Test_NewNumberData(t *testing.T) { diff --git a/go/data/base/string_data.go b/data/base/string_data.go similarity index 92% rename from go/data/base/string_data.go rename to data/base/string_data.go index 98ac9cd7c..0c5172630 100644 --- a/go/data/base/string_data.go +++ b/data/base/string_data.go @@ -5,10 +5,10 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - dataConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + dataConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "strings" ) diff --git a/go/data/base/string_data.pb.go b/data/base/string_data.pb.go similarity index 76% rename from go/data/base/string_data.pb.go rename to data/base/string_data.pb.go index 0c8728047..7dbac1794 100644 --- a/go/data/base/string_data.pb.go +++ b/data/base/string_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: data/base/string_data.proto +// source: AssetMantle/schema/data/base/string_data.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *StringData) Reset() { *m = StringData{} } func (m *StringData) String() string { return proto.CompactTextString(m) } func (*StringData) ProtoMessage() {} func (*StringData) Descriptor() ([]byte, []int) { - return fileDescriptor_2f71ccf27bcfb389, []int{0} + return fileDescriptor_5950a9721c35dad9, []int{0} } func (m *StringData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,30 +61,32 @@ func (m *StringData) XXX_DiscardUnknown() { var xxx_messageInfo_StringData proto.InternalMessageInfo func init() { - proto.RegisterType((*StringData)(nil), "assetmantle.schema.data.base.StringData") + proto.RegisterType((*StringData)(nil), "AssetMantle.schema.data.base.StringData") } -func init() { proto.RegisterFile("data/base/string_data.proto", fileDescriptor_2f71ccf27bcfb389) } +func init() { + proto.RegisterFile("AssetMantle/schema/data/base/string_data.proto", fileDescriptor_5950a9721c35dad9) +} -var fileDescriptor_2f71ccf27bcfb389 = []byte{ - // 271 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0x49, 0x2c, 0x49, - 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0x29, 0xca, 0xcc, 0x4b, 0x8f, 0x07, 0x09, 0xe8, - 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x24, 0x16, 0x17, 0xa7, 0x96, 0xe4, 0x26, 0xe6, 0x95, - 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, 0xa5, 0x41, 0xea, 0xa5, 0x44, - 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x0a, 0xf5, 0x41, 0x2c, 0x88, 0x1e, 0x25, 0x0d, 0x2e, 0xae, 0x60, - 0xb0, 0x41, 0x2e, 0x89, 0x25, 0x89, 0x42, 0x22, 0x5c, 0xac, 0x65, 0x89, 0x39, 0xa5, 0xa9, 0x12, - 0x8c, 0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0x10, 0x8e, 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0x6e, - 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, - 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, 0x52, 0x48, 0xce, 0xcf, 0xd5, - 0xc3, 0x67, 0xb9, 0x13, 0x3f, 0xc2, 0x92, 0x00, 0x90, 0xbd, 0x01, 0x8c, 0x51, 0x5a, 0xe9, 0x99, - 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x8e, 0x20, 0xbd, 0xbe, 0x60, 0xbd, 0xfa, - 0x10, 0xbd, 0xfa, 0xe9, 0xf9, 0xfa, 0x70, 0xbf, 0x2e, 0x62, 0x62, 0x71, 0x0c, 0x76, 0x71, 0x5a, - 0xc5, 0x24, 0xe3, 0x88, 0x64, 0x49, 0x30, 0xc4, 0x12, 0x90, 0x99, 0x7a, 0x4e, 0x89, 0xc5, 0xa9, - 0xa7, 0x50, 0xa4, 0x63, 0x20, 0xd2, 0x31, 0x20, 0xe9, 0x18, 0x90, 0xf4, 0x23, 0x26, 0x0d, 0x7c, - 0xd2, 0x31, 0xee, 0x01, 0x4e, 0xbe, 0xa9, 0x25, 0x89, 0x20, 0x4b, 0x5f, 0x31, 0xc9, 0x23, 0x29, - 0xb5, 0xb2, 0x82, 0xa8, 0xb5, 0xb2, 0x02, 0x29, 0xb6, 0xb2, 0x02, 0xa9, 0x4e, 0x62, 0x03, 0x07, - 0x9f, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x73, 0x75, 0x1d, 0x40, 0x91, 0x01, 0x00, 0x00, +var fileDescriptor_5950a9721c35dad9 = []byte{ + // 263 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x73, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x4f, + 0x49, 0x2c, 0x49, 0xd4, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0x29, 0xca, 0xcc, 0x4b, 0x8f, + 0x07, 0x09, 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x20, 0xa9, 0xd7, 0x83, 0xa8, 0xd7, + 0x03, 0x4b, 0x83, 0xd4, 0x4b, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x15, 0xea, 0x83, 0x58, 0x10, + 0x3d, 0x4a, 0x1a, 0x5c, 0x5c, 0xc1, 0x60, 0x83, 0x5c, 0x12, 0x4b, 0x12, 0x85, 0x44, 0xb8, 0x58, + 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x20, 0x1c, 0x2b, 0x96, + 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0x1d, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, + 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, + 0xc0, 0xa5, 0x90, 0x9c, 0x9f, 0xab, 0x87, 0xcf, 0x72, 0x27, 0x7e, 0x84, 0x25, 0x01, 0x20, 0x7b, + 0x03, 0x18, 0xa3, 0xd4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0xf1, + 0x79, 0x74, 0x11, 0x13, 0x8b, 0x63, 0xb0, 0x8b, 0xd3, 0x2a, 0x26, 0x14, 0xef, 0x05, 0x43, 0x6c, + 0x00, 0x19, 0xa8, 0xe7, 0x94, 0x58, 0x9c, 0x7a, 0x0a, 0x45, 0x3a, 0x06, 0x22, 0x1d, 0x03, 0x92, + 0x8e, 0x01, 0x49, 0x3f, 0x62, 0xd2, 0xc0, 0x27, 0x1d, 0xe3, 0x1e, 0xe0, 0xe4, 0x9b, 0x5a, 0x92, + 0x08, 0xb2, 0xf4, 0x15, 0x93, 0x3c, 0x92, 0x52, 0x2b, 0x2b, 0x88, 0x5a, 0x2b, 0x2b, 0x90, 0x62, + 0x2b, 0x2b, 0x90, 0xea, 0x24, 0x36, 0x70, 0xd8, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x9a, + 0x24, 0x55, 0x6c, 0xa1, 0x01, 0x00, 0x00, } func (m *StringData) Marshal() (dAtA []byte, err error) { diff --git a/go/data/base/string_data_test.go b/data/base/string_data_test.go similarity index 96% rename from go/data/base/string_data_test.go rename to data/base/string_data_test.go index f5b241e56..85a28a447 100644 --- a/go/data/base/string_data_test.go +++ b/data/base/string_data_test.go @@ -7,10 +7,10 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - idsConstants "github.com/AssetMantle/schema/go/data/constants" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" + "github.com/AssetMantle/schema/data" + idsConstants "github.com/AssetMantle/schema/data/constants" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" ) func Test_NewStringData(t *testing.T) { diff --git a/go/data/boolean_data.go b/data/boolean_data.go similarity index 100% rename from go/data/boolean_data.go rename to data/boolean_data.go diff --git a/go/data/codec.go b/data/codec.go similarity index 100% rename from go/data/codec.go rename to data/codec.go diff --git a/go/data/codec_test.go b/data/codec_test.go similarity index 100% rename from go/data/codec_test.go rename to data/codec_test.go diff --git a/go/data/constants/data_weight.go b/data/constants/data_weight.go similarity index 100% rename from go/data/constants/data_weight.go rename to data/constants/data_weight.go diff --git a/go/data/constants/list_lenght.go b/data/constants/list_lenght.go similarity index 100% rename from go/data/constants/list_lenght.go rename to data/constants/list_lenght.go diff --git a/go/data/constants/regular_expressions.go b/data/constants/regular_expressions.go similarity index 100% rename from go/data/constants/regular_expressions.go rename to data/constants/regular_expressions.go diff --git a/go/data/constants/strings.go b/data/constants/strings.go similarity index 100% rename from go/data/constants/strings.go rename to data/constants/strings.go diff --git a/go/data/constants/type_id.go b/data/constants/type_id.go similarity index 92% rename from go/data/constants/type_id.go rename to data/constants/type_id.go index e7c2ba00f..31bcedf24 100644 --- a/go/data/constants/type_id.go +++ b/data/constants/type_id.go @@ -4,7 +4,7 @@ package constants import ( - baseIDs "github.com/AssetMantle/schema/go/ids/base" + baseIDs "github.com/AssetMantle/schema/ids/base" ) // TODO use enum diff --git a/go/data/data.go b/data/data.go similarity index 94% rename from go/data/data.go rename to data/data.go index fd6bf23cc..9e1d7b6c6 100644 --- a/go/data/data.go +++ b/data/data.go @@ -6,7 +6,7 @@ package data import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/ids" ) // TODO URI and PropertyID Data type diff --git a/go/data/dec_data.go b/data/dec_data.go similarity index 100% rename from go/data/dec_data.go rename to data/dec_data.go diff --git a/go/data/height_data.go b/data/height_data.go similarity index 83% rename from go/data/height_data.go rename to data/height_data.go index f2a1db82a..8b30d9bc0 100644 --- a/go/data/height_data.go +++ b/data/height_data.go @@ -4,7 +4,7 @@ package data import ( - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/types" ) type HeightData interface { diff --git a/go/data/id_data.go b/data/id_data.go similarity index 83% rename from go/data/id_data.go rename to data/id_data.go index aa635ef8b..d78406fc7 100644 --- a/go/data/id_data.go +++ b/data/id_data.go @@ -4,7 +4,7 @@ package data import ( - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/ids" ) type IDData interface { diff --git a/go/data/linked_data.go b/data/linked_data.go similarity index 79% rename from go/data/linked_data.go rename to data/linked_data.go index 79ce60276..931060683 100644 --- a/go/data/linked_data.go +++ b/data/linked_data.go @@ -1,7 +1,7 @@ package data import ( - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/ids" ) type LinkedData interface { diff --git a/go/data/list_data.go b/data/list_data.go similarity index 100% rename from go/data/list_data.go rename to data/list_data.go diff --git a/go/data/listable_data.go b/data/listable_data.go similarity index 100% rename from go/data/listable_data.go rename to data/listable_data.go diff --git a/go/data/number_data.go b/data/number_data.go similarity index 100% rename from go/data/number_data.go rename to data/number_data.go diff --git a/go/data/string_data.go b/data/string_data.go similarity index 100% rename from go/data/string_data.go rename to data/string_data.go diff --git a/go/data/utilities/strings.go b/data/utilities/strings.go similarity index 92% rename from go/data/utilities/strings.go rename to data/utilities/strings.go index a5896b57a..54a66b87f 100644 --- a/go/data/utilities/strings.go +++ b/data/utilities/strings.go @@ -3,7 +3,7 @@ package utilities import ( "strings" - "github.com/AssetMantle/schema/go/data/constants" + "github.com/AssetMantle/schema/data/constants" ) func JoinListDataStrings(listDataStrings ...string) string { diff --git a/go/documents/asset.go b/documents/asset.go similarity index 89% rename from go/documents/asset.go rename to documents/asset.go index e542367f9..3bf408bbd 100644 --- a/go/documents/asset.go +++ b/documents/asset.go @@ -6,7 +6,7 @@ package documents import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/types" ) type Asset interface { diff --git a/go/documents/base/asset.go b/documents/base/asset.go similarity index 85% rename from go/documents/base/asset.go rename to documents/base/asset.go index e990dc9db..b9e9ebe89 100644 --- a/go/documents/base/asset.go +++ b/documents/base/asset.go @@ -2,13 +2,13 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/properties/constants" - "github.com/AssetMantle/schema/go/qualified" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/properties/constants" + "github.com/AssetMantle/schema/qualified" + "github.com/AssetMantle/schema/types" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/documents/base/asset_test.go b/documents/base/asset_test.go similarity index 86% rename from go/documents/base/asset_test.go rename to documents/base/asset_test.go index 4244d2cb1..0a11883d3 100644 --- a/go/documents/base/asset_test.go +++ b/documents/base/asset_test.go @@ -1,21 +1,21 @@ package base import ( - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/types" "reflect" "testing" sdkTypes "github.com/cosmos/cosmos-sdk/types" - baseData "github.com/AssetMantle/schema/go/data/base" - documentsSchema "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/lists/base" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/properties/constants" - "github.com/AssetMantle/schema/go/qualified" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" - baseTypes "github.com/AssetMantle/schema/go/types/base" + baseData "github.com/AssetMantle/schema/data/base" + documentsSchema "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/lists/base" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/properties/constants" + "github.com/AssetMantle/schema/qualified" + baseQualified "github.com/AssetMantle/schema/qualified/base" + baseTypes "github.com/AssetMantle/schema/types/base" ) func TestNewAsset(t *testing.T) { diff --git a/go/documents/base/classification.go b/documents/base/classification.go similarity index 81% rename from go/documents/base/classification.go rename to documents/base/classification.go index bc083e967..823293fbf 100644 --- a/go/documents/base/classification.go +++ b/documents/base/classification.go @@ -2,12 +2,12 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/documents" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/properties" - constantProperties "github.com/AssetMantle/schema/go/properties/constants" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/documents" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/properties" + constantProperties "github.com/AssetMantle/schema/properties/constants" + "github.com/AssetMantle/schema/qualified" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/documents/base/classification_test.go b/documents/base/classification_test.go similarity index 83% rename from go/documents/base/classification_test.go rename to documents/base/classification_test.go index 953bed920..7f581ceac 100644 --- a/go/documents/base/classification_test.go +++ b/documents/base/classification_test.go @@ -1,18 +1,18 @@ package base import ( - "github.com/AssetMantle/schema/go/properties/constants" + "github.com/AssetMantle/schema/properties/constants" sdkTypes "github.com/cosmos/cosmos-sdk/types" "reflect" "testing" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/qualified" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/qualified" + baseQualified "github.com/AssetMantle/schema/qualified/base" ) func Test_new_Classification(t *testing.T) { diff --git a/go/documents/base/codec.go b/documents/base/codec.go similarity index 90% rename from go/documents/base/codec.go rename to documents/base/codec.go index cf642d08b..4fffca029 100644 --- a/go/documents/base/codec.go +++ b/documents/base/codec.go @@ -6,7 +6,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/documents/base/coinAsset_test.go b/documents/base/coinAsset_test.go similarity index 80% rename from go/documents/base/coinAsset_test.go rename to documents/base/coinAsset_test.go index f917c9d1c..d4a4ad33b 100644 --- a/go/documents/base/coinAsset_test.go +++ b/documents/base/coinAsset_test.go @@ -5,12 +5,12 @@ import ( "reflect" "testing" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + baseProperties "github.com/AssetMantle/schema/properties/base" + baseQualified "github.com/AssetMantle/schema/qualified/base" ) func Test_new_CoinAsset(t *testing.T) { diff --git a/go/documents/base/coin_asset.go b/documents/base/coin_asset.go similarity index 73% rename from go/documents/base/coin_asset.go rename to documents/base/coin_asset.go index 52630a891..72c4cc561 100644 --- a/go/documents/base/coin_asset.go +++ b/documents/base/coin_asset.go @@ -1,16 +1,16 @@ package base import ( - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - constantProperties "github.com/AssetMantle/schema/go/properties/constants" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + constantProperties "github.com/AssetMantle/schema/properties/constants" + baseQualified "github.com/AssetMantle/schema/qualified/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/documents/base/document.go b/documents/base/document.go similarity index 85% rename from go/documents/base/document.go rename to documents/base/document.go index f1214d9ed..8dd0302fb 100644 --- a/go/documents/base/document.go +++ b/documents/base/document.go @@ -4,13 +4,13 @@ package base import ( - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/qualified" - "github.com/AssetMantle/schema/go/qualified/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/qualified" + "github.com/AssetMantle/schema/qualified/base" ) var _ documents.Document = (*Document)(nil) diff --git a/go/documents/base/document.pb.go b/documents/base/document.pb.go similarity index 76% rename from go/documents/base/document.pb.go rename to documents/base/document.pb.go index defcc6689..f3cc137ea 100644 --- a/go/documents/base/document.pb.go +++ b/documents/base/document.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: documents/base/document.proto +// source: AssetMantle/schema/documents/base/document.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/ids/base" - base1 "github.com/AssetMantle/schema/go/qualified/base" + base "github.com/AssetMantle/schema/ids/base" + base1 "github.com/AssetMantle/schema/qualified/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -35,7 +35,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_5a913b9da3833a5e, []int{0} + return fileDescriptor_4ffe97cecebf2d0e, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -65,37 +65,39 @@ func (m *Document) XXX_DiscardUnknown() { var xxx_messageInfo_Document proto.InternalMessageInfo func init() { - proto.RegisterType((*Document)(nil), "assetmantle.schema.documents.base.Document") + proto.RegisterType((*Document)(nil), "AssetMantle.schema.documents.base.Document") } -func init() { proto.RegisterFile("documents/base/document.proto", fileDescriptor_5a913b9da3833a5e) } +func init() { + proto.RegisterFile("AssetMantle/schema/documents/base/document.proto", fileDescriptor_4ffe97cecebf2d0e) +} -var fileDescriptor_5a913b9da3833a5e = []byte{ - // 379 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcd, 0x4a, 0xeb, 0x40, - 0x18, 0x86, 0x93, 0x9c, 0x72, 0x28, 0x39, 0x1c, 0x90, 0xe0, 0xa2, 0x14, 0x9a, 0xb6, 0xa2, 0x20, - 0x48, 0x67, 0x40, 0x77, 0xd9, 0x35, 0x06, 0x4a, 0x17, 0x81, 0xd2, 0xee, 0x34, 0x50, 0x26, 0xc9, - 0x34, 0x1d, 0x48, 0x3a, 0xea, 0x4c, 0x2e, 0x41, 0x70, 0xe9, 0x25, 0x88, 0x1b, 0xc1, 0x2b, 0x11, - 0x57, 0x5d, 0xba, 0x94, 0x74, 0xe7, 0x55, 0x48, 0x32, 0xe9, 0xd8, 0x14, 0xa5, 0xee, 0xf2, 0xf3, - 0x3c, 0xef, 0xf7, 0x66, 0xf2, 0xe9, 0xad, 0x90, 0x06, 0x69, 0x82, 0x17, 0x9c, 0x41, 0x1f, 0x31, - 0x0c, 0xd7, 0xb7, 0xe0, 0xea, 0x86, 0x72, 0x6a, 0x74, 0x11, 0x63, 0x98, 0x27, 0x68, 0xc1, 0x63, - 0x0c, 0x58, 0x30, 0xc7, 0x09, 0x02, 0xd2, 0x00, 0xb9, 0xd1, 0xdc, 0x8f, 0x68, 0x44, 0x0b, 0x1a, - 0xe6, 0x57, 0x42, 0x6c, 0x76, 0x48, 0x58, 0x26, 0x06, 0x31, 0x62, 0x8c, 0xcc, 0x48, 0x80, 0x38, - 0xa1, 0x8b, 0x29, 0x09, 0x4b, 0xa2, 0x7d, 0x9d, 0xa2, 0x98, 0xcc, 0x08, 0x0e, 0x05, 0x47, 0x92, - 0x24, 0xe5, 0xc8, 0x8f, 0x31, 0x2b, 0x81, 0xd6, 0x16, 0x50, 0x7d, 0x7d, 0x70, 0xab, 0xe9, 0x75, - 0xa7, 0xac, 0x62, 0x5c, 0xea, 0xc6, 0xf6, 0x9c, 0x69, 0xd8, 0x50, 0x3b, 0xea, 0xf1, 0xbf, 0xd3, - 0x1e, 0xf8, 0xe6, 0x23, 0x48, 0x28, 0xea, 0x83, 0xf3, 0x8a, 0x36, 0x74, 0xc6, 0x7b, 0xc1, 0xd6, - 0x13, 0xc3, 0xd5, 0xf5, 0xaf, 0x72, 0x0d, 0xed, 0xe7, 0x50, 0x59, 0x58, 0x44, 0x0f, 0xa5, 0x34, - 0xde, 0x08, 0x30, 0x06, 0x7a, 0x5d, 0x86, 0xfd, 0x29, 0xc2, 0x4e, 0x7e, 0x11, 0xe6, 0xae, 0xa3, - 0xa4, 0x6c, 0xd5, 0xee, 0x1e, 0xda, 0x8a, 0xfd, 0xa4, 0xbd, 0x64, 0xa6, 0xba, 0xcc, 0x4c, 0xf5, - 0x3d, 0x33, 0xd5, 0xfb, 0x95, 0xa9, 0x2c, 0x57, 0xa6, 0xf2, 0xb6, 0x32, 0x15, 0xfd, 0x28, 0xa0, - 0x09, 0xd8, 0xf9, 0x07, 0xed, 0xff, 0xeb, 0x63, 0x1c, 0xe5, 0x07, 0x3b, 0x52, 0x2f, 0x60, 0x44, - 0xf8, 0x3c, 0xf5, 0x41, 0x40, 0x13, 0xd8, 0xcf, 0x75, 0xb7, 0xd0, 0xa1, 0xd0, 0x61, 0x44, 0x61, - 0x75, 0x6b, 0x1e, 0xb5, 0x5a, 0x7f, 0xe2, 0xd8, 0xcf, 0x5a, 0xb7, 0xbf, 0x31, 0x6c, 0x22, 0x86, - 0x39, 0x72, 0x98, 0x8d, 0x18, 0x7e, 0xad, 0x30, 0x9e, 0x60, 0x3c, 0xc9, 0x78, 0x39, 0x93, 0x69, - 0xbd, 0x9d, 0x8c, 0x37, 0x18, 0xd9, 0x2e, 0xe6, 0x28, 0x44, 0x1c, 0x7d, 0x68, 0x87, 0x1b, 0xbc, - 0x65, 0x09, 0xc1, 0xb2, 0xa4, 0x61, 0x59, 0xb9, 0xe2, 0xff, 0x2d, 0x16, 0xe7, 0xec, 0x33, 0x00, - 0x00, 0xff, 0xff, 0x72, 0x9b, 0xa9, 0xdb, 0xf4, 0x02, 0x00, 0x00, +var fileDescriptor_4ffe97cecebf2d0e = []byte{ + // 377 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcf, 0x4a, 0xf3, 0x40, + 0x14, 0xc5, 0x93, 0x7c, 0xe5, 0xa3, 0x44, 0x04, 0x09, 0x2e, 0x4a, 0x17, 0xf1, 0x0f, 0x0a, 0x82, + 0x76, 0x52, 0xda, 0x5d, 0x76, 0x8d, 0x81, 0xd2, 0x45, 0xa0, 0xb4, 0x3b, 0x0d, 0x94, 0x49, 0x66, + 0xda, 0x0e, 0x24, 0x1d, 0x75, 0x26, 0x8f, 0x20, 0xb8, 0xf4, 0x11, 0x44, 0x5c, 0xf9, 0x24, 0xe2, + 0xaa, 0x4b, 0x97, 0x92, 0xee, 0x7c, 0x0a, 0x49, 0x27, 0x1d, 0x9b, 0x52, 0x89, 0xbb, 0x99, 0xe1, + 0xfc, 0xce, 0xb9, 0xf7, 0xce, 0xd5, 0x9b, 0x1d, 0xc6, 0x30, 0xf7, 0xe0, 0x8c, 0x47, 0xd8, 0x62, + 0xe1, 0x14, 0xc7, 0xd0, 0x42, 0x34, 0x4c, 0x62, 0x3c, 0xe3, 0xcc, 0x0a, 0x20, 0xc3, 0xf2, 0x0a, + 0x6e, 0xee, 0x28, 0xa7, 0xc6, 0xd1, 0x1a, 0x01, 0x04, 0x01, 0x24, 0x01, 0x32, 0xa2, 0xbe, 0x3f, + 0xa1, 0x13, 0xba, 0x54, 0x5b, 0xd9, 0x49, 0x80, 0xf5, 0xf6, 0x96, 0x28, 0x82, 0xf2, 0x90, 0x30, + 0x82, 0x8c, 0x91, 0x31, 0x09, 0x21, 0x27, 0x74, 0x36, 0x22, 0x28, 0x87, 0x5a, 0x5b, 0xa0, 0xdb, + 0x04, 0x46, 0x64, 0x4c, 0x30, 0x12, 0x28, 0x89, 0xe3, 0x84, 0xc3, 0x20, 0xc2, 0x2c, 0x67, 0x9a, + 0xe5, 0x4c, 0x91, 0x38, 0xbe, 0xd7, 0xf4, 0xaa, 0x9b, 0xf7, 0x60, 0x5c, 0xeb, 0xc6, 0x66, 0x35, + 0x23, 0x54, 0x53, 0x0f, 0xd5, 0xb3, 0x9d, 0x56, 0x03, 0x6c, 0xe9, 0x9e, 0x20, 0xd1, 0x37, 0xb8, + 0x2c, 0x60, 0x3d, 0x77, 0xb0, 0x17, 0x6e, 0xbc, 0x18, 0x9e, 0xae, 0xff, 0xd4, 0x5b, 0xd3, 0x7e, + 0x37, 0x95, 0x05, 0x0b, 0xeb, 0x9e, 0x84, 0x06, 0x6b, 0x06, 0x46, 0x57, 0xaf, 0x4a, 0xb3, 0x7f, + 0x4b, 0xb3, 0xf3, 0x3f, 0x98, 0x79, 0x2b, 0x2b, 0x09, 0xdb, 0x95, 0x87, 0xa7, 0x03, 0xc5, 0x79, + 0xd1, 0xde, 0x52, 0x53, 0x9d, 0xa7, 0xa6, 0xfa, 0x99, 0x9a, 0xea, 0xe3, 0xc2, 0x54, 0xe6, 0x0b, + 0x53, 0xf9, 0x58, 0x98, 0x8a, 0x7e, 0x1a, 0xd2, 0x18, 0x94, 0x7e, 0xbd, 0xb3, 0xbb, 0x1a, 0x63, + 0x3f, 0x1b, 0x6c, 0x5f, 0xbd, 0xba, 0x98, 0x10, 0x3e, 0x4d, 0x02, 0x10, 0xd2, 0xd8, 0x2a, 0xdd, + 0xb5, 0x67, 0xad, 0xd2, 0x19, 0xba, 0xce, 0xab, 0x56, 0x58, 0xb2, 0xa1, 0x48, 0x72, 0x65, 0x92, + 0x03, 0x19, 0x7e, 0x2f, 0x68, 0x7c, 0xa1, 0xf1, 0xa5, 0xc6, 0xcf, 0x34, 0xa9, 0xd6, 0x28, 0xd5, + 0xf8, 0xdd, 0xbe, 0xe3, 0x61, 0x0e, 0x11, 0xe4, 0xf0, 0x4b, 0x3b, 0x59, 0xd3, 0xdb, 0xb6, 0x00, + 0x6c, 0x5b, 0x12, 0xb6, 0x9d, 0x21, 0xc1, 0xff, 0xe5, 0xd6, 0xb4, 0xbf, 0x03, 0x00, 0x00, 0xff, + 0xff, 0x1e, 0xbe, 0x49, 0xc9, 0x3d, 0x03, 0x00, 0x00, } func (m *Document) Marshal() (dAtA []byte, err error) { diff --git a/go/documents/base/document_test.go b/documents/base/document_test.go similarity index 97% rename from go/documents/base/document_test.go rename to documents/base/document_test.go index 5b715ca14..7c78647c1 100644 --- a/go/documents/base/document_test.go +++ b/documents/base/document_test.go @@ -5,7 +5,7 @@ package base import ( "fmt" - baseTypes "github.com/AssetMantle/schema/go/types/base" + baseTypes "github.com/AssetMantle/schema/types/base" "reflect" "testing" @@ -13,15 +13,15 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/qualified" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/qualified" + baseQualified "github.com/AssetMantle/schema/qualified/base" ) func ValidatedParameter[V *baseIDs.ClassificationID | *baseQualified.Immutables | *baseQualified.Mutables](value any) V { diff --git a/go/documents/base/identity.go b/documents/base/identity.go similarity index 86% rename from go/documents/base/identity.go rename to documents/base/identity.go index 9b9bfb41e..13dba97fc 100644 --- a/go/documents/base/identity.go +++ b/documents/base/identity.go @@ -2,15 +2,15 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/properties/constants" - "github.com/AssetMantle/schema/go/qualified" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/properties/constants" + "github.com/AssetMantle/schema/qualified" + "github.com/AssetMantle/schema/types" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/documents/base/identity_test.go b/documents/base/identity_test.go similarity index 93% rename from go/documents/base/identity_test.go rename to documents/base/identity_test.go index 3d921f31e..d7a576b05 100644 --- a/go/documents/base/identity_test.go +++ b/documents/base/identity_test.go @@ -2,24 +2,24 @@ package base import ( "fmt" - baseData "github.com/AssetMantle/schema/go/data/base" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" - baseTypes "github.com/AssetMantle/schema/go/types/base" + baseData "github.com/AssetMantle/schema/data/base" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + baseQualified "github.com/AssetMantle/schema/qualified/base" + baseTypes "github.com/AssetMantle/schema/types/base" "reflect" "testing" sdkTypes "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/properties/constants" - "github.com/AssetMantle/schema/go/qualified" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/properties/constants" + "github.com/AssetMantle/schema/qualified" + "github.com/AssetMantle/schema/types" ) func TestNewIdentity(t *testing.T) { diff --git a/go/documents/base/maintainer.go b/documents/base/maintainer.go similarity index 89% rename from go/documents/base/maintainer.go rename to documents/base/maintainer.go index 62299431d..9b23d4f5a 100644 --- a/go/documents/base/maintainer.go +++ b/documents/base/maintainer.go @@ -2,17 +2,17 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - constantProperties "github.com/AssetMantle/schema/go/properties/constants" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + constantProperties "github.com/AssetMantle/schema/properties/constants" + baseQualified "github.com/AssetMantle/schema/qualified/base" ) type maintainer struct { diff --git a/go/documents/base/maintainer_test.go b/documents/base/maintainer_test.go similarity index 90% rename from go/documents/base/maintainer_test.go rename to documents/base/maintainer_test.go index 598c52811..f98acafec 100644 --- a/go/documents/base/maintainer_test.go +++ b/documents/base/maintainer_test.go @@ -1,18 +1,18 @@ package base import ( - baseData "github.com/AssetMantle/schema/go/data/base" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - baseLists "github.com/AssetMantle/schema/go/lists/base" - constantProperties "github.com/AssetMantle/schema/go/properties/constants" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + baseData "github.com/AssetMantle/schema/data/base" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + baseLists "github.com/AssetMantle/schema/lists/base" + constantProperties "github.com/AssetMantle/schema/properties/constants" + baseQualified "github.com/AssetMantle/schema/qualified/base" "reflect" "testing" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseProperties "github.com/AssetMantle/schema/go/properties/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseProperties "github.com/AssetMantle/schema/properties/base" ) func TestNewMaintainer(t *testing.T) { diff --git a/go/documents/base/module_identity.go b/documents/base/module_identity.go similarity index 71% rename from go/documents/base/module_identity.go rename to documents/base/module_identity.go index 5818f10e7..0319a0703 100644 --- a/go/documents/base/module_identity.go +++ b/documents/base/module_identity.go @@ -1,16 +1,16 @@ package base import ( - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - constantProperties "github.com/AssetMantle/schema/go/properties/constants" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + constantProperties "github.com/AssetMantle/schema/properties/constants" + baseQualified "github.com/AssetMantle/schema/qualified/base" ) var _ documents.ModuleIdentity = (*identity)(nil) diff --git a/go/documents/base/name_identity.go b/documents/base/name_identity.go similarity index 73% rename from go/documents/base/name_identity.go rename to documents/base/name_identity.go index 2c6962c9b..ed0121cca 100644 --- a/go/documents/base/name_identity.go +++ b/documents/base/name_identity.go @@ -1,16 +1,16 @@ package base import ( - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - constantProperties "github.com/AssetMantle/schema/go/properties/constants" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + constantProperties "github.com/AssetMantle/schema/properties/constants" + baseQualified "github.com/AssetMantle/schema/qualified/base" ) var _ documents.NameIdentity = (*identity)(nil) diff --git a/go/documents/base/order.go b/documents/base/order.go similarity index 94% rename from go/documents/base/order.go rename to documents/base/order.go index dad7b4e9b..47b574c96 100644 --- a/go/documents/base/order.go +++ b/documents/base/order.go @@ -2,13 +2,13 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/properties/constants" - "github.com/AssetMantle/schema/go/qualified" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/properties/constants" + "github.com/AssetMantle/schema/qualified" + "github.com/AssetMantle/schema/types" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/documents/base/put_order.go b/documents/base/put_order.go similarity index 78% rename from go/documents/base/put_order.go rename to documents/base/put_order.go index f5618c9f3..39107121b 100644 --- a/go/documents/base/put_order.go +++ b/documents/base/put_order.go @@ -3,16 +3,16 @@ package base import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/documents" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - baseLists "github.com/AssetMantle/schema/go/lists/base" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - propertyConstants "github.com/AssetMantle/schema/go/properties/constants" - baseQualified "github.com/AssetMantle/schema/go/qualified/base" - "github.com/AssetMantle/schema/go/types" - "github.com/AssetMantle/schema/go/types/base" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/documents" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + baseLists "github.com/AssetMantle/schema/lists/base" + baseProperties "github.com/AssetMantle/schema/properties/base" + propertyConstants "github.com/AssetMantle/schema/properties/constants" + baseQualified "github.com/AssetMantle/schema/qualified/base" + "github.com/AssetMantle/schema/types" + "github.com/AssetMantle/schema/types/base" ) var _ documents.PutOrder = (*order)(nil) diff --git a/go/documents/classification.go b/documents/classification.go similarity index 100% rename from go/documents/classification.go rename to documents/classification.go diff --git a/go/documents/codec.go b/documents/codec.go similarity index 100% rename from go/documents/codec.go rename to documents/codec.go diff --git a/go/documents/coin_asset.go b/documents/coin_asset.go similarity index 74% rename from go/documents/coin_asset.go rename to documents/coin_asset.go index 3527cea13..35af89f52 100644 --- a/go/documents/coin_asset.go +++ b/documents/coin_asset.go @@ -1,6 +1,6 @@ package documents -import "github.com/AssetMantle/schema/go/ids" +import "github.com/AssetMantle/schema/ids" type CoinAsset interface { Asset diff --git a/go/documents/document.go b/documents/document.go similarity index 81% rename from go/documents/document.go rename to documents/document.go index 616dbe294..41d20ca43 100644 --- a/go/documents/document.go +++ b/documents/document.go @@ -4,9 +4,9 @@ package documents import ( - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/qualified" ) type Document interface { diff --git a/go/documents/identity.go b/documents/identity.go similarity index 90% rename from go/documents/identity.go rename to documents/identity.go index b858ac029..af83a141f 100644 --- a/go/documents/identity.go +++ b/documents/identity.go @@ -6,8 +6,8 @@ package documents import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/types" ) type Identity interface { diff --git a/go/documents/maintainer.go b/documents/maintainer.go similarity index 84% rename from go/documents/maintainer.go rename to documents/maintainer.go index b0062d771..f60a92345 100644 --- a/go/documents/maintainer.go +++ b/documents/maintainer.go @@ -4,8 +4,8 @@ package documents import ( - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/ids" ) type Maintainer interface { diff --git a/go/documents/module_identity.go b/documents/module_identity.go similarity index 73% rename from go/documents/module_identity.go rename to documents/module_identity.go index 178d496e9..73da26940 100644 --- a/go/documents/module_identity.go +++ b/documents/module_identity.go @@ -1,6 +1,6 @@ package documents -import "github.com/AssetMantle/schema/go/ids" +import "github.com/AssetMantle/schema/ids" type ModuleIdentity interface { Identity diff --git a/go/documents/name_identity.go b/documents/name_identity.go similarity index 71% rename from go/documents/name_identity.go rename to documents/name_identity.go index 3b54ab12e..118be65bc 100644 --- a/go/documents/name_identity.go +++ b/documents/name_identity.go @@ -1,6 +1,6 @@ package documents -import "github.com/AssetMantle/schema/go/ids" +import "github.com/AssetMantle/schema/ids" type NameIdentity interface { Identity diff --git a/go/documents/order.go b/documents/order.go similarity index 86% rename from go/documents/order.go rename to documents/order.go index 6fc048f22..9a63b79d4 100644 --- a/go/documents/order.go +++ b/documents/order.go @@ -6,8 +6,8 @@ package documents import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/types" ) type Order interface { diff --git a/go/documents/put_order.go b/documents/put_order.go similarity index 64% rename from go/documents/put_order.go rename to documents/put_order.go index 4874be2f3..3eb0fbd6e 100644 --- a/go/documents/put_order.go +++ b/documents/put_order.go @@ -1,6 +1,6 @@ package documents -import "github.com/AssetMantle/schema/go/ids" +import "github.com/AssetMantle/schema/ids" type PutOrder interface { Order diff --git a/go.mod b/go.mod new file mode 100644 index 000000000..3c5ce9683 --- /dev/null +++ b/go.mod @@ -0,0 +1,90 @@ +module github.com/AssetMantle/schema + +go 1.21.1 + +require ( + github.com/cosmos/cosmos-sdk v0.47.11 + github.com/cosmos/gogoproto v1.4.10 + github.com/stretchr/testify v1.9.0 +) + +require ( + cosmossdk.io/errors v1.0.1 // indirect + cosmossdk.io/math v1.3.0 // indirect + github.com/beorn7/perks v1.0.1 // indirect + github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect + github.com/cespare/xxhash v1.1.0 // indirect + github.com/cespare/xxhash/v2 v2.2.0 // indirect + github.com/cometbft/cometbft v0.37.5 // indirect + github.com/cometbft/cometbft-db v0.7.0 // indirect + github.com/confio/ics23/go v0.9.0 // indirect + github.com/cosmos/btcutil v1.0.5 // indirect + github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect + github.com/dgraph-io/badger/v2 v2.2007.4 // indirect + github.com/dgraph-io/ristretto v0.1.1 // indirect + github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect + github.com/dustin/go-humanize v1.0.1 // indirect + github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/go-kit/kit v0.12.0 // indirect + github.com/go-kit/log v0.2.1 // indirect + github.com/go-logfmt/logfmt v0.5.1 // indirect + github.com/gogo/protobuf v1.3.2 // indirect + github.com/golang/glog v1.2.0 // indirect + github.com/golang/protobuf v1.5.4 // indirect + github.com/golang/snappy v0.0.4 // indirect + github.com/google/btree v1.1.2 // indirect + github.com/google/go-cmp v0.6.0 // indirect + github.com/gtank/merlin v0.1.1 // indirect + github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect + github.com/hashicorp/hcl v1.0.0 // indirect + github.com/inconshreveable/mousetrap v1.1.0 // indirect + github.com/jmhodges/levigo v1.0.0 // indirect + github.com/klauspost/compress v1.17.0 // indirect + github.com/libp2p/go-buffer-pool v0.1.0 // indirect + github.com/magiconair/properties v1.8.7 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect + github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect + github.com/mitchellh/mapstructure v1.5.0 // indirect + github.com/pelletier/go-toml/v2 v2.1.0 // indirect + github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect + github.com/pkg/errors v0.9.1 // indirect + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect + github.com/prometheus/client_golang v1.16.0 // indirect + github.com/prometheus/client_model v0.3.0 // indirect + github.com/prometheus/common v0.42.0 // indirect + github.com/prometheus/procfs v0.10.1 // indirect + github.com/sagikazarmark/locafero v0.4.0 // indirect + github.com/sagikazarmark/slog-shim v0.1.0 // indirect + github.com/sasha-s/go-deadlock v0.3.1 // indirect + github.com/sourcegraph/conc v0.3.0 // indirect + github.com/spf13/afero v1.11.0 // indirect + github.com/spf13/cast v1.6.0 // indirect + github.com/spf13/cobra v1.8.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/spf13/viper v1.18.2 // indirect + github.com/subosito/gotenv v1.6.0 // indirect + github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect + github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect + github.com/tendermint/go-amino v0.16.0 // indirect + go.etcd.io/bbolt v1.3.7 // indirect + go.uber.org/atomic v1.10.0 // indirect + go.uber.org/multierr v1.9.0 // indirect + golang.org/x/crypto v0.21.0 // indirect + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect + golang.org/x/net v0.23.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/text v0.14.0 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect + google.golang.org/grpc v1.62.1 // indirect + google.golang.org/protobuf v1.33.0 // indirect + gopkg.in/ini.v1 v1.67.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect + sigs.k8s.io/yaml v1.4.0 // indirect +) + +replace ( + github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 + golang.org/x/exp => golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb +) diff --git a/go.sum b/go.sum new file mode 100644 index 000000000..6e4d8bc8c --- /dev/null +++ b/go.sum @@ -0,0 +1,411 @@ +cosmossdk.io/api v0.3.1 h1:NNiOclKRR0AOlO4KIqeaG6PS6kswOMhHD0ir0SscNXE= +cosmossdk.io/api v0.3.1/go.mod h1:DfHfMkiNA2Uhy8fj0JJlOCYOBp4eWUUJ1te5zBGNyIw= +cosmossdk.io/core v0.5.1 h1:vQVtFrIYOQJDV3f7rw4pjjVqc1id4+mE0L9hHP66pyI= +cosmossdk.io/core v0.5.1/go.mod h1:KZtwHCLjcFuo0nmDc24Xy6CRNEL9Vl/MeimQ2aC7NLE= +cosmossdk.io/depinject v1.0.0-alpha.4 h1:PLNp8ZYAMPTUKyG9IK2hsbciDWqna2z1Wsl98okJopc= +cosmossdk.io/depinject v1.0.0-alpha.4/go.mod h1:HeDk7IkR5ckZ3lMGs/o91AVUc7E596vMaOmslGFM3yU= +cosmossdk.io/errors v1.0.1 h1:bzu+Kcr0kS/1DuPBtUFdWjzLqyUuCiyHjyJB6srBV/0= +cosmossdk.io/errors v1.0.1/go.mod h1:MeelVSZThMi4bEakzhhhE/CKqVv3nOJDA25bIqRDu/U= +cosmossdk.io/math v1.3.0 h1:RC+jryuKeytIiictDslBP9i1fhkVm6ZDmZEoNP316zE= +cosmossdk.io/math v1.3.0/go.mod h1:vnRTxewy+M7BtXBNFybkuhSH4WfedVAAnERHgVFhp3k= +filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek= +filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns= +github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 h1:/vQbFIOMbk2FiG/kXiLl8BRyzTWDw7gX/Hz7Dd5eDMs= +github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4/go.mod h1:hN7oaIRCjzsZ2dE+yG5k+rsdt3qcwykqK6HVGcKwsw4= +github.com/99designs/keyring v1.2.1 h1:tYLp1ULvO7i3fI5vE21ReQuj99QFSs7lGm0xWyJo87o= +github.com/99designs/keyring v1.2.1/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA= +github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM= +github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4= +github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= +github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE= +github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= +github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= +github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= +github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= +github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= +github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= +github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 h1:41iFGWnSlI2gVpmOtVTJZNodLdLQLn/KsJqFvXwnd/s= +github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= +github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U= +github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04= +github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ= +github.com/btcsuite/btcd/btcutil v1.1.2/go.mod h1:UR7dsSJzJUfMmFiiLlIrMq1lS9jh9EdCV7FStZSnpi0= +github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U= +github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc= +github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= +github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= +github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= +github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/cockroachdb/errors v1.10.0 h1:lfxS8zZz1+OjtV4MtNWgboi/W5tyLEB6VQZBXN+0VUU= +github.com/cockroachdb/errors v1.10.0/go.mod h1:lknhIsEVQ9Ss/qKDBQS/UqFSvPQjOwNq2qyKAxtHRqE= +github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b h1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE= +github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b/go.mod h1:Vz9DsVWQQhf3vs21MhPMZpMGSht7O/2vFW2xusFUVOs= +github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30= +github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= +github.com/cometbft/cometbft v0.37.5 h1:/U/TlgMh4NdnXNo+YU9T2NMCWyhXNDF34Mx582jlvq0= +github.com/cometbft/cometbft v0.37.5/go.mod h1:QC+mU0lBhKn8r9qvmnq53Dmf3DWBt4VtkcKw2C81wxY= +github.com/cometbft/cometbft-db v0.7.0 h1:uBjbrBx4QzU0zOEnU8KxoDl18dMNgDh+zZRUE0ucsbo= +github.com/cometbft/cometbft-db v0.7.0/go.mod h1:yiKJIm2WKrt6x8Cyxtq9YTEcIMPcEe4XPxhgX59Fzf0= +github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4= +github.com/confio/ics23/go v0.9.0/go.mod h1:4LPZ2NYqnYIVRklaozjNR1FScgDJ2s5Xrp+e/mYVRak= +github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= +github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= +github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= +github.com/cosmos/btcutil v1.0.5 h1:t+ZFcX77LpKtDBhjucvnOH8C2l2ioGsBNEQ3jef8xFk= +github.com/cosmos/btcutil v1.0.5/go.mod h1:IyB7iuqZMJlthe2tkIFL33xPyzbFYP0XVdS8P5lUPis= +github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA= +github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec= +github.com/cosmos/cosmos-sdk v0.47.11 h1:0Qx7eORw0RJqPv+mvDuU8NQ1LV3nJJKJnPoYblWHolc= +github.com/cosmos/cosmos-sdk v0.47.11/go.mod h1:ADjORYzUQqQv/FxDi0H0K5gW/rAk1CiDR3ZKsExfJV0= +github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY= +github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw= +github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE= +github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ4GUkT+tbFI= +github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoKuI= +github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek= +github.com/cosmos/iavl v0.20.1 h1:rM1kqeG3/HBT85vsZdoSNsehciqUQPWrR4BYmqE2+zg= +github.com/cosmos/iavl v0.20.1/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A= +github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw= +github.com/cosmos/ledger-cosmos-go v0.12.4/go.mod h1:fjfVWRf++Xkygt9wzCsjEBdjcf7wiiY35fv3ctT+k4M= +github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= +github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0= +github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0= +github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= +github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 h1:HbphB4TFFXpv7MNrT52FGrrgVXF1owhMVTHFZIlnvd4= +github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0/go.mod h1:DZGJHZMqrU4JJqFAWUS2UO1+lbSKsdiOoYi9Zzey7Fc= +github.com/dgraph-io/badger/v2 v2.2007.4 h1:TRWBQg8UrlUhaFdco01nO2uXwzKS7zd+HVdwV/GHc4o= +github.com/dgraph-io/badger/v2 v2.2007.4/go.mod h1:vSw/ax2qojzbN6eXHIx6KPKtCSHJN/Uz0X0VPruTIhk= +github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E= +github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWajOK8= +github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= +github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= +github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y= +github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= +github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= +github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= +github.com/dvsekhvalnov/jose2go v1.6.0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY= +github.com/dvsekhvalnov/jose2go v1.6.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU= +github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c h1:8ISkoahWXwZR41ois5lSJBSVw4D0OV19Ht/JSTzvSv0= +github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c/go.mod h1:Yg+htXGokKKdzcwhuNDwVvN+uBxDGXJ7G/VN1d8fa64= +github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A= +github.com/facebookgo/stack v0.0.0-20160209184415-751773369052/go.mod h1:UbMTZqLaRiH3MsBH8va0n7s1pQYcu3uTb8G4tygF4Zg= +github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 h1:7HZCaLC5+BZpmbhCOZJ293Lz68O7PYrF2EzeiFMwCLk= +github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4/go.mod h1:5tD+neXqOorC30/tWg0LCSkrqj/AR6gu8yY8/fpw1q0= +github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg= +github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= +github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= +github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= +github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= +github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= +github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= +github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= +github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= +github.com/getsentry/sentry-go v0.23.0 h1:dn+QRCeJv4pPt9OjVXiMcGIBIefaTJPw/h0bZWO05nE= +github.com/getsentry/sentry-go v0.23.0/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY= +github.com/go-kit/kit v0.12.0 h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4= +github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs= +github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU= +github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= +github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= +github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0= +github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4= +github.com/gogo/googleapis v1.4.1 h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0= +github.com/gogo/googleapis v1.4.1/go.mod h1:2lpHqI5OcWCtVElxXnPt+s8oJvMpySlOyM6xDCrzib4= +github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= +github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= +github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68= +github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= +github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= +github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= +github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.3.0/go.mod h1:Qd/q+1AKNOZr9uGQzbzCmRO6sUih6GTPZv6a1/R87v0= +github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= +github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= +github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= +github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= +github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= +github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= +github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= +github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= +github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/google/btree v1.1.2 h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU= +github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4= +github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= +github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= +github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= +github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= +github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4= +github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q= +github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= +github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= +github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= +github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw= +github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y= +github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo= +github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= +github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU= +github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c/go.mod h1:NMPJylDgVpX0MLRlPy15sqSwOFv/U1GZ2m21JhFfek0= +github.com/gtank/merlin v0.1.1 h1:eQ90iG7K9pOhtereWsmyRJ6RAwcP4tHTDBHXNg+u5is= +github.com/gtank/merlin v0.1.1/go.mod h1:T86dnYJhcGOh5BjZFCJWTDeTK7XW8uE+E21Cy/bIQ+s= +github.com/gtank/ristretto255 v0.1.2 h1:JEqUCPA1NvLq5DwYtuzigd7ss8fwbYay9fi4/5uMzcc= +github.com/gtank/ristretto255 v0.1.2/go.mod h1:Ph5OpO6c7xKUGROZfWVLiJf9icMDwUeIvY4OmlYW69o= +github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= +github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d h1:dg1dEPuWpEqDnvIw251EVy4zlP8gWbsGj4BsUKCRpYs= +github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= +github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= +github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= +github.com/hdevalence/ed25519consensus v0.1.0 h1:jtBwzzcHuTmFrQN6xQZn6CQEO/V9f7HsjsjeEZ6auqU= +github.com/hdevalence/ed25519consensus v0.1.0/go.mod h1:w3BHWjwJbFU29IRHL1Iqkw3sus+7FctEyM4RqDxYNzo= +github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/huandu/skiplist v1.2.0 h1:gox56QD77HzSC0w+Ws3MH3iie755GBJU1OER3h5VsYw= +github.com/huandu/skiplist v1.2.0/go.mod h1:7v3iFjLcSAzO4fN5B8dvebvo/qsfumiLiDXMrPiHF9w= +github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= +github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= +github.com/jmhodges/levigo v1.0.0 h1:q5EC36kV79HWeTBWsod3mG11EgStG3qArTKcvlksN1U= +github.com/jmhodges/levigo v1.0.0/go.mod h1:Q6Qx+uH3RAqyK4rFQroq9RL7mdkABMcfhEI+nNuzMJQ= +github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= +github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= +github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= +github.com/klauspost/compress v1.17.0 h1:Rnbp4K9EjcDuVuHtd0dgA4qNuv9yKDYKK1ulpJwgrqM= +github.com/klauspost/compress v1.17.0/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8= +github.com/libp2p/go-buffer-pool v0.1.0/go.mod h1:N+vh8gMqimBzdKkSMVuydVDq+UV5QTWy5HSiZacSbPg= +github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= +github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= +github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= +github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= +github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= +github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= +github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 h1:QRUSJEgZn2Snx0EmT/QLXibWjSUDjKWvXIT19NBVp94= +github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= +github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= +github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs= +github.com/mtibben/percent v0.2.1/go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ibNBTZrns= +github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= +github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= +github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= +github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= +github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= +github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= +github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.20.0 h1:8W0cWlwFkflGPLltQvLRB7ZVD5HuP6ng320w2IS245Q= +github.com/onsi/gomega v1.20.0/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo= +github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= +github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4= +github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc= +github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= +github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 h1:hDSdbBuw3Lefr6R18ax0tZ2BJeNB3NehB3trOwYBsdU= +github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8= +github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc= +github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= +github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= +github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= +github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= +github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg= +github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM= +github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= +github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= +github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= +github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= +github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ= +github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4= +github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE= +github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ= +github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71efZx0= +github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM= +github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= +github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= +github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= +github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= +github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= +github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= +github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= +github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= +github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= +github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0= +github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho= +github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= +github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= +github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= +github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= +github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= +github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= +github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= +github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= +github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= +github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c h1:g+WoO5jjkqGAzHWCjJB1zZfXPIAaDpzXIEJ0eS6B5Ok= +github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c/go.mod h1:ahpPrc7HpcfEWDQRZEmnXMzHY03mLDYMCxeDzy46i+8= +github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2lyGa2E= +github.com/tendermint/go-amino v0.16.0/go.mod h1:TQU0M1i/ImAo+tYpZi73AU3V/dKeCoMC9Sphe2ZwGME= +github.com/tidwall/btree v1.6.0 h1:LDZfKfQIBHGHWSwckhXI0RPSXzlo+KYdjK7FWSqOzzg= +github.com/tidwall/btree v1.6.0/go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY= +github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= +github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= +github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/zondax/hid v0.9.2 h1:WCJFnEDMiqGF64nlZz28E9qLVZ0KSJ7xpc5DLEyma2U= +github.com/zondax/hid v0.9.2/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= +github.com/zondax/ledger-go v0.14.3 h1:wEpJt2CEcBJ428md/5MgSLsXLBos98sBOyxNmCjfUCw= +github.com/zondax/ledger-go v0.14.3/go.mod h1:IKKaoxupuB43g4NxeQmbLXv7T9AlQyie1UpHb342ycI= +go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ= +go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw= +go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ= +go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI= +go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= +golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA= +golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= +golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb h1:xIApU0ow1zwMa2uL1VDNeQlNVFTWMQxZUZCMDy0Q4Us= +golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc= +golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= +golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= +golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4= +golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8= +golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 h1:KAeGQVN3M9nD0/bQXnr/ClcEMJ968gUXJQ9pwfSynuQ= +google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80/go.mod h1:cc8bqMqtv9gMOr0zHg2Vzff5ULhhL2IXP4sbcn32Dro= +google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 h1:Lj5rbfG876hIAYFjqiJnPHfhXbv+nzTWfm04Fg/XSVU= +google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80/go.mod h1:4jWUdICTdgc3Ibxmr8nAJiiLHwQBY0UI0XZcEMaFKaA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 h1:AjyfHzEPEFp/NpvfN5g+KDla3EMojjhRVZc1i7cj+oM= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s= +google.golang.org/grpc v1.62.1 h1:B4n+nfKzOICUXMgyrNd19h/I9oH0L1pizfk1d4zSgTk= +google.golang.org/grpc v1.62.1/go.mod h1:IWTG0VlJLCh1SkC58F7np9ka9mx/WNkjl4PGJaiq+QE= +google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= +google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= +google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= +google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= +google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= +google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= +google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= +gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= +gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw= +pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= +sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= +sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= diff --git a/go/go.mod b/go/go.mod deleted file mode 100644 index a75f2aae8..000000000 --- a/go/go.mod +++ /dev/null @@ -1,97 +0,0 @@ -module github.com/AssetMantle/schema/go - -go 1.20 - -require ( - github.com/cosmos/cosmos-sdk v0.45.16 - github.com/cosmos/gogoproto v1.4.3 - github.com/gogo/protobuf v1.3.3 - github.com/stretchr/testify v1.8.4 -) - -require ( - github.com/armon/go-metrics v0.4.1 // indirect - github.com/beorn7/perks v1.0.1 // indirect - github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect - github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect - github.com/cespare/xxhash v1.1.0 // indirect - github.com/cespare/xxhash/v2 v2.1.2 // indirect - github.com/confio/ics23/go v0.9.0 // indirect - github.com/cosmos/btcutil v1.0.4 // indirect - github.com/cosmos/gorocksdb v1.2.0 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect - github.com/dgraph-io/badger/v2 v2.2007.4 // indirect - github.com/dgraph-io/ristretto v0.1.0 // indirect - github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect - github.com/dustin/go-humanize v1.0.0 // indirect - github.com/felixge/httpsnoop v1.0.2 // indirect - github.com/fsnotify/fsnotify v1.6.0 // indirect - github.com/go-kit/kit v0.12.0 // indirect - github.com/go-kit/log v0.2.1 // indirect - github.com/go-logfmt/logfmt v0.5.1 // indirect - github.com/golang/glog v1.0.0 // indirect - github.com/golang/protobuf v1.5.3 // indirect - github.com/golang/snappy v0.0.4 // indirect - github.com/google/btree v1.1.2 // indirect - github.com/google/gofuzz v1.2.0 // indirect - github.com/gtank/merlin v0.1.1 // indirect - github.com/hashicorp/go-immutable-radix v1.3.1 // indirect - github.com/hashicorp/go-uuid v1.0.2 // indirect - github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect - github.com/hashicorp/hcl v1.0.0 // indirect - github.com/inconshreveable/mousetrap v1.0.1 // indirect - github.com/jmhodges/levigo v1.0.0 // indirect - github.com/klauspost/compress v1.15.11 // indirect - github.com/libp2p/go-buffer-pool v0.1.0 // indirect - github.com/magiconair/properties v1.8.6 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect - github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect - github.com/mitchellh/mapstructure v1.5.0 // indirect - github.com/onsi/ginkgo v1.16.4 // indirect - github.com/onsi/gomega v1.20.0 // indirect - github.com/pelletier/go-toml v1.9.5 // indirect - github.com/pelletier/go-toml/v2 v2.0.5 // indirect - github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/prometheus/client_golang v1.14.0 // indirect - github.com/prometheus/client_model v0.3.0 // indirect - github.com/prometheus/common v0.37.0 // indirect - github.com/prometheus/procfs v0.8.0 // indirect - github.com/sasha-s/go-deadlock v0.3.1 // indirect - github.com/spf13/afero v1.9.2 // indirect - github.com/spf13/cast v1.5.0 // indirect - github.com/spf13/cobra v1.6.1 // indirect - github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/spf13/viper v1.14.0 // indirect - github.com/subosito/gotenv v1.4.1 // indirect - github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect - github.com/tendermint/go-amino v0.16.0 // indirect - github.com/tendermint/tendermint v0.34.27 // indirect - github.com/tendermint/tm-db v0.6.7 // indirect - go.etcd.io/bbolt v1.3.6 // indirect - golang.org/x/crypto v0.5.0 // indirect - golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/sys v0.5.0 // indirect - golang.org/x/text v0.7.0 // indirect - google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa // indirect - google.golang.org/grpc v1.52.3 // indirect - google.golang.org/protobuf v1.30.0 // indirect - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect - gopkg.in/ini.v1 v1.67.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect -) - -replace ( - github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 - github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2 - github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.8.1 - github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 - github.com/jhump/protoreflect => github.com/jhump/protoreflect v1.9.0 - github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.29 - google.golang.org/grpc => google.golang.org/grpc v1.33.2 -) diff --git a/go/go.sum b/go/go.sum deleted file mode 100644 index c6ee7bf5d..000000000 --- a/go/go.sum +++ /dev/null @@ -1,807 +0,0 @@ -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.75.0/go.mod h1:VGuuCn7PG0dwsd5XPVm2Mm3wlh3EL55/79EKB6hlPTY= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= -cosmossdk.io/api v0.2.6 h1:AoNwaLLapcLsphhMK6+o0kZl+D6MMUaHVqSdwinASGU= -cosmossdk.io/core v0.5.1 h1:vQVtFrIYOQJDV3f7rw4pjjVqc1id4+mE0L9hHP66pyI= -cosmossdk.io/depinject v1.0.0-alpha.3 h1:6evFIgj//Y3w09bqOUOzEpFj5tsxBqdc5CfkO7z+zfw= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU= -github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 h1:/vQbFIOMbk2FiG/kXiLl8BRyzTWDw7gX/Hz7Dd5eDMs= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM= -github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= -github.com/DataDog/zstd v1.5.0 h1:+K/VEwIAaPcHiMtQvpLD4lqW7f0Gk3xdYZmI1hD+CXo= -github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= -github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE= -github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII= -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= -github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= -github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= -github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= -github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 h1:41iFGWnSlI2gVpmOtVTJZNodLdLQLn/KsJqFvXwnd/s= -github.com/btcsuite/btcd v0.20.1-beta h1:Ik4hyJqN8Jfyv3S4AGBOmyouMsYE3EdYODkMbQjwPGw= -github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= -github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U= -github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04= -github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ= -github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 h1:KdUfX2zKommPRa+PD0sWZUyXe9w277ABlgELO7H04IM= -github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc= -github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA= -github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg= -github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg= -github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd/go.mod h1:F+uVaaLLH7j4eDXPRvw78tMflu7Ie2bzYOH4Y8rRKBY= -github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg3lh6TiUghc= -github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= -github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= -github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= -github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= -github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= -github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cockroachdb/errors v1.9.1 h1:yFVvsI0VxmRShfawbt/laCIDy/mtTqqnvoNgiy5bEV8= -github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b h1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE= -github.com/cockroachdb/pebble v0.0.0-20220817183557-09c6e030a677 h1:qbb/AE938DFhOajUYh9+OXELpSF9KZw2ZivtmW6eX1Q= -github.com/cockroachdb/redact v1.1.3 h1:AKZds10rFSIj7qADf0g46UixK8NNLwWTNdCIGS5wfSQ= -github.com/cometbft/cometbft v0.34.29 h1:Q4FqMevP9du2pOgryZJHpDV2eA6jg/kMYxBj9ZTY6VQ= -github.com/cometbft/cometbft v0.34.29/go.mod h1:L9shMfbkZ8B+7JlwANEr+NZbBcn+hBpwdbeYvA5rLCw= -github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4= -github.com/confio/ics23/go v0.9.0/go.mod h1:4LPZ2NYqnYIVRklaozjNR1FScgDJ2s5Xrp+e/mYVRak= -github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= -github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= -github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/cosmos/btcutil v1.0.4 h1:n7C2ngKXo7UC9gNyMNLbzqz7Asuf+7Qv4gnX/rOdQ44= -github.com/cosmos/btcutil v1.0.4/go.mod h1:Ffqc8Hn6TJUdDgHBwIZLtrLQC1KdJ9jGJl/TvgUaxbU= -github.com/cosmos/cosmos-db v0.0.0-20221226095112-f3c38ecb5e32 h1:zlCp9n3uwQieELltZWHRmwPmPaZ8+XoL2Sj+A2YJlr8= -github.com/cosmos/cosmos-proto v1.0.0-beta.1 h1:iDL5qh++NoXxG8hSy93FdYJut4XfgbShIocllGaXx/0= -github.com/cosmos/cosmos-sdk v0.45.16 h1:5ba/Bh5/LE55IwHQuCU4fiG4eXeDKtSWzehXRpaKDcw= -github.com/cosmos/cosmos-sdk v0.45.16/go.mod h1:bScuNwWAP0TZJpUf+SHXRU3xGoUPp+X9nAzfeIXts40= -github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY= -github.com/cosmos/gogoproto v1.4.3 h1:RP3yyVREh9snv/lsOvmsAPQt8f44LgL281X0IOIhhcI= -github.com/cosmos/gogoproto v1.4.3/go.mod h1:0hLIG5TR7IvV1fme1HCFKjfzW9X2x0Mo+RooWXCnOWU= -github.com/cosmos/gorocksdb v1.2.0 h1:d0l3jJG8M4hBouIZq0mDUHZ+zjOx044J3nGRskwTb4Y= -github.com/cosmos/gorocksdb v1.2.0/go.mod h1:aaKvKItm514hKfNJpUJXnnOWeBnk2GL4+Qw9NHizILw= -github.com/cosmos/iavl v0.19.5 h1:rGA3hOrgNxgRM5wYcSCxgQBap7fW82WZgY78V9po/iY= -github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo= -github.com/cosmos/ledger-cosmos-go v0.12.2 h1:/XYaBlE2BJxtvpkHiBm97gFGSGmYGKunKyF3nNqAXZA= -github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= -github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0= -github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0= -github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= -github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc= -github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= -github.com/dgraph-io/badger/v2 v2.2007.4 h1:TRWBQg8UrlUhaFdco01nO2uXwzKS7zd+HVdwV/GHc4o= -github.com/dgraph-io/badger/v2 v2.2007.4/go.mod h1:vSw/ax2qojzbN6eXHIx6KPKtCSHJN/Uz0X0VPruTIhk= -github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E= -github.com/dgraph-io/ristretto v0.1.0 h1:Jv3CGQHp9OjuMBSne1485aDpUkTKEcUqF+jm/LuerPI= -github.com/dgraph-io/ristretto v0.1.0/go.mod h1:fux0lOrBhrVCJd3lcTHsIJhq1T2rokOu6v9Vcb3Q9ug= -github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= -github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y= -github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= -github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= -github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= -github.com/dvsekhvalnov/jose2go v1.5.0 h1:3j8ya4Z4kMCwT5nXIKFSV84YS+HdqSSO0VsTQxaLAeM= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c h1:8ISkoahWXwZR41ois5lSJBSVw4D0OV19Ht/JSTzvSv0= -github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A= -github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 h1:7HZCaLC5+BZpmbhCOZJ293Lz68O7PYrF2EzeiFMwCLk= -github.com/felixge/httpsnoop v1.0.2 h1:+nS9g82KMXccJ/wp0zyRW9ZBHFETmMGtkk+2CTTrW4o= -github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= -github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= -github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= -github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= -github.com/getsentry/sentry-go v0.17.0 h1:UustVWnOoDFHBS7IJUB2QK/nB5pap748ZEp0swnQJak= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.12.0 h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4= -github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs= -github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= -github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= -github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU= -github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= -github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= -github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0= -github.com/gogo/gateway v1.1.0 h1:u0SuhL9+Il+UbjM9VIE3ntfRujKbvVpFvNB4HbjeVQ0= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ= -github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.0/go.mod h1:Qd/q+1AKNOZr9uGQzbzCmRO6sUih6GTPZv6a1/R87v0= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= -github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.1.2 h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU= -github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= -github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= -github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= -github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4= -github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= -github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= -github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw= -github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo= -github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU= -github.com/gtank/merlin v0.1.1 h1:eQ90iG7K9pOhtereWsmyRJ6RAwcP4tHTDBHXNg+u5is= -github.com/gtank/merlin v0.1.1/go.mod h1:T86dnYJhcGOh5BjZFCJWTDeTK7XW8uE+E21Cy/bIQ+s= -github.com/gtank/ristretto255 v0.1.2 h1:JEqUCPA1NvLq5DwYtuzigd7ss8fwbYay9fi4/5uMzcc= -github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= -github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= -github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE= -github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d h1:dg1dEPuWpEqDnvIw251EVy4zlP8gWbsGj4BsUKCRpYs= -github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= -github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= -github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 h1:aSVUgRRRtOrZOC1fYmY9gV0e9z/Iu+xNVSASWjsuyGU= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= -github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc= -github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= -github.com/jmhodges/levigo v1.0.0 h1:q5EC36kV79HWeTBWsod3mG11EgStG3qArTKcvlksN1U= -github.com/jmhodges/levigo v1.0.0/go.mod h1:Q6Qx+uH3RAqyK4rFQroq9RL7mdkABMcfhEI+nNuzMJQ= -github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= -github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23/go.mod h1:J+Gs4SYgM6CZQHDETBtE9HaSEkGmuNXF86RwHhHUvq4= -github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= -github.com/klauspost/compress v1.15.11 h1:Lcadnb3RKGin4FYM/orgq0qde+nc15E5Cbqg4B9Sx9c= -github.com/klauspost/compress v1.15.11/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8= -github.com/libp2p/go-buffer-pool v0.1.0/go.mod h1:N+vh8gMqimBzdKkSMVuydVDq+UV5QTWy5HSiZacSbPg= -github.com/linxGnu/grocksdb v1.7.10 h1:dz7RY7GnFUA+GJO6jodyxgkUeGMEkPp3ikt9hAcNGEw= -github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo= -github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= -github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= -github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= -github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= -github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 h1:QRUSJEgZn2Snx0EmT/QLXibWjSUDjKWvXIT19NBVp94= -github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= -github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= -github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= -github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= -github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.20.0 h1:8W0cWlwFkflGPLltQvLRB7ZVD5HuP6ng320w2IS245Q= -github.com/onsi/gomega v1.20.0/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo= -github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY= -github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= -github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/pelletier/go-toml/v2 v2.0.5 h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwbMiyQg= -github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= -github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ= -github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= -github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= -github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw= -github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= -github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= -github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= -github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= -github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= -github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= -github.com/prometheus/common v0.37.0 h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE= -github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= -github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/prometheus/procfs v0.8.0 h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo= -github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= -github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ= -github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= -github.com/regen-network/cosmos-proto v0.3.1 h1:rV7iM4SSFAagvy8RiyhiACbWEGotmqzywPxOvwMdxcg= -github.com/regen-network/protobuf v1.3.3-alpha.regen.1 h1:OHEc+q5iIAXpqiqFKeLpu5NwTIkVXUs48vFMwzqpqY4= -github.com/regen-network/protobuf v1.3.3-alpha.regen.1/go.mod h1:2DjTFR1HhMQhiWC5sZ4OhQ3+NtdbZ6oBDKQwq5Ou+FI= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= -github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71efZx0= -github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= -github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= -github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.9.2 h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw= -github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= -github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= -github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= -github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= -github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA= -github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY= -github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= -github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= -github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= -github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= -github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= -github.com/spf13/viper v1.14.0 h1:Rg7d3Lo706X9tHsJMUjdiwMpHB7W8WnSVOssIY+JElU= -github.com/spf13/viper v1.14.0/go.mod h1:WT//axPky3FdvXHzGw33dNdXXXfFQqmEalje+egj8As= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/subosito/gotenv v1.4.1 h1:jyEFiXpy21Wm81FBN71l9VoMMV8H8jG+qIK3GCpY6Qs= -github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= -github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= -github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= -github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2lyGa2E= -github.com/tendermint/go-amino v0.16.0/go.mod h1:TQU0M1i/ImAo+tYpZi73AU3V/dKeCoMC9Sphe2ZwGME= -github.com/tendermint/tm-db v0.6.7 h1:fE00Cbl0jayAoqlExN6oyQJ7fR/ZtoVOmvPJ//+shu8= -github.com/tendermint/tm-db v0.6.7/go.mod h1:byQDzFkZV1syXr/ReXS808NxA2xvyuuVgXOJ/088L6I= -github.com/tidwall/btree v1.5.0 h1:iV0yVY/frd7r6qGBXfEYs7DH0gTDgrKTrDjS7xt/IyQ= -github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= -github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= -github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/zondax/hid v0.9.1 h1:gQe66rtmyZ8VeGFcOpbuH3r7erYtNEAezCAYu8LdkJo= -github.com/zondax/ledger-go v0.14.1 h1:Pip65OOl4iJ84WTpA4BKChvOufMhhbxED3BaihoZN4c= -go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU= -go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= -golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.5.0 h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE= -golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/exp v0.0.0-20221205204356-47842c84f3db h1:D/cFflL63o2KSLJIwjlcIt8PR064j/xsmdEJL/YvY/o= -golang.org/x/exp v0.0.0-20221205204356-47842c84f3db/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= -golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU= -golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.5.0 h1:n2a8QNdAb0sZNpU9R1ALUXBbY+w51fCQDN+7EdxNBsY= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200324203455-a04cca1dde73/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa h1:qQPhfbPO23fwm/9lQr91L1u62Zo6cm+zI+slZT+uf+o= -google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= -google.golang.org/grpc v1.33.2 h1:EQyQC3sa8M+p6Ulc8yy9SWSS2GVwyRc83gAbG8lrl4o= -google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= -google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= -gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= -gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= -gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/go/ids/any_id.go b/ids/any_id.go similarity index 100% rename from go/ids/any_id.go rename to ids/any_id.go diff --git a/go/ids/asset_id.go b/ids/asset_id.go similarity index 100% rename from go/ids/asset_id.go rename to ids/asset_id.go diff --git a/go/ids/base/any_id.go b/ids/base/any_id.go similarity index 97% rename from go/ids/base/any_id.go rename to ids/base/any_id.go index 032ac303a..6b21045ec 100644 --- a/go/ids/base/any_id.go +++ b/ids/base/any_id.go @@ -2,8 +2,8 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "strings" ) diff --git a/go/ids/base/any_id.pb.go b/ids/base/any_id.pb.go similarity index 86% rename from go/ids/base/any_id.pb.go rename to ids/base/any_id.pb.go index 855226f7a..16b17bfa9 100644 --- a/go/ids/base/any_id.pb.go +++ b/ids/base/any_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/any_id.proto +// source: AssetMantle/schema/ids/base/any_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -42,7 +42,7 @@ func (m *AnyID) Reset() { *m = AnyID{} } func (m *AnyID) String() string { return proto.CompactTextString(m) } func (*AnyID) ProtoMessage() {} func (*AnyID) Descriptor() ([]byte, []int) { - return fileDescriptor_d8be662da6587db8, []int{0} + return fileDescriptor_719e4d363948bf3d, []int{0} } func (m *AnyID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -213,49 +213,51 @@ func (*AnyID) XXX_OneofWrappers() []interface{} { } func init() { - proto.RegisterType((*AnyID)(nil), "assetmantle.schema.ids.base.AnyID") + proto.RegisterType((*AnyID)(nil), "AssetMantle.schema.ids.base.AnyID") } -func init() { proto.RegisterFile("ids/base/any_id.proto", fileDescriptor_d8be662da6587db8) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/any_id.proto", fileDescriptor_719e4d363948bf3d) +} -var fileDescriptor_d8be662da6587db8 = []byte{ - // 569 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x3f, 0x8f, 0xd3, 0x30, - 0x18, 0xc6, 0x9b, 0xd0, 0xf6, 0x7a, 0xe6, 0x84, 0x50, 0xc4, 0x1f, 0xab, 0x87, 0x72, 0x27, 0xfe, - 0xe8, 0xb8, 0x81, 0x44, 0x82, 0x2d, 0x0b, 0x6a, 0x28, 0xe2, 0x22, 0x54, 0x51, 0xe8, 0x86, 0x8a, - 0x2c, 0x37, 0x0e, 0x8d, 0xa5, 0x26, 0x8e, 0x62, 0x33, 0xdc, 0xc6, 0xc8, 0xc8, 0x47, 0x40, 0x8c, - 0x7c, 0x12, 0xc4, 0x74, 0x23, 0x23, 0x6a, 0x37, 0x3e, 0x00, 0x33, 0xb2, 0x9d, 0x8b, 0x73, 0xa7, - 0x53, 0xd4, 0xed, 0x8d, 0x9f, 0xe7, 0xf9, 0xc9, 0xf6, 0xfb, 0x3a, 0xe0, 0x36, 0x25, 0xdc, 0x5f, - 0x60, 0x9e, 0xf8, 0x38, 0x3f, 0x45, 0x94, 0x78, 0x45, 0xc9, 0x04, 0x73, 0xf6, 0x31, 0xe7, 0x89, - 0xc8, 0x70, 0x2e, 0x56, 0x89, 0xc7, 0xe3, 0x34, 0xc9, 0xb0, 0x47, 0x09, 0xf7, 0xa4, 0x73, 0x78, - 0x6b, 0xc9, 0x96, 0x4c, 0xf9, 0x7c, 0x59, 0xe9, 0xc8, 0xf0, 0xae, 0x21, 0xc9, 0x6c, 0xcd, 0x1a, - 0x1e, 0xd6, 0x42, 0xbc, 0xc2, 0x9c, 0xd3, 0x8f, 0x34, 0xc6, 0x82, 0xb2, 0xdc, 0x38, 0xee, 0xd4, - 0x0e, 0x82, 0x05, 0xbe, 0x6a, 0x3d, 0xc5, 0x3c, 0x35, 0xeb, 0xc3, 0x7a, 0x9d, 0x92, 0x24, 0x17, - 0x54, 0x98, 0x9d, 0x0f, 0xef, 0xd5, 0x5a, 0x86, 0x69, 0x2e, 0x30, 0xcd, 0x93, 0xd2, 0xa8, 0x66, - 0x93, 0xac, 0x24, 0x4d, 0xc1, 0x20, 0x8b, 0x92, 0x15, 0x49, 0xd9, 0x44, 0x9a, 0x10, 0x2f, 0x56, - 0xb4, 0x71, 0x32, 0x68, 0x04, 0x51, 0xd2, 0x7c, 0x59, 0x2b, 0xf7, 0xff, 0xf5, 0x40, 0x6f, 0x94, - 0x9f, 0x46, 0x63, 0x27, 0x04, 0xbb, 0xd5, 0x7d, 0x20, 0x02, 0xad, 0x43, 0xeb, 0xf1, 0xf5, 0xa7, - 0x0f, 0xbd, 0x96, 0xdb, 0xf5, 0x46, 0x52, 0x8b, 0xc6, 0x27, 0x9d, 0x77, 0x3b, 0x58, 0x97, 0xce, - 0x07, 0xe0, 0x5c, 0xbe, 0x3a, 0x44, 0xa0, 0xad, 0x60, 0x4f, 0x5a, 0x61, 0x2f, 0x2e, 0xc4, 0x14, - 0xf5, 0x66, 0x7c, 0x69, 0xcd, 0x79, 0x0e, 0x06, 0xfa, 0xde, 0x11, 0x81, 0xd7, 0x14, 0xf4, 0x41, - 0x2b, 0x74, 0x8c, 0x05, 0x56, 0xa8, 0x3e, 0x51, 0x95, 0x04, 0xe8, 0x06, 0x21, 0x02, 0xbb, 0x5b, - 0x00, 0x4e, 0x30, 0x4f, 0x35, 0x20, 0x55, 0x95, 0xf3, 0x1a, 0xec, 0x99, 0x4e, 0x22, 0x02, 0x7b, - 0x0a, 0x72, 0xd4, 0x0a, 0x89, 0xaa, 0x80, 0x02, 0x01, 0x5a, 0x7f, 0x39, 0x6f, 0xc1, 0x8d, 0x66, - 0xeb, 0x11, 0x81, 0x7d, 0x85, 0x3b, 0x6e, 0xc5, 0x4d, 0xea, 0x88, 0x02, 0xee, 0x65, 0x8d, 0x6f, - 0xd9, 0xc4, 0x6a, 0x5e, 0x10, 0x81, 0x3b, 0x5b, 0x34, 0xf1, 0x8d, 0x74, 0xeb, 0x26, 0x32, 0x5d, - 0xca, 0x33, 0x9a, 0xd1, 0x42, 0x04, 0x0e, 0xb6, 0x38, 0xe3, 0xb4, 0x0a, 0xe8, 0x33, 0x16, 0xf5, - 0x97, 0xdc, 0x50, 0x35, 0x8b, 0x88, 0xc0, 0xdd, 0x2d, 0x36, 0x34, 0x93, 0x6e, 0xbd, 0x21, 0xae, - 0x4b, 0xe7, 0x25, 0x00, 0xe7, 0x63, 0x8b, 0x08, 0x04, 0x0a, 0xf2, 0xa8, 0x1d, 0xa2, 0xec, 0x8a, - 0x32, 0xe0, 0x55, 0x1d, 0x74, 0xbf, 0x7c, 0x3b, 0xe8, 0x84, 0x7d, 0xd0, 0xa5, 0x59, 0xb1, 0x0a, - 0x3f, 0xdb, 0x3f, 0xd7, 0xae, 0x75, 0xb6, 0x76, 0xad, 0x3f, 0x6b, 0xd7, 0xfa, 0xba, 0x71, 0x3b, - 0x67, 0x1b, 0xb7, 0xf3, 0x7b, 0xe3, 0x76, 0xc0, 0x41, 0xcc, 0xb2, 0x36, 0x7c, 0x08, 0xe4, 0x8b, - 0x21, 0x53, 0xf9, 0x80, 0xa6, 0xd6, 0xfb, 0xe3, 0x25, 0x15, 0xe9, 0xa7, 0x85, 0x17, 0xb3, 0xcc, - 0x57, 0x6f, 0x62, 0xa2, 0x52, 0xbe, 0x4e, 0xf9, 0x4b, 0xe6, 0x9f, 0xbf, 0xbe, 0xef, 0x76, 0x77, - 0x34, 0x8b, 0xc2, 0x1f, 0xf6, 0xfe, 0xa8, 0x41, 0x9f, 0x69, 0x7a, 0x44, 0xb8, 0x17, 0x62, 0x9e, - 0xfc, 0xba, 0xa0, 0xce, 0xb5, 0x3a, 0x8f, 0x08, 0x9f, 0x4b, 0x75, 0x6d, 0x1f, 0xb5, 0xa8, 0xf3, - 0x57, 0xd3, 0x70, 0x92, 0x08, 0x2c, 0xc7, 0xfd, 0xaf, 0xed, 0x36, 0x9c, 0x41, 0xa0, 0xad, 0x41, - 0x10, 0x11, 0x1e, 0x04, 0xd2, 0xbc, 0xe8, 0xab, 0x5f, 0xc0, 0xb3, 0xff, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x74, 0x86, 0xfe, 0x25, 0x5b, 0x05, 0x00, 0x00, +var fileDescriptor_719e4d363948bf3d = []byte{ + // 563 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x4f, 0x8b, 0xd3, 0x40, + 0x14, 0xc0, 0x9b, 0xda, 0x76, 0xbb, 0xe3, 0x22, 0x12, 0x3c, 0x84, 0x0a, 0x59, 0xf1, 0xdf, 0xee, + 0x2a, 0x9b, 0x80, 0x7b, 0xcb, 0x45, 0x1a, 0x2b, 0x6e, 0x90, 0x62, 0xb5, 0x37, 0xa9, 0x0c, 0xd3, + 0xbc, 0xd8, 0x0c, 0x34, 0x99, 0x90, 0x19, 0x0f, 0xfb, 0x0d, 0x3c, 0xfa, 0x11, 0xc4, 0xa3, 0x9f, + 0x44, 0x3c, 0xed, 0xd1, 0xa3, 0xb4, 0x37, 0x3f, 0x80, 0x37, 0x41, 0x66, 0x26, 0xdb, 0xa4, 0x7b, + 0x18, 0x7a, 0x7b, 0x93, 0xf7, 0x7b, 0x3f, 0x66, 0xe6, 0xbd, 0x09, 0x3a, 0x1e, 0x72, 0x9e, 0x88, + 0x31, 0xc9, 0xc5, 0x32, 0xf1, 0x79, 0x9c, 0x26, 0x19, 0xf1, 0x29, 0x70, 0x7f, 0x4e, 0x78, 0xe2, + 0x93, 0xfc, 0x02, 0x53, 0xf0, 0x8a, 0x92, 0x09, 0x66, 0xdf, 0x6d, 0x90, 0x9e, 0x26, 0x3d, 0x0a, + 0xdc, 0x93, 0xe4, 0xe0, 0xce, 0x82, 0x2d, 0x98, 0xe2, 0x7c, 0x19, 0xe9, 0x92, 0xc1, 0x13, 0xa3, + 0x5c, 0xe6, 0x36, 0xfa, 0xc1, 0x99, 0x89, 0x8d, 0x97, 0x84, 0x73, 0xfa, 0x91, 0xc6, 0x44, 0x50, + 0x96, 0xd7, 0x45, 0x27, 0xa6, 0x22, 0x20, 0x82, 0xec, 0x88, 0xa6, 0x84, 0xa7, 0x35, 0x7a, 0x6a, + 0x42, 0x29, 0x24, 0xb9, 0xa0, 0xa2, 0xbe, 0x98, 0x81, 0x6f, 0xc2, 0x33, 0x42, 0x73, 0x41, 0x68, + 0x9e, 0x94, 0x75, 0x81, 0xf1, 0x5a, 0x58, 0x09, 0x4d, 0xd6, 0xb8, 0x97, 0xa2, 0x64, 0x45, 0x52, + 0x36, 0xf7, 0x62, 0x54, 0xf3, 0x62, 0x49, 0x1b, 0x37, 0xfe, 0xd4, 0xc8, 0x8a, 0x92, 0xe6, 0x8b, + 0x0d, 0x7c, 0xff, 0x6f, 0x17, 0x75, 0x87, 0xf9, 0x45, 0x34, 0xb2, 0x43, 0xb4, 0x5f, 0xb5, 0x0e, + 0x83, 0x63, 0xdd, 0xb3, 0x8e, 0x6f, 0x3e, 0x7b, 0xe8, 0x19, 0x66, 0x43, 0xe7, 0xa2, 0xd1, 0x79, + 0xeb, 0xdd, 0x1e, 0xd1, 0xa1, 0xfd, 0x01, 0xd9, 0xd7, 0x5b, 0x8a, 0xc1, 0x69, 0x2b, 0xd9, 0xa9, + 0x51, 0xf6, 0x62, 0xab, 0x4c, 0x59, 0x6f, 0xc7, 0xd7, 0xbe, 0xd9, 0xcf, 0x51, 0x5f, 0x37, 0x1f, + 0x83, 0x73, 0x43, 0x49, 0x1f, 0x18, 0xa5, 0x23, 0x22, 0x88, 0x52, 0xf5, 0x40, 0x45, 0x52, 0xa0, + 0x47, 0x02, 0x83, 0xd3, 0xd9, 0x41, 0x70, 0x4e, 0x78, 0xaa, 0x05, 0xa9, 0x8a, 0xec, 0xd7, 0xe8, + 0xa0, 0x1e, 0x14, 0x0c, 0x4e, 0x57, 0x49, 0x8e, 0x8c, 0x92, 0xa8, 0x2a, 0x50, 0x22, 0x44, 0x37, + 0x2b, 0xfb, 0x2d, 0xba, 0xd5, 0x1c, 0x23, 0x0c, 0x4e, 0x4f, 0xe9, 0x4e, 0x8c, 0xba, 0xf1, 0xa6, + 0x44, 0x09, 0x0f, 0xb2, 0xc6, 0x5a, 0x36, 0xb1, 0x1a, 0x34, 0x0c, 0xce, 0xde, 0x0e, 0x4d, 0x7c, + 0x23, 0x69, 0xdd, 0x44, 0xa6, 0x43, 0x79, 0xc6, 0x7a, 0x00, 0x31, 0x38, 0xfd, 0x1d, 0xce, 0x38, + 0xa9, 0x0a, 0xf4, 0x19, 0x8b, 0xcd, 0x4a, 0x6e, 0xa8, 0x1a, 0x4f, 0x0c, 0xce, 0xfe, 0x0e, 0x1b, + 0x9a, 0x4a, 0x5a, 0x6f, 0x88, 0xeb, 0xd0, 0x7e, 0x89, 0xd0, 0xd5, 0xd8, 0x62, 0x70, 0x90, 0x92, + 0x3c, 0x32, 0x4b, 0x14, 0xae, 0x2c, 0x7d, 0x5e, 0xc5, 0x41, 0xe7, 0xf3, 0xd7, 0xc3, 0x56, 0xd8, + 0x43, 0x1d, 0x9a, 0x15, 0xcb, 0xf0, 0x9f, 0xf5, 0x63, 0xe5, 0x5a, 0x97, 0x2b, 0xd7, 0xfa, 0xbd, + 0x72, 0xad, 0x2f, 0x6b, 0xb7, 0x75, 0xb9, 0x76, 0x5b, 0xbf, 0xd6, 0x6e, 0x0b, 0x1d, 0xc6, 0x2c, + 0x33, 0xe9, 0x43, 0x24, 0x5f, 0x0c, 0x4c, 0xe4, 0x03, 0x9a, 0x58, 0xef, 0x1f, 0x2f, 0xa8, 0x48, + 0x3f, 0xcd, 0xbd, 0x98, 0x65, 0xa6, 0x5f, 0xc6, 0xb7, 0x76, 0x67, 0x38, 0x8d, 0xc2, 0xef, 0xed, + 0xad, 0x1f, 0xee, 0x54, 0xab, 0x23, 0xe0, 0x5e, 0x48, 0x78, 0xf2, 0x73, 0x2b, 0x3b, 0xd3, 0xd9, + 0x59, 0x04, 0x7c, 0x26, 0xb3, 0xab, 0xf6, 0x91, 0x21, 0x3b, 0x7b, 0x35, 0x09, 0xc7, 0x89, 0x20, + 0x72, 0xd6, 0xff, 0xb4, 0xdd, 0x06, 0x19, 0x04, 0x1a, 0x0d, 0x82, 0x08, 0x78, 0x10, 0x48, 0x78, + 0xde, 0x53, 0xef, 0xff, 0xec, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x59, 0x59, 0x2b, 0x29, + 0x06, 0x00, 0x00, } func (m *AnyID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/any_id_test.go b/ids/base/any_id_test.go similarity index 98% rename from go/ids/base/any_id_test.go rename to ids/base/any_id_test.go index 8b0af9908..a8eda0ae1 100644 --- a/go/ids/base/any_id_test.go +++ b/ids/base/any_id_test.go @@ -6,9 +6,9 @@ package base import ( "encoding/base64" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/ids/utilities" "reflect" "strings" "testing" diff --git a/go/ids/base/asset_id.go b/ids/base/asset_id.go similarity index 92% rename from go/ids/base/asset_id.go rename to ids/base/asset_id.go index dbd3d6154..94329e5d8 100644 --- a/go/ids/base/asset_id.go +++ b/ids/base/asset_id.go @@ -8,9 +8,9 @@ import ( "fmt" "strings" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/qualified" ) var _ ids.AssetID = (*AssetID)(nil) diff --git a/go/ids/base/asset_id.pb.go b/ids/base/asset_id.pb.go similarity index 75% rename from go/ids/base/asset_id.pb.go rename to ids/base/asset_id.pb.go index b1966505e..0316335b6 100644 --- a/go/ids/base/asset_id.pb.go +++ b/ids/base/asset_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/asset_id.proto +// source: AssetMantle/schema/ids/base/asset_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *AssetID) Reset() { *m = AssetID{} } func (m *AssetID) String() string { return proto.CompactTextString(m) } func (*AssetID) ProtoMessage() {} func (*AssetID) Descriptor() ([]byte, []int) { - return fileDescriptor_b0ca4272c25ece5f, []int{0} + return fileDescriptor_846a3f469f0ba46a, []int{0} } func (m *AssetID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,32 +61,33 @@ func (m *AssetID) XXX_DiscardUnknown() { var xxx_messageInfo_AssetID proto.InternalMessageInfo func init() { - proto.RegisterType((*AssetID)(nil), "assetmantle.schema.ids.base.AssetID") + proto.RegisterType((*AssetID)(nil), "AssetMantle.schema.ids.base.AssetID") } -func init() { proto.RegisterFile("ids/base/asset_id.proto", fileDescriptor_b0ca4272c25ece5f) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/asset_id.proto", fileDescriptor_846a3f469f0ba46a) +} -var fileDescriptor_b0ca4272c25ece5f = []byte{ - // 293 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x2c, 0x2e, 0x4e, 0x2d, 0x89, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, - 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x06, 0xf3, 0x73, 0x13, 0xf3, 0x4a, 0x72, 0x52, 0xf5, 0x8a, 0x93, - 0x33, 0x52, 0x73, 0x13, 0xf5, 0x32, 0x53, 0x8a, 0xf5, 0x40, 0x6a, 0xa5, 0xc4, 0xe0, 0xba, 0x32, - 0x12, 0x8b, 0x33, 0xe0, 0x9a, 0xa4, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x4c, 0x7d, 0x10, 0x0b, - 0x22, 0xaa, 0xe4, 0xc7, 0xc5, 0xee, 0x08, 0x32, 0xcc, 0xd3, 0x45, 0xc8, 0x96, 0x8b, 0x03, 0xa2, - 0x23, 0x3e, 0x45, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x59, 0x0f, 0x8f, 0x45, 0x7a, 0x1e, - 0x89, 0xc5, 0x19, 0x9e, 0x2e, 0x41, 0x6c, 0x19, 0x60, 0xda, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, - 0x53, 0x13, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, - 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, 0xc9, 0x27, 0xe7, - 0xe7, 0xe2, 0x33, 0xd0, 0x89, 0x07, 0xe2, 0x92, 0x94, 0x00, 0x90, 0xcb, 0x02, 0x18, 0xa3, 0x34, - 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0xc1, 0x52, 0xbe, 0x60, 0x7d, - 0xfa, 0x10, 0x7d, 0xfa, 0xe9, 0xf9, 0xfa, 0x30, 0xaf, 0x2e, 0x62, 0x62, 0x71, 0x0c, 0xf6, 0x74, - 0x5a, 0xc5, 0x24, 0xed, 0x88, 0x64, 0x7e, 0x30, 0xc4, 0x7c, 0xcf, 0x94, 0x62, 0x3d, 0xa7, 0xc4, - 0xe2, 0xd4, 0x53, 0x28, 0xb2, 0x31, 0x10, 0xd9, 0x18, 0xcf, 0x94, 0xe2, 0x18, 0x90, 0xec, 0x23, - 0x26, 0x75, 0x3c, 0xb2, 0x31, 0xee, 0x01, 0x4e, 0xbe, 0xa9, 0x25, 0x89, 0x29, 0x89, 0x25, 0x89, - 0xaf, 0x98, 0xe4, 0x90, 0x54, 0x5a, 0x59, 0x41, 0x94, 0x5a, 0x59, 0x79, 0xa6, 0x14, 0x5b, 0x59, - 0x81, 0x14, 0x27, 0xb1, 0x81, 0xc3, 0xd6, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x63, 0xa3, 0x17, - 0x45, 0xc1, 0x01, 0x00, 0x00, +var fileDescriptor_846a3f469f0ba46a = []byte{ + // 287 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x04, 0xc9, 0xc5, 0x67, 0xa6, 0xe8, 0x15, + 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x49, 0x23, 0xa9, 0xd5, 0x83, 0xa8, 0xd5, 0xcb, 0x4c, 0x29, 0xd6, + 0x03, 0xa9, 0x95, 0xd2, 0xc4, 0x67, 0x50, 0x46, 0x62, 0x71, 0x06, 0xdc, 0x1c, 0x29, 0x91, 0xf4, + 0xfc, 0xf4, 0x7c, 0x30, 0x53, 0x1f, 0xc4, 0x82, 0x88, 0x2a, 0xf9, 0x71, 0xb1, 0x83, 0x8d, 0xf0, + 0x74, 0x11, 0xb2, 0xe5, 0xe2, 0x80, 0xe8, 0x88, 0x4f, 0x91, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, + 0x52, 0xd6, 0xc3, 0x63, 0xb7, 0x9e, 0x47, 0x62, 0x71, 0x86, 0xa7, 0x4b, 0x10, 0x5b, 0x06, 0x98, + 0xb6, 0x62, 0xe9, 0x58, 0x20, 0xcf, 0xe0, 0xf4, 0x9f, 0xf1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, + 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, + 0x8f, 0xe5, 0x18, 0xb8, 0xe4, 0x93, 0xf3, 0x73, 0xf1, 0x19, 0xe8, 0xc4, 0x03, 0x71, 0x49, 0x4a, + 0x00, 0xc8, 0x65, 0x01, 0x8c, 0x51, 0x6a, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, + 0xb9, 0xfa, 0x78, 0xfc, 0xb9, 0x88, 0x89, 0xc5, 0x31, 0xd8, 0xd3, 0x69, 0x15, 0x13, 0x4a, 0x48, + 0x05, 0x43, 0x0c, 0xf7, 0x4c, 0x29, 0xd6, 0x73, 0x4a, 0x2c, 0x4e, 0x3d, 0x85, 0x22, 0x1b, 0x03, + 0x91, 0x8d, 0xf1, 0x4c, 0x29, 0x8e, 0x01, 0xc9, 0x3e, 0x62, 0x52, 0xc7, 0x23, 0x1b, 0xe3, 0x1e, + 0xe0, 0xe4, 0x9b, 0x5a, 0x92, 0x98, 0x92, 0x58, 0x92, 0xf8, 0x8a, 0x49, 0x0e, 0x49, 0xa5, 0x95, + 0x15, 0x44, 0xa9, 0x95, 0x95, 0x67, 0x4a, 0xb1, 0x95, 0x15, 0x48, 0x71, 0x12, 0x1b, 0x38, 0x60, + 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x98, 0x3c, 0xfd, 0xf4, 0xe4, 0x01, 0x00, 0x00, } func (m *AssetID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/asset_id_test.go b/ids/base/asset_id_test.go similarity index 97% rename from go/ids/base/asset_id_test.go rename to ids/base/asset_id_test.go index f512f6b83..6ed660a10 100644 --- a/go/ids/base/asset_id_test.go +++ b/ids/base/asset_id_test.go @@ -5,8 +5,8 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" ) diff --git a/go/ids/base/classification_id.go b/ids/base/classification_id.go similarity index 95% rename from go/ids/base/classification_id.go rename to ids/base/classification_id.go index acadfd26e..70ec72f78 100644 --- a/go/ids/base/classification_id.go +++ b/ids/base/classification_id.go @@ -3,9 +3,9 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/qualified" "strings" ) diff --git a/go/ids/base/classification_id.pb.go b/ids/base/classification_id.pb.go similarity index 75% rename from go/ids/base/classification_id.pb.go rename to ids/base/classification_id.pb.go index b6f16afa0..8297099a3 100644 --- a/go/ids/base/classification_id.pb.go +++ b/ids/base/classification_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/classification_id.proto +// source: AssetMantle/schema/ids/base/classification_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *ClassificationID) Reset() { *m = ClassificationID{} } func (m *ClassificationID) String() string { return proto.CompactTextString(m) } func (*ClassificationID) ProtoMessage() {} func (*ClassificationID) Descriptor() ([]byte, []int) { - return fileDescriptor_3e982135f44452ac, []int{0} + return fileDescriptor_ced4cc0f63b95f57, []int{0} } func (m *ClassificationID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,33 +61,34 @@ func (m *ClassificationID) XXX_DiscardUnknown() { var xxx_messageInfo_ClassificationID proto.InternalMessageInfo func init() { - proto.RegisterType((*ClassificationID)(nil), "assetmantle.schema.ids.base.ClassificationID") + proto.RegisterType((*ClassificationID)(nil), "AssetMantle.schema.ids.base.ClassificationID") } -func init() { proto.RegisterFile("ids/base/classification_id.proto", fileDescriptor_3e982135f44452ac) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/classification_id.proto", fileDescriptor_ced4cc0f63b95f57) +} -var fileDescriptor_3e982135f44452ac = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc8, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0xce, 0x49, 0x2c, 0x2e, 0xce, 0x4c, 0xcb, 0x4c, 0x4e, 0x2c, - 0xc9, 0xcc, 0xcf, 0x8b, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, - 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, - 0xd4, 0xcb, 0x4c, 0x29, 0xd6, 0x03, 0x69, 0x92, 0x12, 0x83, 0x6b, 0xcf, 0x48, 0x2c, 0xce, 0x80, - 0x6b, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0x33, 0xf5, 0x41, 0x2c, 0x88, 0xa8, 0x52, 0x38, - 0x97, 0x80, 0x33, 0x8a, 0x2d, 0x9e, 0x2e, 0x42, 0xb6, 0x5c, 0x1c, 0x10, 0xad, 0xf1, 0x29, 0x12, - 0x8c, 0x0a, 0x8c, 0x1a, 0xdc, 0x46, 0xca, 0x7a, 0x78, 0x6c, 0xd4, 0xf3, 0x48, 0x2c, 0xce, 0xf0, - 0x74, 0x09, 0x62, 0xcb, 0x00, 0xd3, 0x56, 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0xba, 0x99, 0x4e, - 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, - 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x3e, 0x39, 0x3f, 0x17, 0x9f, 0x81, - 0x4e, 0xa2, 0x68, 0x4e, 0x4a, 0x09, 0x00, 0xb9, 0x35, 0x80, 0x31, 0x4a, 0x33, 0x3d, 0xb3, 0x24, - 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xdf, 0x11, 0x64, 0x80, 0x2f, 0xd8, 0x00, 0x7d, 0x88, - 0x01, 0xfa, 0xe9, 0xf9, 0xfa, 0x30, 0xcf, 0x2f, 0x62, 0x62, 0x71, 0x0c, 0xf6, 0x74, 0x5a, 0xc5, - 0x24, 0xed, 0x88, 0x64, 0x51, 0x30, 0xc4, 0x22, 0xcf, 0x94, 0x62, 0x3d, 0xa7, 0xc4, 0xe2, 0xd4, - 0x53, 0x28, 0xb2, 0x31, 0x10, 0xd9, 0x18, 0xcf, 0x94, 0xe2, 0x18, 0x90, 0xec, 0x23, 0x26, 0x75, - 0x3c, 0xb2, 0x31, 0xee, 0x01, 0x4e, 0xbe, 0xa9, 0x25, 0x89, 0x29, 0x89, 0x25, 0x89, 0xaf, 0x98, - 0xe4, 0x90, 0x54, 0x5a, 0x59, 0x41, 0x94, 0x5a, 0x59, 0x79, 0xa6, 0x14, 0x5b, 0x59, 0x81, 0x14, - 0x27, 0xb1, 0x81, 0x43, 0xdb, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x69, 0xd0, 0x18, 0x02, 0xdc, - 0x01, 0x00, 0x00, +var fileDescriptor_ced4cc0f63b95f57 = []byte{ + // 299 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x76, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0xce, 0x49, 0x2c, 0x2e, 0xce, 0x4c, 0xcb, + 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x8b, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, + 0x92, 0x46, 0xd2, 0xa4, 0x07, 0xd1, 0xa4, 0x97, 0x99, 0x52, 0xac, 0x07, 0xd2, 0x24, 0xa5, 0x89, + 0xcf, 0xc4, 0x8c, 0xc4, 0xe2, 0x0c, 0xb8, 0x39, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, + 0x3e, 0x88, 0x05, 0x11, 0x55, 0x0a, 0xe7, 0x12, 0x70, 0x46, 0xb1, 0xd8, 0xd3, 0x45, 0xc8, 0x96, + 0x8b, 0x03, 0xa2, 0x35, 0x3e, 0x45, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x59, 0x0f, 0x8f, + 0x23, 0xf4, 0x3c, 0x12, 0x8b, 0x33, 0x3c, 0x5d, 0x82, 0xd8, 0x32, 0xc0, 0xb4, 0x15, 0x4b, 0xc7, + 0x02, 0x79, 0x06, 0xa7, 0x0e, 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, + 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, + 0x92, 0x4f, 0xce, 0xcf, 0xc5, 0x67, 0xa0, 0x93, 0x28, 0x9a, 0x93, 0x52, 0x02, 0x40, 0x6e, 0x0d, + 0x60, 0x8c, 0x52, 0x4b, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xc7, 0xe3, + 0xf3, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x9e, 0x4e, 0xab, 0x98, 0x50, 0xc2, 0x2e, 0x18, 0x62, 0x8b, + 0x67, 0x4a, 0xb1, 0x9e, 0x53, 0x62, 0x71, 0xea, 0x29, 0x14, 0xd9, 0x18, 0x88, 0x6c, 0x8c, 0x67, + 0x4a, 0x71, 0x0c, 0x48, 0xf6, 0x11, 0x93, 0x3a, 0x1e, 0xd9, 0x18, 0xf7, 0x00, 0x27, 0xdf, 0xd4, + 0x92, 0xc4, 0x94, 0xc4, 0x92, 0xc4, 0x57, 0x4c, 0x72, 0x48, 0x2a, 0xad, 0xac, 0x20, 0x4a, 0xad, + 0xac, 0x3c, 0x53, 0x8a, 0xad, 0xac, 0x40, 0x8a, 0x93, 0xd8, 0xc0, 0x41, 0x6d, 0x0c, 0x08, 0x00, + 0x00, 0xff, 0xff, 0x43, 0x89, 0xa0, 0x23, 0xff, 0x01, 0x00, 0x00, } func (m *ClassificationID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/classification_id_test.go b/ids/base/classification_id_test.go similarity index 97% rename from go/ids/base/classification_id_test.go rename to ids/base/classification_id_test.go index 24a85182a..bff4676bb 100644 --- a/go/ids/base/classification_id_test.go +++ b/ids/base/classification_id_test.go @@ -5,8 +5,8 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" ) diff --git a/go/ids/base/codec.go b/ids/base/codec.go similarity index 96% rename from go/ids/base/codec.go rename to ids/base/codec.go index bfc19514b..64120bb6a 100644 --- a/go/ids/base/codec.go +++ b/ids/base/codec.go @@ -6,7 +6,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/ids/base/codec_test.go b/ids/base/codec_test.go similarity index 100% rename from go/ids/base/codec_test.go rename to ids/base/codec_test.go diff --git a/go/ids/base/data_id.go b/ids/base/data_id.go similarity index 93% rename from go/ids/base/data_id.go rename to ids/base/data_id.go index fb47ed3c9..f64ac70bd 100644 --- a/go/ids/base/data_id.go +++ b/ids/base/data_id.go @@ -6,10 +6,10 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - stringUtilities "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + stringUtilities "github.com/AssetMantle/schema/ids/utilities" "strings" ) diff --git a/go/ids/base/data_id.pb.go b/ids/base/data_id.pb.go similarity index 75% rename from go/ids/base/data_id.pb.go rename to ids/base/data_id.pb.go index 9b7d026bc..b06821f7c 100644 --- a/go/ids/base/data_id.pb.go +++ b/ids/base/data_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/data_id.proto +// source: AssetMantle/schema/ids/base/data_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *DataID) Reset() { *m = DataID{} } func (m *DataID) String() string { return proto.CompactTextString(m) } func (*DataID) ProtoMessage() {} func (*DataID) Descriptor() ([]byte, []int) { - return fileDescriptor_28389aada03d39ec, []int{0} + return fileDescriptor_da43ee044e51c5c8, []int{0} } func (m *DataID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,34 +62,36 @@ func (m *DataID) XXX_DiscardUnknown() { var xxx_messageInfo_DataID proto.InternalMessageInfo func init() { - proto.RegisterType((*DataID)(nil), "assetmantle.schema.ids.base.DataID") + proto.RegisterType((*DataID)(nil), "AssetMantle.schema.ids.base.DataID") } -func init() { proto.RegisterFile("ids/base/data_id.proto", fileDescriptor_28389aada03d39ec) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/data_id.proto", fileDescriptor_da43ee044e51c5c8) +} -var fileDescriptor_28389aada03d39ec = []byte{ - // 334 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x31, 0x4b, 0xc3, 0x40, - 0x18, 0x86, 0x73, 0xa1, 0x94, 0x92, 0x6e, 0x45, 0xa4, 0xb4, 0x70, 0x15, 0x45, 0xd4, 0xe5, 0x0e, - 0x74, 0x3b, 0x10, 0x69, 0x08, 0xe8, 0x0d, 0x85, 0x62, 0x37, 0x09, 0x84, 0x6b, 0xef, 0x48, 0x02, - 0xa6, 0x57, 0xfa, 0x9d, 0x83, 0xa3, 0x9b, 0x93, 0xf8, 0x13, 0xc4, 0xd1, 0x5f, 0x22, 0x4e, 0x1d, - 0x1d, 0x25, 0xdd, 0xfc, 0x15, 0x72, 0x17, 0xac, 0x75, 0xc9, 0x94, 0x90, 0xf7, 0x7d, 0x9e, 0xdc, - 0x77, 0x5f, 0xb0, 0x9b, 0x4b, 0xa0, 0x53, 0x01, 0x8a, 0x4a, 0x61, 0x44, 0x92, 0x4b, 0xb2, 0x58, - 0x6a, 0xa3, 0x3b, 0x7d, 0x01, 0xa0, 0x4c, 0x21, 0xe6, 0xe6, 0x56, 0x11, 0x98, 0x65, 0xaa, 0x10, - 0x24, 0x97, 0x40, 0x6c, 0xb5, 0xb7, 0x93, 0xea, 0x54, 0xbb, 0x1e, 0xb5, 0x6f, 0x15, 0xd2, 0xfb, - 0x53, 0x65, 0x02, 0xb2, 0x8d, 0xaa, 0xd7, 0xdd, 0x7c, 0x07, 0xb3, 0xcc, 0xe7, 0xe9, 0x26, 0xd9, - 0x7f, 0x42, 0x41, 0x33, 0x12, 0x46, 0xf0, 0xa8, 0x73, 0x11, 0xb4, 0xcc, 0xfd, 0x42, 0x25, 0x79, - 0x22, 0xbb, 0x68, 0x0f, 0x1d, 0xb7, 0x4f, 0x0f, 0x49, 0xcd, 0x11, 0xc8, 0xc4, 0xa9, 0x78, 0x74, - 0xdd, 0xb4, 0x18, 0x8f, 0x3a, 0xe7, 0x41, 0xab, 0xfa, 0x6d, 0x22, 0xbb, 0xbe, 0x13, 0x1c, 0xd4, - 0x0a, 0xae, 0x04, 0x64, 0x16, 0xcf, 0xdc, 0x93, 0x35, 0x1e, 0x5f, 0x06, 0x5e, 0xf8, 0xe0, 0xbf, - 0x97, 0x18, 0xad, 0x4a, 0x8c, 0xbe, 0x4a, 0x8c, 0x9e, 0xd7, 0xd8, 0x5b, 0xad, 0xb1, 0xf7, 0xb9, - 0xc6, 0x5e, 0x30, 0x98, 0xe9, 0xa2, 0x4e, 0x18, 0xb6, 0xdd, 0x24, 0x72, 0x6c, 0x27, 0x1b, 0xa3, - 0x9b, 0x93, 0x34, 0x37, 0xd9, 0xdd, 0x94, 0xcc, 0x74, 0x41, 0x87, 0x16, 0x1b, 0x39, 0x8c, 0x56, - 0x18, 0x4d, 0x35, 0xfd, 0xbd, 0x96, 0x57, 0xbf, 0x31, 0x9c, 0xf0, 0xf0, 0xcd, 0xef, 0x0f, 0xb7, - 0xf4, 0x93, 0x4a, 0xcf, 0x25, 0x90, 0x50, 0x80, 0xfa, 0xf8, 0x97, 0xc6, 0x55, 0x1a, 0x73, 0x09, - 0xb1, 0x4d, 0x4b, 0xff, 0xa8, 0x26, 0x8d, 0x2f, 0xc7, 0xe1, 0x48, 0x19, 0x61, 0x37, 0xfc, 0xed, - 0xe3, 0xad, 0x26, 0x63, 0x55, 0x95, 0x31, 0x2e, 0x81, 0x31, 0x5b, 0x9e, 0x36, 0xdd, 0x6e, 0xce, - 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0x79, 0xe2, 0xcc, 0x75, 0x1a, 0x02, 0x00, 0x00, +var fileDescriptor_da43ee044e51c5c8 = []byte{ + // 330 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x74, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0x49, 0x2c, 0x49, 0x8c, 0xcf, 0x4c, 0xd1, + 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0x52, 0xaa, 0x07, 0x51, 0xaa, 0x97, 0x99, 0x52, + 0xac, 0x07, 0x52, 0x2a, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa7, 0x0f, 0x62, 0x41, 0xb4, + 0x48, 0xe1, 0x35, 0x3d, 0x23, 0xb1, 0x38, 0x03, 0x6e, 0xba, 0x94, 0x36, 0x3e, 0xa5, 0xc5, 0x25, + 0x45, 0x99, 0x79, 0xe9, 0x70, 0xc5, 0x4a, 0x7d, 0x8c, 0x5c, 0x6c, 0x2e, 0x89, 0x25, 0x89, 0x9e, + 0x2e, 0x42, 0xf6, 0x5c, 0x1c, 0x25, 0x95, 0x05, 0xa9, 0xf1, 0x99, 0xf1, 0x29, 0x12, 0x8c, 0x0a, + 0x8c, 0x1a, 0xdc, 0x46, 0xaa, 0x7a, 0x78, 0x1c, 0xaa, 0x17, 0x0c, 0x36, 0xca, 0xd3, 0x25, 0x88, + 0x0d, 0xa4, 0xcd, 0xd3, 0x45, 0xc8, 0x96, 0x8b, 0x03, 0xe2, 0x92, 0xf8, 0x14, 0x09, 0x26, 0xb0, + 0x01, 0xca, 0x78, 0x0d, 0xf0, 0x48, 0x2c, 0xce, 0x00, 0x69, 0xcf, 0x00, 0xd3, 0x56, 0x2c, 0x1d, + 0x0b, 0xe4, 0x19, 0x9c, 0xfe, 0x31, 0x9e, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, + 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, + 0x97, 0x7c, 0x72, 0x7e, 0x2e, 0x3e, 0x03, 0x9d, 0xb8, 0xc1, 0x3e, 0x49, 0x09, 0x00, 0xf9, 0x2c, + 0x80, 0x31, 0x4a, 0x2d, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x4f, + 0x98, 0x2c, 0x62, 0x62, 0x71, 0x0c, 0xf6, 0x74, 0x5a, 0xc5, 0x84, 0x12, 0x2d, 0xc1, 0x10, 0xb3, + 0x3d, 0x53, 0x8a, 0xf5, 0x9c, 0x12, 0x8b, 0x53, 0x4f, 0xa1, 0xc8, 0xc6, 0x40, 0x64, 0x63, 0x3c, + 0x53, 0x8a, 0x63, 0x40, 0xb2, 0x8f, 0x98, 0xd4, 0xf1, 0xc8, 0xc6, 0xb8, 0x07, 0x38, 0xf9, 0xa6, + 0x96, 0x24, 0x82, 0x12, 0xc1, 0x2b, 0x26, 0x39, 0x24, 0x95, 0x56, 0x56, 0x10, 0xa5, 0x56, 0x56, + 0x9e, 0x29, 0xc5, 0x56, 0x56, 0x20, 0xc5, 0x49, 0x6c, 0xe0, 0x88, 0x31, 0x06, 0x04, 0x00, 0x00, + 0xff, 0xff, 0x1d, 0x32, 0x80, 0x5f, 0x50, 0x02, 0x00, 0x00, } func (m *DataID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/data_id_test.go b/ids/base/data_id_test.go similarity index 96% rename from go/ids/base/data_id_test.go rename to ids/base/data_id_test.go index e808fddca..2ce1f379a 100644 --- a/go/ids/base/data_id_test.go +++ b/ids/base/data_id_test.go @@ -5,9 +5,9 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/ids/utilities" "reflect" "strings" "testing" diff --git a/go/ids/base/hash_id.go b/ids/base/hash_id.go similarity index 96% rename from go/ids/base/hash_id.go rename to ids/base/hash_id.go index e29d4b5b8..af0725c05 100644 --- a/go/ids/base/hash_id.go +++ b/ids/base/hash_id.go @@ -5,8 +5,8 @@ import ( "crypto/sha256" "encoding/base64" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "sort" "strings" ) diff --git a/go/ids/base/hash_id.pb.go b/ids/base/hash_id.pb.go similarity index 75% rename from go/ids/base/hash_id.pb.go rename to ids/base/hash_id.pb.go index 293fdf1a6..777cd4183 100644 --- a/go/ids/base/hash_id.pb.go +++ b/ids/base/hash_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/hash_id.proto +// source: AssetMantle/schema/ids/base/hash_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *HashID) Reset() { *m = HashID{} } func (m *HashID) String() string { return proto.CompactTextString(m) } func (*HashID) ProtoMessage() {} func (*HashID) Descriptor() ([]byte, []int) { - return fileDescriptor_6241413c9a775af3, []int{0} + return fileDescriptor_54ed07b896e78094, []int{0} } func (m *HashID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,31 +61,33 @@ func (m *HashID) XXX_DiscardUnknown() { var xxx_messageInfo_HashID proto.InternalMessageInfo func init() { - proto.RegisterType((*HashID)(nil), "assetmantle.schema.ids.base.HashID") + proto.RegisterType((*HashID)(nil), "AssetMantle.schema.ids.base.HashID") } -func init() { proto.RegisterFile("ids/base/hash_id.proto", fileDescriptor_6241413c9a775af3) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/hash_id.proto", fileDescriptor_54ed07b896e78094) +} -var fileDescriptor_6241413c9a775af3 = []byte{ - // 283 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x48, 0x2c, 0xce, 0x88, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, - 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, - 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcb, 0x4c, 0x29, 0xd6, 0x03, 0x29, 0x95, 0x12, 0x49, - 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd3, 0x07, 0xb1, 0x20, 0x5a, 0x94, 0xb4, 0xb8, 0xd8, 0x3c, 0x12, - 0x8b, 0x33, 0x3c, 0x5d, 0x84, 0xa4, 0xb8, 0x38, 0x33, 0xe3, 0x53, 0xe2, 0x93, 0x2a, 0x4b, 0x52, - 0x8b, 0x25, 0x18, 0x15, 0x18, 0x35, 0x78, 0x82, 0xd8, 0x33, 0x5d, 0x9c, 0x40, 0x5c, 0x2b, 0x96, - 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0x8d, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, - 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, - 0xc0, 0x25, 0x9f, 0x9c, 0x9f, 0xab, 0x87, 0xc7, 0x76, 0x27, 0x6e, 0xb0, 0x2d, 0x29, 0x01, 0x20, - 0x4b, 0x03, 0x18, 0xa3, 0x34, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, - 0x1d, 0x41, 0xda, 0x7c, 0xc1, 0xda, 0xf4, 0x21, 0xda, 0xf4, 0xd3, 0xf3, 0xf5, 0x61, 0x5e, 0x5c, - 0xc4, 0xc4, 0xe2, 0x18, 0xec, 0xe9, 0xb4, 0x8a, 0x49, 0xda, 0x11, 0xc9, 0xf8, 0x60, 0x88, 0xf1, - 0x9e, 0x29, 0xc5, 0x7a, 0x4e, 0x89, 0xc5, 0xa9, 0xa7, 0x50, 0x64, 0x63, 0x20, 0xb2, 0x31, 0x9e, - 0x29, 0xc5, 0x31, 0x20, 0xd9, 0x47, 0x4c, 0xea, 0x78, 0x64, 0x63, 0xdc, 0x03, 0x9c, 0x7c, 0x53, - 0x4b, 0x12, 0x53, 0x12, 0x4b, 0x12, 0x5f, 0x31, 0xc9, 0x21, 0xa9, 0xb4, 0xb2, 0x82, 0x28, 0xb5, - 0xb2, 0xf2, 0x4c, 0x29, 0xb6, 0xb2, 0x02, 0x29, 0x4e, 0x62, 0x03, 0x07, 0x9b, 0x31, 0x20, 0x00, - 0x00, 0xff, 0xff, 0xda, 0xa0, 0x0a, 0x20, 0x83, 0x01, 0x00, 0x00, +var fileDescriptor_54ed07b896e78094 = []byte{ + // 275 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x74, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x48, 0x2c, 0xce, 0x88, 0xcf, 0x4c, 0xd1, + 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0x52, 0xaa, 0x07, 0x51, 0xaa, 0x97, 0x99, 0x52, + 0xac, 0x07, 0x52, 0x2a, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa7, 0x0f, 0x62, 0x41, 0xb4, + 0x28, 0x69, 0x71, 0xb1, 0x79, 0x24, 0x16, 0x67, 0x78, 0xba, 0x08, 0x49, 0x71, 0x71, 0x66, 0xc6, + 0xa7, 0xc4, 0x27, 0x55, 0x96, 0xa4, 0x16, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0xf0, 0x04, 0xb1, 0x67, + 0xba, 0x38, 0x81, 0xb8, 0x56, 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0xfe, 0x31, 0x9e, 0x78, 0x24, + 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, + 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, 0x97, 0x7c, 0x72, 0x7e, 0xae, 0x1e, 0x1e, 0xdb, 0x9d, + 0xb8, 0xc1, 0xb6, 0xa4, 0x04, 0x80, 0x2c, 0x0d, 0x60, 0x8c, 0x52, 0x4b, 0xcf, 0x2c, 0xc9, 0x28, + 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xc7, 0xe3, 0xbf, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x9e, 0x4e, + 0xab, 0x98, 0x50, 0x7c, 0x16, 0x0c, 0x31, 0xdb, 0x33, 0xa5, 0x58, 0xcf, 0x29, 0xb1, 0x38, 0xf5, + 0x14, 0x8a, 0x6c, 0x0c, 0x44, 0x36, 0xc6, 0x33, 0xa5, 0x38, 0x06, 0x24, 0xfb, 0x88, 0x49, 0x1d, + 0x8f, 0x6c, 0x8c, 0x7b, 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, 0x2b, 0x26, + 0x39, 0x24, 0x95, 0x56, 0x56, 0x10, 0xa5, 0x56, 0x56, 0x9e, 0x29, 0xc5, 0x56, 0x56, 0x20, 0xc5, + 0x49, 0x6c, 0xe0, 0x30, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x04, 0x44, 0xf2, 0x93, + 0x01, 0x00, 0x00, } func (m *HashID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/hash_id_test.go b/ids/base/hash_id_test.go similarity index 96% rename from go/ids/base/hash_id_test.go rename to ids/base/hash_id_test.go index ccedb0816..a358b83cd 100644 --- a/go/ids/base/hash_id_test.go +++ b/ids/base/hash_id_test.go @@ -4,11 +4,11 @@ package base import ( - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/ids" ) func Test_HashIDFromString(t *testing.T) { diff --git a/go/ids/base/identity_id.go b/ids/base/identity_id.go similarity index 92% rename from go/ids/base/identity_id.go rename to ids/base/identity_id.go index 1a6943f8e..3b1803ee6 100644 --- a/go/ids/base/identity_id.go +++ b/ids/base/identity_id.go @@ -3,9 +3,9 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/qualified" "strings" ) diff --git a/go/ids/base/identity_id.pb.go b/ids/base/identity_id.pb.go similarity index 75% rename from go/ids/base/identity_id.pb.go rename to ids/base/identity_id.pb.go index 34530f888..f4467cc4e 100644 --- a/go/ids/base/identity_id.pb.go +++ b/ids/base/identity_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/identity_id.proto +// source: AssetMantle/schema/ids/base/identity_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *IdentityID) Reset() { *m = IdentityID{} } func (m *IdentityID) String() string { return proto.CompactTextString(m) } func (*IdentityID) ProtoMessage() {} func (*IdentityID) Descriptor() ([]byte, []int) { - return fileDescriptor_bb35088b38476058, []int{0} + return fileDescriptor_524ba4a4099ffde1, []int{0} } func (m *IdentityID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,32 +61,34 @@ func (m *IdentityID) XXX_DiscardUnknown() { var xxx_messageInfo_IdentityID proto.InternalMessageInfo func init() { - proto.RegisterType((*IdentityID)(nil), "assetmantle.schema.ids.base.IdentityID") + proto.RegisterType((*IdentityID)(nil), "AssetMantle.schema.ids.base.IdentityID") } -func init() { proto.RegisterFile("ids/base/identity_id.proto", fileDescriptor_bb35088b38476058) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/identity_id.proto", fileDescriptor_524ba4a4099ffde1) +} -var fileDescriptor_bb35088b38476058 = []byte{ - // 301 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4c, 0x49, 0xcd, 0x2b, 0xc9, 0x2c, 0xa9, 0x8c, 0xcf, 0x4c, - 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, - 0x2b, 0xc9, 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcb, 0x4c, 0x29, 0xd6, 0x03, - 0x29, 0x97, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd3, 0x07, 0xb1, 0x20, 0x5a, 0xa4, 0xc4, - 0xe0, 0xc6, 0x65, 0x24, 0x16, 0x67, 0xc0, 0x8d, 0x52, 0x0a, 0xe4, 0xe2, 0xf2, 0x84, 0x9a, 0xef, - 0xe9, 0x22, 0x64, 0xcb, 0xc5, 0x01, 0x91, 0x8e, 0x4f, 0x91, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, - 0x52, 0xd6, 0xc3, 0x63, 0x97, 0x9e, 0x47, 0x62, 0x71, 0x86, 0xa7, 0x4b, 0x10, 0x5b, 0x06, 0x98, - 0xb6, 0x62, 0xe9, 0x58, 0x20, 0xcf, 0xe0, 0xd4, 0xca, 0x74, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, - 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, - 0xc7, 0x72, 0x0c, 0x5c, 0xf2, 0xc9, 0xf9, 0xb9, 0xf8, 0x0c, 0x74, 0xe2, 0x87, 0x3b, 0x26, 0x25, - 0x00, 0xe4, 0xbe, 0x00, 0xc6, 0x28, 0xcd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, - 0x5c, 0x7d, 0x47, 0x90, 0x56, 0x5f, 0xb0, 0x56, 0x7d, 0x88, 0x56, 0xfd, 0xf4, 0x7c, 0x7d, 0x98, - 0xd7, 0x16, 0x31, 0xb1, 0x38, 0x06, 0x7b, 0x3a, 0xad, 0x62, 0x92, 0x76, 0x44, 0xb2, 0x22, 0x18, - 0x62, 0x85, 0x67, 0x4a, 0xb1, 0x9e, 0x53, 0x62, 0x71, 0xea, 0x29, 0x14, 0xd9, 0x18, 0x88, 0x6c, - 0x8c, 0x67, 0x4a, 0x71, 0x0c, 0x48, 0xf6, 0x11, 0x93, 0x3a, 0x1e, 0xd9, 0x18, 0xf7, 0x00, 0x27, - 0xdf, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, 0xc4, 0x57, 0x4c, 0x72, 0x48, 0x2a, 0xad, 0xac, 0x20, - 0x4a, 0xad, 0xac, 0x3c, 0x53, 0x8a, 0xad, 0xac, 0x40, 0x8a, 0x93, 0xd8, 0xc0, 0x21, 0x6c, 0x0c, - 0x08, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x2b, 0xd5, 0xad, 0xca, 0x01, 0x00, 0x00, +var fileDescriptor_524ba4a4099ffde1 = []byte{ + // 293 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x75, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4c, 0x49, 0xcd, 0x2b, 0xc9, 0x2c, 0xa9, + 0x8c, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0x52, 0xae, 0x07, 0x51, + 0xae, 0x97, 0x99, 0x52, 0xac, 0x07, 0x52, 0x2e, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa7, + 0x0f, 0x62, 0x41, 0xb4, 0x48, 0x69, 0xe2, 0xb3, 0x21, 0x23, 0xb1, 0x38, 0x03, 0x6e, 0xba, 0x52, + 0x20, 0x17, 0x97, 0x27, 0xd4, 0x4a, 0x4f, 0x17, 0x21, 0x5b, 0x2e, 0x0e, 0x88, 0x74, 0x7c, 0x8a, + 0x04, 0xa3, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0xb2, 0x1e, 0x1e, 0xeb, 0xf5, 0x3c, 0x12, 0x8b, 0x33, + 0x3c, 0x5d, 0x82, 0xd8, 0x32, 0xc0, 0xb4, 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0x26, 0xa6, + 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, + 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, 0x92, 0x4f, 0xce, 0xcf, 0xc5, 0x67, + 0xa0, 0x13, 0x3f, 0xdc, 0x31, 0x29, 0x01, 0x20, 0xf7, 0x05, 0x30, 0x46, 0xa9, 0xa5, 0x67, 0x96, + 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xe3, 0xf1, 0xd7, 0x22, 0x26, 0x16, 0xc7, 0x60, + 0x4f, 0xa7, 0x55, 0x4c, 0x28, 0xe1, 0x15, 0x0c, 0x31, 0xdf, 0x33, 0xa5, 0x58, 0xcf, 0x29, 0xb1, + 0x38, 0xf5, 0x14, 0x8a, 0x6c, 0x0c, 0x44, 0x36, 0xc6, 0x33, 0xa5, 0x38, 0x06, 0x24, 0xfb, 0x88, + 0x49, 0x1d, 0x8f, 0x6c, 0x8c, 0x7b, 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, + 0x2b, 0x26, 0x39, 0x24, 0x95, 0x56, 0x56, 0x10, 0xa5, 0x56, 0x56, 0x9e, 0x29, 0xc5, 0x56, 0x56, + 0x20, 0xc5, 0x49, 0x6c, 0xe0, 0xe0, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x9c, 0xb9, + 0x13, 0xed, 0x01, 0x00, 0x00, } func (m *IdentityID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/identity_id_test.go b/ids/base/identity_id_test.go similarity index 97% rename from go/ids/base/identity_id_test.go rename to ids/base/identity_id_test.go index 6636d0dfb..c143f09ce 100644 --- a/go/ids/base/identity_id_test.go +++ b/ids/base/identity_id_test.go @@ -5,8 +5,8 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" ) diff --git a/go/ids/base/maintainer_id.go b/ids/base/maintainer_id.go similarity index 92% rename from go/ids/base/maintainer_id.go rename to ids/base/maintainer_id.go index 31fd728b4..d7d3e9570 100644 --- a/go/ids/base/maintainer_id.go +++ b/ids/base/maintainer_id.go @@ -3,9 +3,9 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/qualified" "strings" ) diff --git a/go/ids/base/maintainer_id.pb.go b/ids/base/maintainer_id.pb.go similarity index 75% rename from go/ids/base/maintainer_id.pb.go rename to ids/base/maintainer_id.pb.go index cec8b710b..c2ac5e0d5 100644 --- a/go/ids/base/maintainer_id.pb.go +++ b/ids/base/maintainer_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/maintainer_id.proto +// source: AssetMantle/schema/ids/base/maintainer_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *MaintainerID) Reset() { *m = MaintainerID{} } func (m *MaintainerID) String() string { return proto.CompactTextString(m) } func (*MaintainerID) ProtoMessage() {} func (*MaintainerID) Descriptor() ([]byte, []int) { - return fileDescriptor_7d4e3c58529d4739, []int{0} + return fileDescriptor_8db64ec5695c7b44, []int{0} } func (m *MaintainerID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,32 +61,34 @@ func (m *MaintainerID) XXX_DiscardUnknown() { var xxx_messageInfo_MaintainerID proto.InternalMessageInfo func init() { - proto.RegisterType((*MaintainerID)(nil), "assetmantle.schema.ids.base.MaintainerID") + proto.RegisterType((*MaintainerID)(nil), "AssetMantle.schema.ids.base.MaintainerID") } -func init() { proto.RegisterFile("ids/base/maintainer_id.proto", fileDescriptor_7d4e3c58529d4739) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/maintainer_id.proto", fileDescriptor_8db64ec5695c7b44) +} -var fileDescriptor_7d4e3c58529d4739 = []byte{ - // 303 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xc9, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4d, 0xcc, 0xcc, 0x2b, 0x49, 0xcc, 0xcc, 0x4b, 0x2d, 0x8a, - 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, - 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcb, 0x4c, 0x29, - 0xd6, 0x03, 0x69, 0x90, 0x12, 0x83, 0x6b, 0xcd, 0x48, 0x2c, 0xce, 0x80, 0x6b, 0x92, 0x12, 0x49, - 0xcf, 0x4f, 0xcf, 0x07, 0x33, 0xf5, 0x41, 0x2c, 0x88, 0xa8, 0x52, 0x30, 0x17, 0x8f, 0x2f, 0xdc, - 0x06, 0x4f, 0x17, 0x21, 0x5b, 0x2e, 0x0e, 0x88, 0xb6, 0xf8, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, - 0x6e, 0x23, 0x65, 0x3d, 0x3c, 0xb6, 0xe9, 0x79, 0x24, 0x16, 0x67, 0x78, 0xba, 0x04, 0xb1, 0x65, - 0x80, 0x69, 0x2b, 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0xed, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, - 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, - 0xdc, 0x78, 0x2c, 0xc7, 0xc0, 0x25, 0x9f, 0x9c, 0x9f, 0x8b, 0xcf, 0x40, 0x27, 0x41, 0x24, 0xe7, - 0xa4, 0x04, 0x80, 0xdc, 0x18, 0xc0, 0x18, 0xa5, 0x99, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, - 0x9c, 0x9f, 0xab, 0xef, 0x08, 0xd2, 0xec, 0x0b, 0xd6, 0xac, 0x0f, 0xd1, 0xac, 0x9f, 0x9e, 0xaf, - 0x0f, 0xf3, 0xf4, 0x22, 0x26, 0x16, 0xc7, 0x60, 0x4f, 0xa7, 0x55, 0x4c, 0xd2, 0x8e, 0x48, 0x96, - 0x04, 0x43, 0x2c, 0xf1, 0x4c, 0x29, 0xd6, 0x73, 0x4a, 0x2c, 0x4e, 0x3d, 0x85, 0x22, 0x1b, 0x03, - 0x91, 0x8d, 0xf1, 0x4c, 0x29, 0x8e, 0x01, 0xc9, 0x3e, 0x62, 0x52, 0xc7, 0x23, 0x1b, 0xe3, 0x1e, - 0xe0, 0xe4, 0x9b, 0x5a, 0x92, 0x98, 0x92, 0x58, 0x92, 0xf8, 0x8a, 0x49, 0x0e, 0x49, 0xa5, 0x95, - 0x15, 0x44, 0xa9, 0x95, 0x95, 0x67, 0x4a, 0xb1, 0x95, 0x15, 0x48, 0x71, 0x12, 0x1b, 0x38, 0x94, - 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa9, 0xe5, 0x49, 0xad, 0xd0, 0x01, 0x00, 0x00, +var fileDescriptor_8db64ec5695c7b44 = []byte{ + // 294 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x77, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4d, 0xcc, 0xcc, 0x2b, 0x49, 0xcc, 0xcc, + 0x4b, 0x2d, 0x8a, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0xd2, 0xa0, + 0x07, 0xd1, 0xa0, 0x97, 0x99, 0x52, 0xac, 0x07, 0xd2, 0x20, 0xa5, 0x89, 0xcf, 0xb4, 0x8c, 0xc4, + 0xe2, 0x0c, 0xb8, 0x39, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, 0x3e, 0x88, 0x05, 0x11, + 0x55, 0x0a, 0xe6, 0xe2, 0xf1, 0x85, 0x5b, 0xea, 0xe9, 0x22, 0x64, 0xcb, 0xc5, 0x01, 0xd1, 0x16, + 0x9f, 0x22, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x6d, 0xa4, 0xac, 0x87, 0xc7, 0x01, 0x7a, 0x1e, 0x89, + 0xc5, 0x19, 0x9e, 0x2e, 0x41, 0x6c, 0x19, 0x60, 0xda, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, + 0x0b, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, + 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, 0xc9, 0x27, 0xe7, 0xe7, + 0xe2, 0x33, 0xd0, 0x49, 0x10, 0xc9, 0x39, 0x29, 0x01, 0x20, 0x37, 0x06, 0x30, 0x46, 0xa9, 0xa5, + 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xe2, 0x0b, 0xbf, 0x45, 0x4c, 0x2c, 0x8e, + 0xc1, 0x9e, 0x4e, 0xab, 0x98, 0x50, 0xc2, 0x2c, 0x18, 0x62, 0x83, 0x67, 0x4a, 0xb1, 0x9e, 0x53, + 0x62, 0x71, 0xea, 0x29, 0x14, 0xd9, 0x18, 0x88, 0x6c, 0x8c, 0x67, 0x4a, 0x71, 0x0c, 0x48, 0xf6, + 0x11, 0x93, 0x3a, 0x1e, 0xd9, 0x18, 0xf7, 0x00, 0x27, 0xdf, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, + 0xc4, 0x57, 0x4c, 0x72, 0x48, 0x2a, 0xad, 0xac, 0x20, 0x4a, 0xad, 0xac, 0x3c, 0x53, 0x8a, 0xad, + 0xac, 0x40, 0x8a, 0x93, 0xd8, 0xc0, 0x41, 0x6c, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x48, 0x36, + 0x72, 0x25, 0xf3, 0x01, 0x00, 0x00, } func (m *MaintainerID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/maintainer_id_test.go b/ids/base/maintainer_id_test.go similarity index 97% rename from go/ids/base/maintainer_id_test.go rename to ids/base/maintainer_id_test.go index 4f6252914..a06411411 100644 --- a/go/ids/base/maintainer_id_test.go +++ b/ids/base/maintainer_id_test.go @@ -5,8 +5,8 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" ) diff --git a/go/ids/base/order_id.go b/ids/base/order_id.go similarity index 91% rename from go/ids/base/order_id.go rename to ids/base/order_id.go index 9e76e04ee..b637ae4fc 100644 --- a/go/ids/base/order_id.go +++ b/ids/base/order_id.go @@ -3,9 +3,9 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/qualified" "strings" ) diff --git a/go/ids/base/order_id.pb.go b/ids/base/order_id.pb.go similarity index 75% rename from go/ids/base/order_id.pb.go rename to ids/base/order_id.pb.go index 91a67aac7..691d7fdc9 100644 --- a/go/ids/base/order_id.pb.go +++ b/ids/base/order_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/order_id.proto +// source: AssetMantle/schema/ids/base/order_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *OrderID) Reset() { *m = OrderID{} } func (m *OrderID) String() string { return proto.CompactTextString(m) } func (*OrderID) ProtoMessage() {} func (*OrderID) Descriptor() ([]byte, []int) { - return fileDescriptor_8320e3936250525c, []int{0} + return fileDescriptor_d5c1ee87fbd2b68c, []int{0} } func (m *OrderID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,32 +61,34 @@ func (m *OrderID) XXX_DiscardUnknown() { var xxx_messageInfo_OrderID proto.InternalMessageInfo func init() { - proto.RegisterType((*OrderID)(nil), "assetmantle.schema.ids.base.OrderID") + proto.RegisterType((*OrderID)(nil), "AssetMantle.schema.ids.base.OrderID") } -func init() { proto.RegisterFile("ids/base/order_id.proto", fileDescriptor_8320e3936250525c) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/order_id.proto", fileDescriptor_d5c1ee87fbd2b68c) +} -var fileDescriptor_8320e3936250525c = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x2f, 0x4a, 0x49, 0x2d, 0x8a, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, - 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, - 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcb, 0x4c, 0x29, 0xd6, 0x03, 0xa9, 0x95, 0x12, - 0x83, 0xeb, 0xca, 0x48, 0x2c, 0xce, 0x80, 0x6b, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0x33, - 0xf5, 0x41, 0x2c, 0x88, 0xa8, 0x92, 0x1f, 0x17, 0xbb, 0x3f, 0xc8, 0x70, 0x4f, 0x17, 0x21, 0x5b, - 0x2e, 0x0e, 0x88, 0x8e, 0xf8, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x65, 0x3d, 0x3c, - 0x16, 0xe9, 0x79, 0x24, 0x16, 0x67, 0x78, 0xba, 0x04, 0xb1, 0x65, 0x80, 0x69, 0x2b, 0x96, 0x8e, - 0x05, 0xf2, 0x0c, 0x4e, 0x4d, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, - 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0xc0, - 0x25, 0x9f, 0x9c, 0x9f, 0x8b, 0xcf, 0x40, 0x27, 0x1e, 0x88, 0x4b, 0x52, 0x02, 0x40, 0x2e, 0x0b, - 0x60, 0x8c, 0xd2, 0x4c, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x77, 0x04, - 0xe9, 0xf3, 0x05, 0xeb, 0xd3, 0x87, 0xe8, 0xd3, 0x4f, 0xcf, 0xd7, 0x87, 0x79, 0x75, 0x11, 0x13, - 0x8b, 0x63, 0xb0, 0xa7, 0xd3, 0x2a, 0x26, 0x69, 0x47, 0x24, 0xf3, 0x83, 0x21, 0xe6, 0x7b, 0xa6, - 0x14, 0xeb, 0x39, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8d, 0x81, 0xc8, 0xc6, 0x78, 0xa6, 0x14, - 0xc7, 0x80, 0x64, 0x1f, 0x31, 0xa9, 0xe3, 0x91, 0x8d, 0x71, 0x0f, 0x70, 0xf2, 0x4d, 0x2d, 0x49, - 0x4c, 0x49, 0x2c, 0x49, 0x7c, 0xc5, 0x24, 0x87, 0xa4, 0xd2, 0xca, 0x0a, 0xa2, 0xd4, 0xca, 0xca, - 0x33, 0xa5, 0xd8, 0xca, 0x0a, 0xa4, 0x38, 0x89, 0x0d, 0x1c, 0xb6, 0xc6, 0x80, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x63, 0xbf, 0xa2, 0xbf, 0xc1, 0x01, 0x00, 0x00, +var fileDescriptor_d5c1ee87fbd2b68c = []byte{ + // 290 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x2f, 0x4a, 0x49, 0x2d, 0x8a, 0xcf, 0x4c, + 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0x52, 0xab, 0x07, 0x51, 0xab, 0x97, 0x99, + 0x52, 0xac, 0x07, 0x52, 0x2b, 0xa5, 0x89, 0xcf, 0xa0, 0x8c, 0xc4, 0xe2, 0x0c, 0xb8, 0x39, 0x52, + 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, 0x3e, 0x88, 0x05, 0x11, 0x55, 0xf2, 0xe3, 0x62, 0xf7, + 0x07, 0xd9, 0xe7, 0xe9, 0x22, 0x64, 0xcb, 0xc5, 0x01, 0xd1, 0x11, 0x9f, 0x22, 0xc1, 0xa8, 0xc0, + 0xa8, 0xc1, 0x6d, 0xa4, 0xac, 0x87, 0xc7, 0x6e, 0x3d, 0x8f, 0xc4, 0xe2, 0x0c, 0x4f, 0x97, 0x20, + 0xb6, 0x0c, 0x30, 0x6d, 0xc5, 0xd2, 0xb1, 0x40, 0x9e, 0xc1, 0xe9, 0x3f, 0xe3, 0x89, 0x47, 0x72, + 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, + 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, 0xc9, 0x27, 0xe7, 0xe7, 0xe2, 0x33, 0xd0, 0x89, 0x07, + 0xe2, 0x92, 0x94, 0x00, 0x90, 0xcb, 0x02, 0x18, 0xa3, 0xd4, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, + 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0xf1, 0xf8, 0x73, 0x11, 0x13, 0x8b, 0x63, 0xb0, 0xa7, 0xd3, 0x2a, + 0x26, 0x94, 0x90, 0x0a, 0x86, 0x18, 0xee, 0x99, 0x52, 0xac, 0xe7, 0x94, 0x58, 0x9c, 0x7a, 0x0a, + 0x45, 0x36, 0x06, 0x22, 0x1b, 0xe3, 0x99, 0x52, 0x1c, 0x03, 0x92, 0x7d, 0xc4, 0xa4, 0x8e, 0x47, + 0x36, 0xc6, 0x3d, 0xc0, 0xc9, 0x37, 0xb5, 0x24, 0x31, 0x25, 0xb1, 0x24, 0xf1, 0x15, 0x93, 0x1c, + 0x92, 0x4a, 0x2b, 0x2b, 0x88, 0x52, 0x2b, 0x2b, 0xcf, 0x94, 0x62, 0x2b, 0x2b, 0x90, 0xe2, 0x24, + 0x36, 0x70, 0xc0, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc2, 0x93, 0xde, 0x3d, 0xe4, 0x01, + 0x00, 0x00, } func (m *OrderID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/order_id_test.go b/ids/base/order_id_test.go similarity index 97% rename from go/ids/base/order_id_test.go rename to ids/base/order_id_test.go index 1ea738fd7..a95eb5fa8 100644 --- a/go/ids/base/order_id_test.go +++ b/ids/base/order_id_test.go @@ -5,8 +5,8 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" ) diff --git a/go/ids/base/property_id.go b/ids/base/property_id.go similarity index 94% rename from go/ids/base/property_id.go rename to ids/base/property_id.go index 9eb20c6fe..1cb6c0833 100644 --- a/go/ids/base/property_id.go +++ b/ids/base/property_id.go @@ -6,9 +6,9 @@ package base import ( "bytes" "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - stringUtilities "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + stringUtilities "github.com/AssetMantle/schema/ids/utilities" "strings" ) diff --git a/go/ids/base/property_id.pb.go b/ids/base/property_id.pb.go similarity index 77% rename from go/ids/base/property_id.pb.go rename to ids/base/property_id.pb.go index 9daf31f74..0f8654663 100644 --- a/go/ids/base/property_id.pb.go +++ b/ids/base/property_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/property_id.proto +// source: AssetMantle/schema/ids/base/property_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *PropertyID) Reset() { *m = PropertyID{} } func (m *PropertyID) String() string { return proto.CompactTextString(m) } func (*PropertyID) ProtoMessage() {} func (*PropertyID) Descriptor() ([]byte, []int) { - return fileDescriptor_06ba70a7d0ce7006, []int{0} + return fileDescriptor_a44ff2d33c0b6ae8, []int{0} } func (m *PropertyID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,34 +62,35 @@ func (m *PropertyID) XXX_DiscardUnknown() { var xxx_messageInfo_PropertyID proto.InternalMessageInfo func init() { - proto.RegisterType((*PropertyID)(nil), "assetmantle.schema.ids.base.PropertyID") + proto.RegisterType((*PropertyID)(nil), "AssetMantle.schema.ids.base.PropertyID") } -func init() { proto.RegisterFile("ids/base/property_id.proto", fileDescriptor_06ba70a7d0ce7006) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/property_id.proto", fileDescriptor_a44ff2d33c0b6ae8) +} -var fileDescriptor_06ba70a7d0ce7006 = []byte{ - // 325 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xa9, 0x8c, 0xcf, 0x4c, - 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, - 0x2b, 0xc9, 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcb, 0x4c, 0x29, 0xd6, 0x03, - 0x29, 0x97, 0x92, 0x80, 0x6b, 0x2c, 0x2e, 0x29, 0xca, 0xcc, 0x4b, 0x87, 0x6b, 0x93, 0x12, 0x49, - 0xcf, 0x4f, 0xcf, 0x07, 0x33, 0xf5, 0x41, 0x2c, 0x88, 0xa8, 0xd2, 0x24, 0x46, 0x2e, 0xae, 0x00, - 0xa8, 0x15, 0x9e, 0x2e, 0x42, 0xb6, 0x5c, 0xec, 0xd9, 0xa9, 0x95, 0xf1, 0x99, 0xf1, 0x29, 0x12, - 0x8c, 0x0a, 0x8c, 0x1a, 0xdc, 0x46, 0xaa, 0x7a, 0x78, 0x6c, 0xd3, 0x0b, 0x06, 0xdb, 0xe1, 0xe9, - 0x12, 0xc4, 0x9a, 0x9d, 0x0a, 0xd2, 0x6e, 0xcf, 0xc5, 0x51, 0x52, 0x59, 0x90, 0x0a, 0xd6, 0xcf, - 0x44, 0x8a, 0x7e, 0x36, 0x90, 0x36, 0x4f, 0x17, 0x2b, 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0xad, - 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, - 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0xc0, 0x25, 0x9f, 0x9c, 0x9f, 0x8b, - 0xcf, 0x48, 0x27, 0x7e, 0xb8, 0x6f, 0x52, 0x02, 0x40, 0x3e, 0x0c, 0x60, 0x8c, 0xd2, 0x4c, 0xcf, - 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x77, 0x04, 0x69, 0xf5, 0x05, 0x6b, 0xd5, - 0x87, 0x68, 0xd5, 0x4f, 0xcf, 0xd7, 0x87, 0x05, 0xda, 0x22, 0x26, 0x16, 0xc7, 0x60, 0x4f, 0xa7, - 0x55, 0x4c, 0xd2, 0x8e, 0x48, 0x56, 0x04, 0x43, 0xac, 0xf0, 0x4c, 0x29, 0xd6, 0x73, 0x4a, 0x2c, - 0x4e, 0x3d, 0x85, 0x22, 0x1b, 0x03, 0x91, 0x8d, 0xf1, 0x4c, 0x29, 0x8e, 0x01, 0xc9, 0x3e, 0x62, - 0x52, 0xc7, 0x23, 0x1b, 0xe3, 0x1e, 0xe0, 0xe4, 0x9b, 0x5a, 0x92, 0x98, 0x92, 0x58, 0x92, 0xf8, - 0x8a, 0x49, 0x0e, 0x49, 0xa5, 0x95, 0x15, 0x44, 0xa9, 0x95, 0x95, 0x67, 0x4a, 0xb1, 0x95, 0x15, - 0x48, 0x71, 0x12, 0x1b, 0x38, 0x8e, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf4, 0xe6, 0x7b, - 0x6a, 0x0e, 0x02, 0x00, 0x00, +var fileDescriptor_a44ff2d33c0b6ae8 = []byte{ + // 317 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x75, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xa9, + 0x8c, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0x52, 0xae, 0x07, 0x51, + 0xae, 0x97, 0x99, 0x52, 0xac, 0x07, 0x52, 0x2e, 0xa5, 0x8d, 0xcf, 0xac, 0xe2, 0x92, 0xa2, 0xcc, + 0xbc, 0x74, 0xb8, 0x49, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, 0x3e, 0x88, 0x05, 0x11, + 0x55, 0x9a, 0xc4, 0xc8, 0xc5, 0x15, 0x00, 0xb5, 0xd5, 0xd3, 0x45, 0xc8, 0x96, 0x8b, 0x3d, 0x3b, + 0xb5, 0x32, 0x3e, 0x33, 0x3e, 0x45, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x55, 0x0f, 0x8f, + 0x03, 0xf4, 0x82, 0xc1, 0x76, 0x78, 0xba, 0x04, 0xb1, 0x66, 0xa7, 0x82, 0xb4, 0xdb, 0x73, 0x71, + 0x94, 0x54, 0x16, 0xa4, 0x82, 0xf5, 0x33, 0x91, 0xa2, 0x9f, 0x0d, 0xa4, 0xcd, 0xd3, 0xc5, 0x8a, + 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, 0x13, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, + 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, + 0x31, 0x70, 0xc9, 0x27, 0xe7, 0xe7, 0xe2, 0x33, 0xd2, 0x89, 0x1f, 0xee, 0x9b, 0x94, 0x00, 0x90, + 0x0f, 0x03, 0x18, 0xa3, 0xd4, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, + 0xf1, 0x84, 0xd8, 0x22, 0x26, 0x16, 0xc7, 0x60, 0x4f, 0xa7, 0x55, 0x4c, 0x28, 0x61, 0x1e, 0x0c, + 0x31, 0xdf, 0x33, 0xa5, 0x58, 0xcf, 0x29, 0xb1, 0x38, 0xf5, 0x14, 0x8a, 0x6c, 0x0c, 0x44, 0x36, + 0xc6, 0x33, 0xa5, 0x38, 0x06, 0x24, 0xfb, 0x88, 0x49, 0x1d, 0x8f, 0x6c, 0x8c, 0x7b, 0x80, 0x93, + 0x6f, 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, 0x2b, 0x26, 0x39, 0x24, 0x95, 0x56, 0x56, 0x10, + 0xa5, 0x56, 0x56, 0x9e, 0x29, 0xc5, 0x56, 0x56, 0x20, 0xc5, 0x49, 0x6c, 0xe0, 0x08, 0x32, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0x20, 0x71, 0x2e, 0xf6, 0x31, 0x02, 0x00, 0x00, } func (m *PropertyID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/property_id_test.go b/ids/base/property_id_test.go similarity index 96% rename from go/ids/base/property_id_test.go rename to ids/base/property_id_test.go index 6cd7bd8a3..c7c1f233c 100644 --- a/go/ids/base/property_id_test.go +++ b/ids/base/property_id_test.go @@ -5,9 +5,9 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/ids/utilities" "reflect" "strings" "testing" diff --git a/go/ids/base/split_id.go b/ids/base/split_id.go similarity index 95% rename from go/ids/base/split_id.go rename to ids/base/split_id.go index 7c5e27728..8625cd772 100644 --- a/go/ids/base/split_id.go +++ b/ids/base/split_id.go @@ -5,9 +5,9 @@ import ( "fmt" "strings" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - stringUtilities "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + stringUtilities "github.com/AssetMantle/schema/ids/utilities" ) var _ ids.SplitID = (*SplitID)(nil) diff --git a/go/ids/base/split_id.pb.go b/ids/base/split_id.pb.go similarity index 76% rename from go/ids/base/split_id.pb.go rename to ids/base/split_id.pb.go index ed76f920b..6bc7564bc 100644 --- a/go/ids/base/split_id.pb.go +++ b/ids/base/split_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/split_id.proto +// source: AssetMantle/schema/ids/base/split_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *SplitID) Reset() { *m = SplitID{} } func (m *SplitID) String() string { return proto.CompactTextString(m) } func (*SplitID) ProtoMessage() {} func (*SplitID) Descriptor() ([]byte, []int) { - return fileDescriptor_1253af3276df6cff, []int{0} + return fileDescriptor_20a5adec49055f1d, []int{0} } func (m *SplitID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,34 +62,36 @@ func (m *SplitID) XXX_DiscardUnknown() { var xxx_messageInfo_SplitID proto.InternalMessageInfo func init() { - proto.RegisterType((*SplitID)(nil), "assetmantle.schema.ids.base.SplitID") + proto.RegisterType((*SplitID)(nil), "AssetMantle.schema.ids.base.SplitID") } -func init() { proto.RegisterFile("ids/base/split_id.proto", fileDescriptor_1253af3276df6cff) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/split_id.proto", fileDescriptor_20a5adec49055f1d) +} -var fileDescriptor_1253af3276df6cff = []byte{ - // 333 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x31, 0x4b, 0x33, 0x31, - 0x18, 0xc7, 0x2f, 0x47, 0x79, 0x4b, 0xef, 0x75, 0x2a, 0x82, 0x72, 0x85, 0x54, 0x44, 0xa8, 0x2e, - 0x09, 0xe8, 0x96, 0xc9, 0x9e, 0x05, 0xc9, 0x50, 0x28, 0x76, 0x93, 0x83, 0x92, 0x36, 0xe1, 0x1a, - 0xe8, 0x35, 0xa5, 0x89, 0x88, 0xab, 0x93, 0xa3, 0x93, 0xb3, 0x38, 0xfa, 0x49, 0xc4, 0xa9, 0xa3, - 0xa3, 0x5c, 0x37, 0x3f, 0x85, 0x24, 0xa9, 0x67, 0x5d, 0x6e, 0x7b, 0xe0, 0xf7, 0xff, 0xff, 0xee, - 0x79, 0x2e, 0xd1, 0x9e, 0xe4, 0x1a, 0x8f, 0x99, 0x16, 0x58, 0x2f, 0x66, 0xd2, 0x8c, 0x24, 0x47, - 0x8b, 0xa5, 0x32, 0xaa, 0xd9, 0x62, 0x5a, 0x0b, 0x93, 0xb3, 0xb9, 0x99, 0x09, 0xa4, 0x27, 0x53, - 0x91, 0x33, 0x24, 0xb9, 0x46, 0x36, 0x1b, 0xef, 0x66, 0x2a, 0x53, 0x2e, 0x87, 0xed, 0xe4, 0x2b, - 0xf1, 0xaf, 0xcb, 0x75, 0x4b, 0x57, 0x1c, 0x97, 0x40, 0x72, 0x31, 0x37, 0xd2, 0xdc, 0x95, 0xec, - 0xf0, 0x09, 0x44, 0xf5, 0xa1, 0xfd, 0x34, 0xed, 0x35, 0xcf, 0xa3, 0xc6, 0xa6, 0x39, 0xe2, 0xfb, - 0xe0, 0x00, 0x1c, 0xff, 0x3f, 0x3d, 0x42, 0x15, 0x7b, 0xa0, 0xae, 0x65, 0xb4, 0x77, 0x55, 0x67, - 0x7e, 0x68, 0x5e, 0x44, 0x0d, 0x75, 0x3b, 0x17, 0x4b, 0x67, 0x08, 0x9d, 0xa1, 0x53, 0x69, 0xa0, - 0x9b, 0x85, 0xac, 0xc4, 0x35, 0x69, 0x8f, 0xd4, 0x1e, 0x9e, 0xdb, 0x41, 0x72, 0x1f, 0xbe, 0x15, - 0x10, 0xac, 0x0a, 0x08, 0x3e, 0x0b, 0x08, 0x1e, 0xd7, 0x30, 0x58, 0xad, 0x61, 0xf0, 0xb1, 0x86, - 0x41, 0xd4, 0x9e, 0xa8, 0xbc, 0xca, 0x9a, 0xec, 0xf8, 0x8b, 0xf8, 0xc0, 0x9e, 0x38, 0x00, 0xd7, - 0x27, 0x99, 0x34, 0xd3, 0x9b, 0x31, 0x9a, 0xa8, 0x1c, 0xbb, 0x9d, 0xfb, 0xae, 0x87, 0x7d, 0x0f, - 0x67, 0x0a, 0xff, 0xfc, 0xa1, 0x97, 0xb0, 0xd6, 0x1d, 0xd2, 0xe4, 0x35, 0x6c, 0x75, 0xb7, 0xfc, - 0x43, 0xef, 0xa7, 0x5c, 0xa3, 0x84, 0x69, 0xf1, 0xfe, 0x87, 0xa6, 0x9e, 0xa6, 0x94, 0xeb, 0xd4, - 0xd2, 0x22, 0xec, 0x54, 0xd0, 0xf4, 0x72, 0x90, 0xf4, 0x85, 0x61, 0x9c, 0x19, 0xf6, 0x15, 0xc2, - 0xad, 0x24, 0x21, 0x3e, 0x4a, 0x08, 0xe5, 0x9a, 0x10, 0x1b, 0x1e, 0xff, 0x73, 0x8f, 0x74, 0xf6, - 0x1d, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x44, 0x16, 0x78, 0x27, 0x02, 0x00, 0x00, +var fileDescriptor_20a5adec49055f1d = []byte{ + // 325 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x31, 0x4b, 0x03, 0x31, + 0x18, 0x86, 0x2f, 0x47, 0xb1, 0xf4, 0x74, 0x2a, 0x0e, 0x52, 0x21, 0x15, 0x11, 0x2b, 0x82, 0x09, + 0xe8, 0x96, 0xc9, 0x9e, 0x05, 0xc9, 0x50, 0x28, 0x76, 0x93, 0x83, 0x92, 0x36, 0xe1, 0x1a, 0xe8, + 0x5d, 0x4a, 0x13, 0x11, 0xff, 0x81, 0xa3, 0x93, 0xb3, 0x38, 0xfa, 0x4b, 0xc4, 0xa9, 0xa3, 0xa3, + 0xdc, 0x6d, 0xfe, 0x09, 0x25, 0x97, 0x52, 0xda, 0x25, 0x5b, 0xe0, 0x7d, 0xbe, 0x87, 0xf7, 0xcb, + 0x17, 0x9d, 0x77, 0xb5, 0x16, 0xa6, 0xcf, 0x72, 0x33, 0x13, 0x58, 0x4f, 0xa6, 0x22, 0x63, 0x58, + 0x72, 0x8d, 0xc7, 0x4c, 0x0b, 0xac, 0xe7, 0x33, 0x69, 0x46, 0x92, 0xa3, 0xf9, 0x42, 0x19, 0xd5, + 0x3c, 0xdc, 0x60, 0x91, 0x63, 0x91, 0xe4, 0x1a, 0x59, 0xb6, 0xb5, 0x9f, 0xaa, 0x54, 0x55, 0x1c, + 0xb6, 0x2f, 0x37, 0xd2, 0xf2, 0xea, 0x99, 0xcd, 0xd6, 0xfa, 0xd6, 0x85, 0x8f, 0x95, 0x5c, 0xe4, + 0x46, 0x9a, 0xa7, 0x35, 0x7e, 0xfc, 0x0a, 0xa2, 0xfa, 0xd0, 0x16, 0xa4, 0xbd, 0xe6, 0x75, 0xd4, + 0x58, 0xc9, 0x46, 0xfc, 0x00, 0x1c, 0x81, 0xb3, 0xdd, 0xcb, 0x13, 0xe4, 0x69, 0xeb, 0x32, 0xda, + 0xbb, 0xab, 0x33, 0xf7, 0x68, 0xde, 0x44, 0x0d, 0xf5, 0x98, 0x8b, 0x45, 0x65, 0x08, 0x2b, 0x43, + 0xc7, 0x6b, 0xa0, 0xab, 0x42, 0x56, 0x52, 0x4d, 0xd2, 0x1e, 0xa9, 0x3d, 0xbf, 0xb5, 0x83, 0xf8, + 0x0f, 0x7c, 0x16, 0x10, 0x2c, 0x0b, 0x08, 0x7e, 0x0a, 0x08, 0x5e, 0x4a, 0x18, 0x2c, 0x4b, 0x18, + 0x7c, 0x97, 0x30, 0x88, 0xda, 0x13, 0x95, 0xf9, 0xac, 0xf1, 0x9e, 0xdb, 0x88, 0x0f, 0xec, 0x8a, + 0x03, 0x70, 0x7f, 0x9a, 0x4a, 0x33, 0x7d, 0x18, 0xa3, 0x89, 0xca, 0xb0, 0xe7, 0x7b, 0xde, 0xc3, + 0x5a, 0x77, 0x48, 0xe3, 0x8f, 0x70, 0xeb, 0x44, 0x43, 0x27, 0xa7, 0x5c, 0xa3, 0x98, 0x69, 0xf1, + 0xb5, 0x95, 0x26, 0x2e, 0x4d, 0x28, 0xd7, 0x89, 0x4d, 0x8b, 0xb0, 0xe3, 0x49, 0x93, 0xdb, 0x41, + 0xdc, 0x17, 0x86, 0x71, 0x66, 0xd8, 0x6f, 0x08, 0x37, 0x48, 0x42, 0x1c, 0x4a, 0x08, 0xe5, 0x9a, + 0x10, 0x0b, 0x8f, 0x77, 0xaa, 0x0b, 0x5d, 0xfd, 0x07, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x15, 0x34, + 0x57, 0x5d, 0x02, 0x00, 0x00, } func (m *SplitID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/split_id_test.go b/ids/base/split_id_test.go similarity index 96% rename from go/ids/base/split_id_test.go rename to ids/base/split_id_test.go index a181acffd..d0827b350 100644 --- a/go/ids/base/split_id_test.go +++ b/ids/base/split_id_test.go @@ -5,9 +5,9 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/ids/utilities" "reflect" "strings" "testing" diff --git a/go/ids/base/string_id.go b/ids/base/string_id.go similarity index 93% rename from go/ids/base/string_id.go rename to ids/base/string_id.go index 9db49b825..49cc55b76 100644 --- a/go/ids/base/string_id.go +++ b/ids/base/string_id.go @@ -5,9 +5,9 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" - "github.com/AssetMantle/schema/go/ids/utilities" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" + "github.com/AssetMantle/schema/ids/utilities" "strings" ) diff --git a/go/ids/base/string_id.pb.go b/ids/base/string_id.pb.go similarity index 76% rename from go/ids/base/string_id.pb.go rename to ids/base/string_id.pb.go index 2c0912c1f..8d7684e5b 100644 --- a/go/ids/base/string_id.pb.go +++ b/ids/base/string_id.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ids/base/string_id.proto +// source: AssetMantle/schema/ids/base/string_id.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *StringID) Reset() { *m = StringID{} } func (m *StringID) String() string { return proto.CompactTextString(m) } func (*StringID) ProtoMessage() {} func (*StringID) Descriptor() ([]byte, []int) { - return fileDescriptor_12b6d40ef8933e6b, []int{0} + return fileDescriptor_bd02df4b24c0ed25, []int{0} } func (m *StringID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,31 +61,32 @@ func (m *StringID) XXX_DiscardUnknown() { var xxx_messageInfo_StringID proto.InternalMessageInfo func init() { - proto.RegisterType((*StringID)(nil), "assetmantle.schema.ids.base.StringID") + proto.RegisterType((*StringID)(nil), "AssetMantle.schema.ids.base.StringID") } -func init() { proto.RegisterFile("ids/base/string_id.proto", fileDescriptor_12b6d40ef8933e6b) } +func init() { + proto.RegisterFile("AssetMantle/schema/ids/base/string_id.proto", fileDescriptor_bd02df4b24c0ed25) +} -var fileDescriptor_12b6d40ef8933e6b = []byte{ - // 281 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xc8, 0x4c, 0x29, 0xd6, - 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0x29, 0xca, 0xcc, 0x4b, 0x8f, 0xcf, 0x4c, 0xd1, 0x2b, - 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4e, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, - 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcb, 0x4c, 0x29, 0xd6, 0x03, 0x29, 0x96, - 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd3, 0x07, 0xb1, 0x20, 0x5a, 0x94, 0xf4, 0xb8, 0x38, - 0x82, 0xc1, 0xa6, 0x78, 0xba, 0x08, 0xc9, 0x70, 0x71, 0x65, 0xc6, 0xa7, 0xc4, 0x43, 0x4c, 0x95, - 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0xe2, 0xc8, 0x74, 0x81, 0xc8, 0x5b, 0xb1, 0x74, 0x2c, 0x90, - 0x67, 0x70, 0x6a, 0x66, 0x3a, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, - 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x06, 0x2e, 0xf9, - 0xe4, 0xfc, 0x5c, 0x3d, 0x3c, 0x2e, 0x70, 0xe2, 0x85, 0xda, 0x94, 0x12, 0x00, 0xb2, 0x3a, 0x80, - 0x31, 0x4a, 0x33, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xdf, 0x11, 0xa4, - 0xd1, 0x17, 0xac, 0x51, 0x1f, 0xa2, 0x51, 0x3f, 0x3d, 0x5f, 0x1f, 0xe6, 0xd5, 0x45, 0x4c, 0x2c, - 0x8e, 0xc1, 0x9e, 0x4e, 0xab, 0x98, 0xa4, 0x1d, 0x91, 0x2c, 0x08, 0x86, 0x58, 0xe0, 0x99, 0x52, - 0xac, 0xe7, 0x94, 0x58, 0x9c, 0x7a, 0x0a, 0x45, 0x36, 0x06, 0x22, 0x1b, 0xe3, 0x99, 0x52, 0x1c, - 0x03, 0x92, 0x7d, 0xc4, 0xa4, 0x8e, 0x47, 0x36, 0xc6, 0x3d, 0xc0, 0xc9, 0x37, 0xb5, 0x24, 0x31, - 0x25, 0xb1, 0x24, 0xf1, 0x15, 0x93, 0x1c, 0x92, 0x4a, 0x2b, 0x2b, 0x88, 0x52, 0x2b, 0x2b, 0xcf, - 0x94, 0x62, 0x2b, 0x2b, 0x90, 0xe2, 0x24, 0x36, 0x70, 0xe0, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, - 0xff, 0x1f, 0xfd, 0x62, 0xbe, 0x8b, 0x01, 0x00, 0x00, +var fileDescriptor_bd02df4b24c0ed25 = []byte{ + // 272 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x76, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0x4c, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0x29, 0xca, 0xcc, 0x4b, 0x8f, 0xcf, + 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x46, 0x52, 0xac, 0x07, 0x51, 0xac, 0x97, + 0x99, 0x52, 0xac, 0x07, 0x52, 0x2c, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa7, 0x0f, 0x62, + 0x41, 0xb4, 0x28, 0xe9, 0x71, 0x71, 0x04, 0x83, 0x4d, 0xf1, 0x74, 0x11, 0x92, 0xe1, 0xe2, 0xca, + 0x8c, 0x4f, 0x89, 0x87, 0x98, 0x2a, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0xc4, 0x91, 0xe9, 0x02, + 0x91, 0xb7, 0x62, 0xe9, 0x58, 0x20, 0xcf, 0xe0, 0xd4, 0xc0, 0x74, 0xe2, 0x91, 0x1c, 0xe3, 0x85, + 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, + 0x8d, 0xc7, 0x72, 0x0c, 0x5c, 0xf2, 0xc9, 0xf9, 0xb9, 0x7a, 0x78, 0x5c, 0xe0, 0xc4, 0x0b, 0xb5, + 0x29, 0x25, 0x00, 0x64, 0x75, 0x00, 0x63, 0x94, 0x5a, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, + 0x72, 0x7e, 0xae, 0x3e, 0x1e, 0x7f, 0x2e, 0x62, 0x62, 0x71, 0x0c, 0xf6, 0x74, 0x5a, 0xc5, 0x84, + 0xe2, 0xbf, 0x60, 0x88, 0xe9, 0x9e, 0x29, 0xc5, 0x7a, 0x4e, 0x89, 0xc5, 0xa9, 0xa7, 0x50, 0x64, + 0x63, 0x20, 0xb2, 0x31, 0x9e, 0x29, 0xc5, 0x31, 0x20, 0xd9, 0x47, 0x4c, 0xea, 0x78, 0x64, 0x63, + 0xdc, 0x03, 0x9c, 0x7c, 0x53, 0x4b, 0x12, 0x53, 0x12, 0x4b, 0x12, 0x5f, 0x31, 0xc9, 0x21, 0xa9, + 0xb4, 0xb2, 0x82, 0x28, 0xb5, 0xb2, 0xf2, 0x4c, 0x29, 0xb6, 0xb2, 0x02, 0x29, 0x4e, 0x62, 0x03, + 0x87, 0x9c, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x54, 0xd0, 0x9a, 0x0f, 0x9b, 0x01, 0x00, 0x00, } func (m *StringID) Marshal() (dAtA []byte, err error) { diff --git a/go/ids/base/string_id_test.go b/ids/base/string_id_test.go similarity index 96% rename from go/ids/base/string_id_test.go rename to ids/base/string_id_test.go index 3778fa188..d57ab7fc6 100644 --- a/go/ids/base/string_id_test.go +++ b/ids/base/string_id_test.go @@ -4,8 +4,8 @@ package base import ( - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/ids/constants" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/ids/constants" "reflect" "testing" ) diff --git a/go/ids/classification_id.go b/ids/classification_id.go similarity index 100% rename from go/ids/classification_id.go rename to ids/classification_id.go diff --git a/go/ids/codec.go b/ids/codec.go similarity index 100% rename from go/ids/codec.go rename to ids/codec.go diff --git a/go/ids/codec_test.go b/ids/codec_test.go similarity index 100% rename from go/ids/codec_test.go rename to ids/codec_test.go diff --git a/go/ids/constants/type_id_string.go b/ids/constants/type_id_string.go similarity index 100% rename from go/ids/constants/type_id_string.go rename to ids/constants/type_id_string.go diff --git a/go/ids/data_id.go b/ids/data_id.go similarity index 100% rename from go/ids/data_id.go rename to ids/data_id.go diff --git a/go/ids/hash_id.go b/ids/hash_id.go similarity index 100% rename from go/ids/hash_id.go rename to ids/hash_id.go diff --git a/go/ids/id.go b/ids/id.go similarity index 100% rename from go/ids/id.go rename to ids/id.go diff --git a/go/ids/identity_id.go b/ids/identity_id.go similarity index 100% rename from go/ids/identity_id.go rename to ids/identity_id.go diff --git a/go/ids/maintainer_id.go b/ids/maintainer_id.go similarity index 100% rename from go/ids/maintainer_id.go rename to ids/maintainer_id.go diff --git a/go/ids/order_id.go b/ids/order_id.go similarity index 100% rename from go/ids/order_id.go rename to ids/order_id.go diff --git a/go/ids/property_id.go b/ids/property_id.go similarity index 100% rename from go/ids/property_id.go rename to ids/property_id.go diff --git a/go/ids/split_id.go b/ids/split_id.go similarity index 100% rename from go/ids/split_id.go rename to ids/split_id.go diff --git a/go/ids/string_id.go b/ids/string_id.go similarity index 100% rename from go/ids/string_id.go rename to ids/string_id.go diff --git a/go/ids/utilities/id.go b/ids/utilities/id.go similarity index 100% rename from go/ids/utilities/id.go rename to ids/utilities/id.go diff --git a/go/ids/utilities/regular_expressions.go b/ids/utilities/regular_expressions.go similarity index 100% rename from go/ids/utilities/regular_expressions.go rename to ids/utilities/regular_expressions.go diff --git a/go/lists/base/codec.go b/lists/base/codec.go similarity index 86% rename from go/lists/base/codec.go rename to lists/base/codec.go index ddeb34bfc..cfdbb83e1 100644 --- a/go/lists/base/codec.go +++ b/lists/base/codec.go @@ -6,7 +6,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/lists/base/codec_test.go b/lists/base/codec_test.go similarity index 100% rename from go/lists/base/codec_test.go rename to lists/base/codec_test.go diff --git a/go/lists/base/id_list.go b/lists/base/id_list.go similarity index 94% rename from go/lists/base/id_list.go rename to lists/base/id_list.go index 7f2de9bb2..40cd09ece 100644 --- a/go/lists/base/id_list.go +++ b/lists/base/id_list.go @@ -5,9 +5,9 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" "sort" ) diff --git a/go/lists/base/id_list.pb.go b/lists/base/id_list.pb.go similarity index 74% rename from go/lists/base/id_list.pb.go rename to lists/base/id_list.pb.go index 8732dc7d0..4d55879b3 100644 --- a/go/lists/base/id_list.pb.go +++ b/lists/base/id_list.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lists/base/id_list.proto +// source: AssetMantle/schema/lists/base/id_list.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/ids/base" + base "github.com/AssetMantle/schema/ids/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *IDList) Reset() { *m = IDList{} } func (m *IDList) String() string { return proto.CompactTextString(m) } func (*IDList) ProtoMessage() {} func (*IDList) Descriptor() ([]byte, []int) { - return fileDescriptor_b5d986594c14d71c, []int{0} + return fileDescriptor_d2ddd10ea1ddfa85, []int{0} } func (m *IDList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,33 +62,34 @@ func (m *IDList) XXX_DiscardUnknown() { var xxx_messageInfo_IDList proto.InternalMessageInfo func init() { - proto.RegisterType((*IDList)(nil), "assetmantle.schema.lists.base.IDList") + proto.RegisterType((*IDList)(nil), "AssetMantle.schema.lists.base.IDList") } -func init() { proto.RegisterFile("lists/base/id_list.proto", fileDescriptor_b5d986594c14d71c) } +func init() { + proto.RegisterFile("AssetMantle/schema/lists/base/id_list.proto", fileDescriptor_d2ddd10ea1ddfa85) +} -var fileDescriptor_b5d986594c14d71c = []byte{ - // 305 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xc8, 0xc9, 0x2c, 0x2e, - 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4c, 0x89, 0x07, 0xf1, 0xf4, 0x0a, 0x8a, 0xf2, - 0x4b, 0xf2, 0x85, 0x64, 0x13, 0x8b, 0x8b, 0x53, 0x4b, 0x72, 0x13, 0xf3, 0x4a, 0x72, 0x52, 0xf5, - 0x8a, 0x93, 0x33, 0x52, 0x73, 0x13, 0xf5, 0xc0, 0x8a, 0xf5, 0x40, 0x8a, 0xa5, 0x44, 0x33, 0x53, - 0xa0, 0xda, 0x12, 0xf3, 0x2a, 0xe3, 0x33, 0x53, 0x20, 0xba, 0xa4, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, - 0xc1, 0x4c, 0x7d, 0x10, 0x0b, 0x22, 0xaa, 0xe4, 0xc3, 0xc5, 0xe6, 0xe9, 0xe2, 0x93, 0x59, 0x5c, - 0x22, 0x64, 0xc3, 0xc5, 0x01, 0x56, 0x1f, 0x9f, 0x52, 0x2c, 0xc1, 0xa8, 0xc0, 0xac, 0xc1, 0x6d, - 0xa4, 0xa4, 0x87, 0xc5, 0xa2, 0xcc, 0x14, 0x88, 0x35, 0x7a, 0x8e, 0x79, 0x95, 0x9e, 0x2e, 0x41, - 0x6c, 0x89, 0x20, 0xaa, 0xd8, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, 0x2f, 0xd3, 0x89, 0x47, - 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, - 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, 0x29, 0x26, 0xe7, 0xe7, 0xea, 0xe1, 0x75, 0xb8, - 0x13, 0xb7, 0x67, 0x0a, 0xc8, 0x25, 0x01, 0x20, 0x87, 0x05, 0x30, 0x46, 0x69, 0xa7, 0x67, 0x96, - 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x3b, 0x82, 0x34, 0xfa, 0x82, 0x35, 0xea, 0x43, - 0x34, 0xea, 0xa7, 0xe7, 0xeb, 0x23, 0x42, 0x68, 0x11, 0x13, 0x8b, 0x63, 0xb0, 0x8f, 0xd3, 0x2a, - 0x26, 0x59, 0x47, 0x24, 0x2b, 0x82, 0x21, 0x56, 0xf8, 0x80, 0xad, 0x70, 0x4a, 0x2c, 0x4e, 0x3d, - 0x85, 0x22, 0x1f, 0x03, 0x91, 0x8f, 0x01, 0xcb, 0xc7, 0x80, 0xe4, 0x1f, 0x31, 0x69, 0xe2, 0x95, - 0x8f, 0x71, 0x0f, 0x70, 0xf2, 0x4d, 0x2d, 0x49, 0x4c, 0x49, 0x2c, 0x49, 0x7c, 0xc5, 0xa4, 0x80, - 0xa4, 0xd6, 0xca, 0x0a, 0xa2, 0xd8, 0xca, 0x0a, 0xac, 0xda, 0xca, 0x0a, 0xa4, 0x3c, 0x89, 0x0d, - 0x1c, 0xc8, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0xf4, 0xd6, 0x42, 0xcc, 0x01, 0x00, - 0x00, +var fileDescriptor_d2ddd10ea1ddfa85 = []byte{ + // 299 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x76, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0xc9, 0x2c, 0x2e, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4c, 0x89, 0x07, 0xf1, 0xf4, + 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x64, 0x91, 0x14, 0xeb, 0x41, 0x14, 0xeb, 0x81, 0x15, 0xeb, + 0x81, 0x14, 0x4b, 0x69, 0x60, 0x31, 0x2b, 0x33, 0x05, 0x6a, 0x52, 0x62, 0x5e, 0x65, 0x7c, 0x66, + 0x0a, 0xc4, 0x20, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0x30, 0x53, 0x1f, 0xc4, 0x82, 0x88, 0x2a, + 0xf9, 0x70, 0xb1, 0x79, 0xba, 0xf8, 0x64, 0x16, 0x97, 0x08, 0xd9, 0x70, 0x71, 0x80, 0xd5, 0xc7, + 0xa7, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x1b, 0x29, 0xe9, 0x61, 0xb1, 0x3b, 0x33, 0x05, + 0x62, 0xb3, 0x9e, 0x63, 0x5e, 0xa5, 0xa7, 0x4b, 0x10, 0x5b, 0x22, 0x88, 0x2a, 0xb6, 0x62, 0xe9, + 0x58, 0x20, 0xcf, 0xe0, 0xd4, 0xc5, 0x74, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, + 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, + 0x5c, 0x8a, 0xc9, 0xf9, 0xb9, 0x7a, 0x78, 0xfd, 0xe2, 0xc4, 0xed, 0x99, 0x02, 0x72, 0x49, 0x00, + 0xc8, 0x61, 0x01, 0x8c, 0x51, 0x1a, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, + 0xfa, 0x78, 0x43, 0x6c, 0x11, 0x13, 0x8b, 0x63, 0xb0, 0x8f, 0xd3, 0x2a, 0x26, 0x94, 0xb0, 0x0a, + 0x86, 0x98, 0xef, 0x03, 0x36, 0xdf, 0x29, 0xb1, 0x38, 0xf5, 0x14, 0x8a, 0x7c, 0x0c, 0x44, 0x3e, + 0x06, 0x2c, 0x1f, 0x03, 0x92, 0x7f, 0xc4, 0xa4, 0x89, 0x57, 0x3e, 0xc6, 0x3d, 0xc0, 0xc9, 0x37, + 0xb5, 0x24, 0x31, 0x25, 0xb1, 0x24, 0xf1, 0x15, 0x93, 0x02, 0x92, 0x5a, 0x2b, 0x2b, 0x88, 0x62, + 0x2b, 0x2b, 0xb0, 0x6a, 0x2b, 0x2b, 0x90, 0xf2, 0x24, 0x36, 0x70, 0x08, 0x1b, 0x03, 0x02, 0x00, + 0x00, 0xff, 0xff, 0xda, 0x18, 0xec, 0xed, 0xef, 0x01, 0x00, 0x00, } func (m *IDList) Marshal() (dAtA []byte, err error) { diff --git a/go/lists/base/id_list_test.go b/lists/base/id_list_test.go similarity index 97% rename from go/lists/base/id_list_test.go rename to lists/base/id_list_test.go index 2a59559e3..2aa92c058 100644 --- a/go/lists/base/id_list_test.go +++ b/lists/base/id_list_test.go @@ -9,9 +9,9 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" ) var ( diff --git a/go/lists/base/parameter_list.go b/lists/base/parameter_list.go similarity index 81% rename from go/lists/base/parameter_list.go rename to lists/base/parameter_list.go index 8a410f214..69b8d0bf8 100644 --- a/go/lists/base/parameter_list.go +++ b/lists/base/parameter_list.go @@ -1,9 +1,9 @@ package base import ( - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/parameters" - "github.com/AssetMantle/schema/go/parameters/base" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/parameters" + "github.com/AssetMantle/schema/parameters/base" ) var _ lists.ParameterList = (*ParameterList)(nil) diff --git a/go/lists/base/parameter_list.pb.go b/lists/base/parameter_list.pb.go similarity index 75% rename from go/lists/base/parameter_list.pb.go rename to lists/base/parameter_list.pb.go index ca3e7f3f6..4b6ec9424 100644 --- a/go/lists/base/parameter_list.pb.go +++ b/lists/base/parameter_list.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lists/base/parameter_list.proto +// source: AssetMantle/schema/lists/base/parameter_list.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/parameters/base" + base "github.com/AssetMantle/schema/parameters/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *ParameterList) Reset() { *m = ParameterList{} } func (m *ParameterList) String() string { return proto.CompactTextString(m) } func (*ParameterList) ProtoMessage() {} func (*ParameterList) Descriptor() ([]byte, []int) { - return fileDescriptor_43c5ca0d4911a4ab, []int{0} + return fileDescriptor_7f40189101f82f74, []int{0} } func (m *ParameterList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,32 +62,34 @@ func (m *ParameterList) XXX_DiscardUnknown() { var xxx_messageInfo_ParameterList proto.InternalMessageInfo func init() { - proto.RegisterType((*ParameterList)(nil), "assetmantle.schema.lists.base.ParameterList") + proto.RegisterType((*ParameterList)(nil), "AssetMantle.schema.lists.base.ParameterList") } -func init() { proto.RegisterFile("lists/base/parameter_list.proto", fileDescriptor_43c5ca0d4911a4ab) } +func init() { + proto.RegisterFile("AssetMantle/schema/lists/base/parameter_list.proto", fileDescriptor_7f40189101f82f74) +} -var fileDescriptor_43c5ca0d4911a4ab = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0xc9, 0x2c, 0x2e, - 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x4d, 0x2d, 0x49, 0x2d, - 0x8a, 0x07, 0x09, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x26, 0x16, 0x17, 0xa7, 0x96, - 0xe4, 0x26, 0xe6, 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, 0xf5, - 0xe8, 0x81, 0xf4, 0x48, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x55, 0xea, 0x83, 0x58, 0x10, 0x4d, - 0x52, 0xf2, 0x70, 0xa3, 0xd0, 0x8d, 0x86, 0x28, 0x50, 0x4a, 0xe1, 0xe2, 0x0d, 0x80, 0x09, 0xf9, - 0x64, 0x16, 0x97, 0x08, 0xf9, 0x72, 0x71, 0x21, 0xf4, 0x48, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x1b, - 0xe9, 0xea, 0x61, 0xb1, 0x1b, 0xa1, 0x0a, 0xec, 0x00, 0x3d, 0xb8, 0x31, 0x41, 0x48, 0x06, 0x58, - 0xb1, 0x74, 0x2c, 0x90, 0x67, 0x70, 0x9a, 0xc2, 0x74, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, - 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, - 0x72, 0x0c, 0x5c, 0x8a, 0xc9, 0xf9, 0xb9, 0x7a, 0x78, 0xbd, 0xe6, 0x24, 0x84, 0xe2, 0xc2, 0x00, - 0x90, 0xbb, 0x03, 0x18, 0xa3, 0xb4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, - 0xf5, 0x1d, 0x41, 0xfa, 0x7d, 0xc1, 0xfa, 0xf5, 0x21, 0xfa, 0xf5, 0xd3, 0xf3, 0xf5, 0x11, 0x21, - 0xba, 0x88, 0x89, 0xc5, 0x31, 0xd8, 0xc7, 0x69, 0x15, 0x93, 0xac, 0x23, 0x92, 0x4d, 0xc1, 0x10, - 0x9b, 0x7c, 0xc0, 0x36, 0x39, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8f, 0x81, 0xc8, 0xc7, 0x80, - 0xe5, 0x63, 0x40, 0xf2, 0x8f, 0x98, 0x34, 0xf1, 0xca, 0xc7, 0xb8, 0x07, 0x38, 0xf9, 0xa6, 0x96, - 0x24, 0xa6, 0x24, 0x96, 0x24, 0xbe, 0x62, 0x52, 0x40, 0x52, 0x6b, 0x65, 0x05, 0x51, 0x6c, 0x65, - 0x05, 0x56, 0x6d, 0x65, 0x05, 0x52, 0x9e, 0xc4, 0x06, 0x8e, 0x03, 0x63, 0x40, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x83, 0x9c, 0x24, 0xb5, 0xfc, 0x01, 0x00, 0x00, +var fileDescriptor_7f40189101f82f74 = []byte{ + // 291 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0xc9, 0x2c, 0x2e, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x4d, + 0x2d, 0x49, 0x2d, 0x8a, 0x07, 0x09, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x22, 0xe9, + 0xd1, 0x83, 0xe8, 0xd1, 0x03, 0xeb, 0xd1, 0x03, 0xe9, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, + 0xab, 0xd4, 0x07, 0xb1, 0x20, 0x9a, 0xa4, 0xb0, 0x59, 0x04, 0x37, 0x1d, 0xdd, 0x36, 0x88, 0x1e, + 0xa5, 0x14, 0x2e, 0xde, 0x00, 0x98, 0x90, 0x4f, 0x66, 0x71, 0x89, 0x90, 0x2f, 0x17, 0x17, 0x42, + 0x8f, 0x04, 0xa3, 0x02, 0xb3, 0x06, 0xb7, 0x91, 0xae, 0x1e, 0x16, 0xe7, 0x20, 0x54, 0x81, 0xdd, + 0xa4, 0x07, 0x37, 0x26, 0x08, 0xc9, 0x00, 0x2b, 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0x13, 0x99, + 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, + 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x31, 0x39, 0x3f, 0x57, 0x0f, + 0xaf, 0x6f, 0x9d, 0x84, 0x50, 0x5c, 0x18, 0x00, 0x72, 0x77, 0x00, 0x63, 0x94, 0x46, 0x7a, 0x66, + 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xde, 0x10, 0x5e, 0xc4, 0xc4, 0xe2, 0x18, + 0xec, 0xe3, 0xb4, 0x8a, 0x09, 0x25, 0x50, 0x83, 0x21, 0xd6, 0xf8, 0x80, 0xad, 0x71, 0x4a, 0x2c, + 0x4e, 0x3d, 0x85, 0x22, 0x1f, 0x03, 0x91, 0x8f, 0x01, 0xcb, 0xc7, 0x80, 0xe4, 0x1f, 0x31, 0x69, + 0xe2, 0x95, 0x8f, 0x71, 0x0f, 0x70, 0xf2, 0x4d, 0x2d, 0x49, 0x4c, 0x49, 0x2c, 0x49, 0x7c, 0xc5, + 0xa4, 0x80, 0xa4, 0xd6, 0xca, 0x0a, 0xa2, 0xd8, 0xca, 0x0a, 0xac, 0xda, 0xca, 0x0a, 0xa4, 0x3c, + 0x89, 0x0d, 0x1c, 0x01, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcb, 0xcc, 0x4e, 0x0d, 0x1f, + 0x02, 0x00, 0x00, } func (m *ParameterList) Marshal() (dAtA []byte, err error) { diff --git a/go/lists/base/property_list.go b/lists/base/property_list.go similarity index 96% rename from go/lists/base/property_list.go rename to lists/base/property_list.go index 6f8cf3a41..7b9136a77 100644 --- a/go/lists/base/property_list.go +++ b/lists/base/property_list.go @@ -2,11 +2,11 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/lists/utilities" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/properties/base" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/lists/utilities" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/properties/base" "sort" ) diff --git a/go/lists/base/property_list.pb.go b/lists/base/property_list.pb.go similarity index 75% rename from go/lists/base/property_list.pb.go rename to lists/base/property_list.pb.go index c963e348b..a60e3706b 100644 --- a/go/lists/base/property_list.pb.go +++ b/lists/base/property_list.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lists/base/property_list.proto +// source: AssetMantle/schema/lists/base/property_list.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/properties/base" + base "github.com/AssetMantle/schema/properties/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *PropertyList) Reset() { *m = PropertyList{} } func (m *PropertyList) String() string { return proto.CompactTextString(m) } func (*PropertyList) ProtoMessage() {} func (*PropertyList) Descriptor() ([]byte, []int) { - return fileDescriptor_62f5ec8192eb15d6, []int{0} + return fileDescriptor_cce4ff082222ee7e, []int{0} } func (m *PropertyList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,33 +62,35 @@ func (m *PropertyList) XXX_DiscardUnknown() { var xxx_messageInfo_PropertyList proto.InternalMessageInfo func init() { - proto.RegisterType((*PropertyList)(nil), "assetmantle.schema.lists.base.PropertyList") + proto.RegisterType((*PropertyList)(nil), "AssetMantle.schema.lists.base.PropertyList") } -func init() { proto.RegisterFile("lists/base/property_list.proto", fileDescriptor_62f5ec8192eb15d6) } +func init() { + proto.RegisterFile("AssetMantle/schema/lists/base/property_list.proto", fileDescriptor_cce4ff082222ee7e) +} -var fileDescriptor_62f5ec8192eb15d6 = []byte{ - // 315 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcb, 0xc9, 0x2c, 0x2e, - 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xa9, 0x8c, - 0x07, 0x89, 0xe9, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x26, 0x16, 0x17, 0xa7, 0x96, 0xe4, - 0x26, 0xe6, 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x81, 0xb5, 0xe8, - 0x81, 0xb4, 0x48, 0x29, 0x41, 0xf5, 0x64, 0xa6, 0x42, 0xcd, 0x48, 0xcc, 0xab, 0x8c, 0x87, 0x99, - 0x03, 0x31, 0x42, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xcc, 0xd4, 0x07, 0xb1, 0x20, 0xa2, 0x4a, - 0x39, 0x5c, 0x3c, 0x01, 0x50, 0x75, 0x3e, 0x99, 0xc5, 0x25, 0x42, 0x61, 0x5c, 0x7c, 0x48, 0x7a, - 0x33, 0x53, 0x8b, 0x25, 0x18, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0xf4, 0xf5, 0xb0, 0xb8, 0x00, 0xa1, - 0x0a, 0xec, 0x0c, 0x3d, 0xc7, 0xbc, 0x4a, 0x98, 0x61, 0x41, 0xbc, 0x89, 0x70, 0x4e, 0x66, 0x6a, - 0xb1, 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0xc9, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, - 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, - 0x78, 0x2c, 0xc7, 0xc0, 0xa5, 0x98, 0x9c, 0x9f, 0xab, 0x87, 0xd7, 0x97, 0x4e, 0x82, 0xc8, 0x2e, - 0x0d, 0x00, 0x39, 0x3f, 0x80, 0x31, 0x4a, 0x3b, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, - 0x3f, 0x57, 0xdf, 0x11, 0xa4, 0xdd, 0x17, 0xac, 0x5d, 0x1f, 0xa2, 0x5d, 0x3f, 0x3d, 0x5f, 0x1f, - 0x11, 0xb4, 0x8b, 0x98, 0x58, 0x1c, 0x83, 0x7d, 0x9c, 0x56, 0x31, 0xc9, 0x3a, 0x22, 0x59, 0x14, - 0x0c, 0xb1, 0xc8, 0x07, 0x6c, 0x91, 0x53, 0x62, 0x71, 0xea, 0x29, 0x14, 0xf9, 0x18, 0x88, 0x7c, - 0x0c, 0x58, 0x3e, 0x06, 0x24, 0xff, 0x88, 0x49, 0x13, 0xaf, 0x7c, 0x8c, 0x7b, 0x80, 0x93, 0x6f, - 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, 0x2b, 0x26, 0x05, 0x24, 0xb5, 0x56, 0x56, 0x10, 0xc5, - 0x56, 0x56, 0x60, 0xd5, 0x56, 0x56, 0x20, 0xe5, 0x49, 0x6c, 0xe0, 0xa8, 0x30, 0x06, 0x04, 0x00, - 0x00, 0xff, 0xff, 0x5e, 0x04, 0x34, 0x2b, 0x05, 0x02, 0x00, 0x00, +var fileDescriptor_cce4ff082222ee7e = []byte{ + // 309 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x74, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0xcf, + 0xc9, 0x2c, 0x2e, 0x29, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0x48, 0x2d, + 0x2a, 0xa9, 0x8c, 0x07, 0x89, 0xe9, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xc9, 0x22, 0x69, 0xd1, + 0x83, 0x68, 0xd1, 0x03, 0x6b, 0xd1, 0x03, 0x69, 0x91, 0x32, 0xc5, 0x62, 0x22, 0xd4, 0x98, 0xcc, + 0x54, 0xa8, 0xb1, 0x89, 0x79, 0x95, 0xf1, 0x30, 0xa3, 0x21, 0xa6, 0x4a, 0x89, 0xa4, 0xe7, 0xa7, + 0xe7, 0x83, 0x99, 0xfa, 0x20, 0x16, 0x44, 0x54, 0x29, 0x87, 0x8b, 0x27, 0x00, 0xaa, 0xce, 0x27, + 0xb3, 0xb8, 0x44, 0x28, 0x8c, 0x8b, 0x0f, 0x49, 0x6f, 0x66, 0x6a, 0xb1, 0x04, 0xa3, 0x02, 0xb3, + 0x06, 0xb7, 0x91, 0xbe, 0x1e, 0x16, 0x47, 0x21, 0x54, 0x81, 0x5d, 0xa6, 0xe7, 0x98, 0x57, 0x09, + 0x33, 0x2c, 0x88, 0x37, 0x11, 0xce, 0xc9, 0x4c, 0x2d, 0xb6, 0x62, 0xe9, 0x58, 0x20, 0xcf, 0xe0, + 0x34, 0x81, 0xe9, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, + 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xb8, 0x14, 0x93, 0xf3, + 0x73, 0xf5, 0xf0, 0x7a, 0xdc, 0x49, 0x10, 0xd9, 0xa5, 0x01, 0x20, 0xe7, 0x07, 0x30, 0x46, 0x69, + 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xe3, 0x0d, 0xea, 0x45, 0x4c, + 0x2c, 0x8e, 0xc1, 0x3e, 0x4e, 0xab, 0x98, 0x50, 0x82, 0x37, 0x18, 0x62, 0x8b, 0x0f, 0xd8, 0x16, + 0xa7, 0xc4, 0xe2, 0xd4, 0x53, 0x28, 0xf2, 0x31, 0x10, 0xf9, 0x18, 0xb0, 0x7c, 0x0c, 0x48, 0xfe, + 0x11, 0x93, 0x26, 0x5e, 0xf9, 0x18, 0xf7, 0x00, 0x27, 0xdf, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, + 0xc4, 0x57, 0x4c, 0x0a, 0x48, 0x6a, 0xad, 0xac, 0x20, 0x8a, 0xad, 0xac, 0xc0, 0xaa, 0xad, 0xac, + 0x40, 0xca, 0x93, 0xd8, 0xc0, 0xf1, 0x60, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x7d, 0xff, 0xa2, + 0x11, 0x28, 0x02, 0x00, 0x00, } func (m *PropertyList) Marshal() (dAtA []byte, err error) { diff --git a/go/lists/base/property_list_test.go b/lists/base/property_list_test.go similarity index 98% rename from go/lists/base/property_list_test.go rename to lists/base/property_list_test.go index fb9bc1827..99c79e41c 100644 --- a/go/lists/base/property_list_test.go +++ b/lists/base/property_list_test.go @@ -4,13 +4,13 @@ package base import ( - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/lists/constants" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/lists/constants" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "math/rand" "reflect" diff --git a/go/lists/codec.go b/lists/codec.go similarity index 100% rename from go/lists/codec.go rename to lists/codec.go diff --git a/go/lists/codec_test.go b/lists/codec_test.go similarity index 100% rename from go/lists/codec_test.go rename to lists/codec_test.go diff --git a/go/lists/constants/string.go b/lists/constants/string.go similarity index 100% rename from go/lists/constants/string.go rename to lists/constants/string.go diff --git a/go/lists/id_list.go b/lists/id_list.go similarity index 89% rename from go/lists/id_list.go rename to lists/id_list.go index ffc089deb..9f65eb20a 100644 --- a/go/lists/id_list.go +++ b/lists/id_list.go @@ -4,7 +4,7 @@ package lists import ( - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/ids" ) type IDList interface { diff --git a/go/lists/parameter_list.go b/lists/parameter_list.go similarity index 56% rename from go/lists/parameter_list.go rename to lists/parameter_list.go index 4af07360a..40fb4ca3e 100644 --- a/go/lists/parameter_list.go +++ b/lists/parameter_list.go @@ -1,9 +1,9 @@ package lists import ( - "github.com/gogo/protobuf/proto" + "github.com/cosmos/gogoproto/proto" - "github.com/AssetMantle/schema/go/parameters" + "github.com/AssetMantle/schema/parameters" ) type ParameterList interface { diff --git a/go/lists/property_list.go b/lists/property_list.go similarity index 96% rename from go/lists/property_list.go rename to lists/property_list.go index e46cc058c..0391a9283 100644 --- a/go/lists/property_list.go +++ b/lists/property_list.go @@ -1,8 +1,8 @@ package lists import ( - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/properties" ) // PropertyList represents a list of properties. diff --git a/go/lists/utilities/strings.go b/lists/utilities/strings.go similarity index 78% rename from go/lists/utilities/strings.go rename to lists/utilities/strings.go index d95475781..fa297bc92 100644 --- a/go/lists/utilities/strings.go +++ b/lists/utilities/strings.go @@ -3,7 +3,7 @@ package utilities import ( "strings" - "github.com/AssetMantle/schema/go/lists/constants" + "github.com/AssetMantle/schema/lists/constants" ) func SplitPropertyListString(propertyListString string) []string { diff --git a/go/parameters/base/parameter.go b/parameters/base/parameter.go similarity index 86% rename from go/parameters/base/parameter.go rename to parameters/base/parameter.go index 5741040f6..ddcbf6452 100644 --- a/go/parameters/base/parameter.go +++ b/parameters/base/parameter.go @@ -1,10 +1,10 @@ package base import ( - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/parameters" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/properties/base" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/parameters" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/properties/base" ) var _ parameters.Parameter = (*Parameter)(nil) diff --git a/go/parameters/base/parameter.pb.go b/parameters/base/parameter.pb.go similarity index 74% rename from go/parameters/base/parameter.pb.go rename to parameters/base/parameter.pb.go index f61a01a84..2e590aeb1 100644 --- a/go/parameters/base/parameter.pb.go +++ b/parameters/base/parameter.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: parameters/base/parameter.proto +// source: AssetMantle/schema/parameters/base/parameter.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/properties/base" + base "github.com/AssetMantle/schema/properties/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *Parameter) Reset() { *m = Parameter{} } func (m *Parameter) String() string { return proto.CompactTextString(m) } func (*Parameter) ProtoMessage() {} func (*Parameter) Descriptor() ([]byte, []int) { - return fileDescriptor_2a11bacf41cf1a0f, []int{0} + return fileDescriptor_561716c784d0ccda, []int{0} } func (m *Parameter) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,33 +62,34 @@ func (m *Parameter) XXX_DiscardUnknown() { var xxx_messageInfo_Parameter proto.InternalMessageInfo func init() { - proto.RegisterType((*Parameter)(nil), "assetmantle.schema.parameters.base.Parameter") + proto.RegisterType((*Parameter)(nil), "AssetMantle.schema.parameters.base.Parameter") } -func init() { proto.RegisterFile("parameters/base/parameter.proto", fileDescriptor_2a11bacf41cf1a0f) } +func init() { + proto.RegisterFile("AssetMantle/schema/parameters/base/parameter.proto", fileDescriptor_561716c784d0ccda) +} -var fileDescriptor_2a11bacf41cf1a0f = []byte{ - // 310 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2f, 0x48, 0x2c, 0x4a, - 0xcc, 0x4d, 0x2d, 0x49, 0x2d, 0x2a, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x87, 0xf3, 0xf5, 0x0a, - 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x94, 0x12, 0x8b, 0x8b, 0x53, 0x4b, 0x72, 0x13, 0xf3, 0x4a, 0x72, - 0x52, 0xf5, 0x8a, 0x93, 0x33, 0x52, 0x73, 0x13, 0xf5, 0x10, 0x7a, 0xf4, 0x40, 0x7a, 0xa4, 0x44, - 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xca, 0xf5, 0x41, 0x2c, 0x88, 0x4e, 0x29, 0xe5, 0x82, 0xa2, 0xfc, - 0x82, 0xd4, 0xa2, 0x92, 0xcc, 0x54, 0xa8, 0xd1, 0xb9, 0xa9, 0x25, 0x89, 0xf1, 0x50, 0xc1, 0x4a, - 0x88, 0x22, 0xa5, 0x0c, 0x2e, 0xce, 0x00, 0x98, 0x69, 0x42, 0xa1, 0x5c, 0xbc, 0x28, 0x6a, 0x24, - 0x18, 0x15, 0x18, 0x35, 0xb8, 0x8d, 0x0c, 0xf4, 0xb0, 0xb9, 0x01, 0x6e, 0x38, 0xd8, 0x0d, 0x7a, - 0xbe, 0xa9, 0x25, 0x89, 0x01, 0x50, 0x7d, 0x41, 0x3c, 0xb9, 0x48, 0x3c, 0x2b, 0x96, 0x8e, 0x05, - 0xf2, 0x0c, 0x4e, 0xeb, 0x98, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, - 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, - 0x2d, 0x39, 0x3f, 0x57, 0x8f, 0xb0, 0x3f, 0x9d, 0xf8, 0xe0, 0x4e, 0x0d, 0x00, 0x39, 0x3e, 0x80, - 0x31, 0xca, 0x20, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xdf, 0x11, 0x64, - 0x80, 0x2f, 0xd8, 0x00, 0x7d, 0x88, 0x01, 0xfa, 0xe9, 0xf9, 0xfa, 0x68, 0xe1, 0xbb, 0x88, 0x89, - 0xc5, 0x31, 0x38, 0xc0, 0x69, 0x15, 0x93, 0x92, 0x23, 0x92, 0x7d, 0xc1, 0x10, 0xfb, 0x02, 0x10, - 0xf6, 0x39, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x51, 0x14, 0x03, 0x51, 0x14, 0x83, 0x50, 0x14, 0x03, - 0x52, 0xf4, 0x88, 0x49, 0x8f, 0xb0, 0xa2, 0x18, 0xf7, 0x00, 0x27, 0x50, 0x00, 0xa5, 0x24, 0x96, - 0x24, 0xbe, 0x62, 0x52, 0x45, 0xd2, 0x60, 0x65, 0x05, 0xd1, 0x61, 0x65, 0x85, 0xd0, 0x62, 0x65, - 0x05, 0xd2, 0x93, 0xc4, 0x06, 0x8e, 0x21, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcd, 0x89, - 0x6c, 0xbc, 0x23, 0x02, 0x00, 0x00, +var fileDescriptor_561716c784d0ccda = []byte{ + // 301 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0x48, 0x2c, 0x4a, 0xcc, 0x4d, 0x2d, 0x49, 0x2d, 0x2a, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0x45, 0xf0, + 0xf5, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x94, 0x90, 0xf4, 0xe8, 0x41, 0xf4, 0xe8, 0x21, 0xf4, + 0xe8, 0x81, 0xf4, 0x48, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x95, 0xeb, 0x83, 0x58, 0x10, 0x9d, + 0x52, 0x66, 0xd8, 0x6c, 0x2b, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x85, 0xda, 0x96, 0x9b, + 0x5a, 0x92, 0x18, 0x0f, 0x15, 0xac, 0x84, 0xe8, 0x53, 0xca, 0xe0, 0xe2, 0x0c, 0x80, 0x59, 0x20, + 0x14, 0xca, 0xc5, 0x8b, 0xa2, 0x46, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, 0xc8, 0x40, 0x0f, 0x9b, + 0xb3, 0xe0, 0x86, 0x83, 0x9d, 0xa5, 0xe7, 0x9b, 0x5a, 0x92, 0x18, 0x00, 0xd5, 0x17, 0xc4, 0x93, + 0x8b, 0xc4, 0xb3, 0x62, 0xe9, 0x58, 0x20, 0xcf, 0xe0, 0xb4, 0x9a, 0xe9, 0xc4, 0x23, 0x39, 0xc6, + 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, + 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xb8, 0xd4, 0x92, 0xf3, 0x73, 0xf5, 0x08, 0x7b, 0xdd, 0x89, 0x0f, + 0xee, 0xd4, 0x00, 0x90, 0xe3, 0x03, 0x18, 0xa3, 0x74, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, + 0x92, 0xf3, 0x73, 0xf5, 0x09, 0x87, 0xf7, 0x22, 0x26, 0x16, 0xc7, 0xe0, 0x00, 0xa7, 0x55, 0x4c, + 0x28, 0xe1, 0x1c, 0x0c, 0xb1, 0x2c, 0x00, 0x61, 0x99, 0x53, 0x62, 0x71, 0xea, 0x29, 0x14, 0x45, + 0x31, 0x10, 0x45, 0x31, 0x08, 0x45, 0x31, 0x20, 0x45, 0x8f, 0x98, 0xf4, 0x08, 0x2b, 0x8a, 0x71, + 0x0f, 0x70, 0x02, 0x85, 0x4e, 0x4a, 0x62, 0x49, 0xe2, 0x2b, 0x26, 0x55, 0x24, 0x0d, 0x56, 0x56, + 0x10, 0x1d, 0x56, 0x56, 0x08, 0x2d, 0x56, 0x56, 0x20, 0x3d, 0x49, 0x6c, 0xe0, 0xe8, 0x31, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0x9e, 0xee, 0x8d, 0x28, 0x46, 0x02, 0x00, 0x00, } func (m *Parameter) Marshal() (dAtA []byte, err error) { diff --git a/go/parameters/base/parameter_test.go b/parameters/base/parameter_test.go similarity index 91% rename from go/parameters/base/parameter_test.go rename to parameters/base/parameter_test.go index f5dfa985d..f5b8b1d33 100644 --- a/go/parameters/base/parameter_test.go +++ b/parameters/base/parameter_test.go @@ -9,12 +9,12 @@ import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/parameters" - "github.com/AssetMantle/schema/go/properties/base" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/parameters" + "github.com/AssetMantle/schema/properties/base" ) func dummyValidator(interface{}) error { diff --git a/go/parameters/parameter.go b/parameters/parameter.go similarity index 70% rename from go/parameters/parameter.go rename to parameters/parameter.go index c4fa4acb6..a11b80f7c 100644 --- a/go/parameters/parameter.go +++ b/parameters/parameter.go @@ -4,10 +4,10 @@ package parameters import ( - "github.com/gogo/protobuf/proto" + "github.com/cosmos/gogoproto/proto" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/properties" ) type Parameter interface { diff --git a/go/properties/any_property.go b/properties/any_property.go similarity index 100% rename from go/properties/any_property.go rename to properties/any_property.go diff --git a/go/properties/base/any_property.go b/properties/base/any_property.go similarity index 92% rename from go/properties/base/any_property.go rename to properties/base/any_property.go index 62604f8b1..c645d0d86 100644 --- a/go/properties/base/any_property.go +++ b/properties/base/any_property.go @@ -3,9 +3,9 @@ package base import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/properties" ) type getter interface { diff --git a/go/properties/base/any_property.pb.go b/properties/base/any_property.pb.go similarity index 81% rename from go/properties/base/any_property.pb.go rename to properties/base/any_property.pb.go index fed180269..0a6e8cce0 100644 --- a/go/properties/base/any_property.pb.go +++ b/properties/base/any_property.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: properties/base/any_property.proto +// source: AssetMantle/schema/properties/base/any_property.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -34,7 +34,7 @@ func (m *AnyProperty) Reset() { *m = AnyProperty{} } func (m *AnyProperty) String() string { return proto.CompactTextString(m) } func (*AnyProperty) ProtoMessage() {} func (*AnyProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_5bcb949bd5ee089b, []int{0} + return fileDescriptor_ad73b809571c51f7, []int{0} } func (m *AnyProperty) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -109,36 +109,36 @@ func (*AnyProperty) XXX_OneofWrappers() []interface{} { } func init() { - proto.RegisterType((*AnyProperty)(nil), "assetmantle.schema.properties.base.AnyProperty") + proto.RegisterType((*AnyProperty)(nil), "AssetMantle.schema.properties.base.AnyProperty") } func init() { - proto.RegisterFile("properties/base/any_property.proto", fileDescriptor_5bcb949bd5ee089b) + proto.RegisterFile("AssetMantle/schema/properties/base/any_property.proto", fileDescriptor_ad73b809571c51f7) } -var fileDescriptor_5bcb949bd5ee089b = []byte{ - // 330 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2a, 0x28, 0xca, 0x2f, - 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, 0xcc, 0xab, 0x8c, - 0x87, 0x8a, 0x55, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x29, 0x25, 0x16, 0x17, 0xa7, 0x96, - 0xe4, 0x26, 0xe6, 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x21, 0xb4, - 0xe9, 0x81, 0xb4, 0x49, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x95, 0xeb, 0x83, 0x58, 0x10, 0x9d, - 0x52, 0xca, 0xe8, 0xa6, 0xe7, 0xa6, 0x16, 0x27, 0xa2, 0x19, 0x8f, 0x4d, 0x51, 0x09, 0xba, 0x22, - 0xa5, 0xb3, 0x8c, 0x5c, 0xdc, 0x8e, 0x79, 0x95, 0x01, 0x50, 0x51, 0xa1, 0x70, 0x2e, 0x5e, 0x14, - 0xb3, 0x24, 0x18, 0x15, 0x18, 0x35, 0xb8, 0x8d, 0x0c, 0xf4, 0x08, 0xbb, 0x55, 0xcf, 0x37, 0xb5, - 0x38, 0x11, 0x66, 0x90, 0x07, 0x43, 0x10, 0x4f, 0x2e, 0x12, 0x1f, 0x62, 0x30, 0x92, 0xfd, 0x12, - 0x4c, 0xa4, 0x18, 0x5c, 0x82, 0x66, 0x30, 0x82, 0x6f, 0xc5, 0xd2, 0xb1, 0x40, 0x9e, 0xc1, 0x89, - 0x8d, 0x8b, 0x25, 0x33, 0xb7, 0x20, 0xc7, 0x69, 0x03, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, - 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, - 0x1e, 0xcb, 0x31, 0x70, 0xa9, 0x25, 0xe7, 0xe7, 0x12, 0x61, 0x9b, 0x93, 0x00, 0x52, 0x78, 0x04, - 0x80, 0x02, 0x29, 0x80, 0x31, 0xca, 0x20, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, - 0x57, 0xdf, 0x11, 0x64, 0x84, 0x2f, 0xd8, 0x08, 0x7d, 0x88, 0x11, 0xfa, 0xe9, 0xf9, 0xfa, 0x68, - 0x81, 0xbd, 0x88, 0x89, 0xc5, 0x31, 0x38, 0xc0, 0x69, 0x15, 0x93, 0x92, 0x23, 0x92, 0x8d, 0xc1, - 0x10, 0x1b, 0x03, 0x10, 0x36, 0x3a, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x51, 0x14, 0x03, 0x51, 0x14, - 0x83, 0x50, 0x14, 0x03, 0x52, 0xf4, 0x88, 0x49, 0x8f, 0xb0, 0xa2, 0x18, 0xf7, 0x00, 0x27, 0x50, - 0x60, 0xa5, 0x24, 0x96, 0x24, 0xbe, 0x62, 0x52, 0x45, 0xd2, 0x60, 0x65, 0x05, 0xd1, 0x61, 0x65, - 0x85, 0xd0, 0x62, 0x65, 0x05, 0xd2, 0x93, 0xc4, 0x06, 0x4e, 0x09, 0xc6, 0x80, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x21, 0x80, 0x32, 0x83, 0xb3, 0x02, 0x00, 0x00, +var fileDescriptor_ad73b809571c51f7 = []byte{ + // 321 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x75, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x4f, + 0xcc, 0xab, 0x8c, 0x87, 0x8a, 0x55, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x29, 0x21, 0x69, + 0xd3, 0x83, 0x68, 0xd3, 0x43, 0x68, 0xd3, 0x03, 0x69, 0x93, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, + 0x2b, 0xd7, 0x07, 0xb1, 0x20, 0x3a, 0xa5, 0xcc, 0x88, 0xb0, 0x30, 0x37, 0xb5, 0x38, 0x11, 0xcd, + 0x46, 0x22, 0xf5, 0x95, 0xa0, 0xeb, 0x53, 0x3a, 0xcb, 0xc8, 0xc5, 0xed, 0x98, 0x57, 0x19, 0x00, + 0x15, 0x15, 0x0a, 0xe7, 0xe2, 0x45, 0x31, 0x5e, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, 0xc8, 0x40, + 0x8f, 0xb0, 0x8f, 0xf4, 0x7c, 0x53, 0x8b, 0x13, 0x61, 0x06, 0x79, 0x30, 0x04, 0xf1, 0xe4, 0x22, + 0xf1, 0x21, 0x06, 0x23, 0xd9, 0x2f, 0xc1, 0x44, 0x8a, 0xc1, 0x25, 0x68, 0x06, 0x23, 0xf8, 0x56, + 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0xd8, 0xb8, 0x58, 0x32, 0x73, 0x0b, 0x72, 0x9c, 0xd6, 0x32, + 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, + 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, 0x97, 0x5a, 0x72, 0x7e, 0x2e, 0x11, + 0xb6, 0x39, 0x09, 0x20, 0x85, 0x47, 0x00, 0x28, 0x90, 0x02, 0x18, 0xa3, 0x74, 0xd3, 0x33, 0x4b, + 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x09, 0x87, 0xf4, 0x22, 0x26, 0x16, 0xc7, 0xe0, + 0x00, 0xa7, 0x55, 0x4c, 0x28, 0xe9, 0x20, 0x18, 0x62, 0x5d, 0x00, 0xc2, 0x3a, 0xa7, 0xc4, 0xe2, + 0xd4, 0x53, 0x28, 0x8a, 0x62, 0x20, 0x8a, 0x62, 0x10, 0x8a, 0x62, 0x40, 0x8a, 0x1e, 0x31, 0xe9, + 0x11, 0x56, 0x14, 0xe3, 0x1e, 0xe0, 0x04, 0x0a, 0xa9, 0x94, 0xc4, 0x92, 0xc4, 0x57, 0x4c, 0xaa, + 0x48, 0x1a, 0xac, 0xac, 0x20, 0x3a, 0xac, 0xac, 0x10, 0x5a, 0xac, 0xac, 0x40, 0x7a, 0x92, 0xd8, + 0xc0, 0xc9, 0xc0, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x48, 0x21, 0xc3, 0xc5, 0xe9, 0x02, 0x00, + 0x00, } func (m *AnyProperty) Marshal() (dAtA []byte, err error) { diff --git a/go/properties/base/codec.go b/properties/base/codec.go similarity index 83% rename from go/properties/base/codec.go rename to properties/base/codec.go index 5f6428566..cc3c36e93 100644 --- a/go/properties/base/codec.go +++ b/properties/base/codec.go @@ -3,7 +3,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/properties/base/codec_test.go b/properties/base/codec_test.go similarity index 100% rename from go/properties/base/codec_test.go rename to properties/base/codec_test.go diff --git a/go/properties/base/mesa_property.go b/properties/base/mesa_property.go similarity index 92% rename from go/properties/base/mesa_property.go rename to properties/base/mesa_property.go index 70247a6f7..98bfb0343 100644 --- a/go/properties/base/mesa_property.go +++ b/properties/base/mesa_property.go @@ -5,11 +5,11 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/properties" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/properties/base/mesa_property.pb.go b/properties/base/mesa_property.pb.go similarity index 76% rename from go/properties/base/mesa_property.pb.go rename to properties/base/mesa_property.pb.go index 588265167..f27f23ffc 100644 --- a/go/properties/base/mesa_property.pb.go +++ b/properties/base/mesa_property.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: properties/base/mesa_property.proto +// source: AssetMantle/schema/properties/base/mesa_property.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/ids/base" + base "github.com/AssetMantle/schema/ids/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -33,7 +33,7 @@ func (m *MesaProperty) Reset() { *m = MesaProperty{} } func (m *MesaProperty) String() string { return proto.CompactTextString(m) } func (*MesaProperty) ProtoMessage() {} func (*MesaProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_ddd3c5cd082fe138, []int{0} + return fileDescriptor_6fd08199e90c8419, []int{0} } func (m *MesaProperty) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -63,37 +63,37 @@ func (m *MesaProperty) XXX_DiscardUnknown() { var xxx_messageInfo_MesaProperty proto.InternalMessageInfo func init() { - proto.RegisterType((*MesaProperty)(nil), "assetmantle.schema.properties.base.MesaProperty") + proto.RegisterType((*MesaProperty)(nil), "AssetMantle.schema.properties.base.MesaProperty") } func init() { - proto.RegisterFile("properties/base/mesa_property.proto", fileDescriptor_ddd3c5cd082fe138) + proto.RegisterFile("AssetMantle/schema/properties/base/mesa_property.proto", fileDescriptor_6fd08199e90c8419) } -var fileDescriptor_ddd3c5cd082fe138 = []byte{ - // 342 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2e, 0x28, 0xca, 0x2f, - 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4d, 0x2d, 0x4e, - 0x8c, 0x87, 0x0a, 0x56, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x29, 0x25, 0x16, 0x17, 0xa7, - 0x96, 0xe4, 0x26, 0xe6, 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x21, - 0xf4, 0xe9, 0x81, 0xf4, 0x49, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x95, 0xeb, 0x83, 0x58, 0x10, - 0x9d, 0x52, 0x62, 0x99, 0x29, 0x50, 0x73, 0x53, 0x12, 0x4b, 0x12, 0xe3, 0x33, 0x53, 0xa0, 0xe2, - 0x52, 0x70, 0x71, 0x98, 0x55, 0x70, 0x39, 0xa5, 0x5e, 0x46, 0x2e, 0x1e, 0xdf, 0xd4, 0xe2, 0xc4, - 0x00, 0xa8, 0x8c, 0x90, 0x05, 0x17, 0x73, 0x66, 0x7c, 0x8a, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0xb7, - 0x91, 0xba, 0x1e, 0x16, 0xc7, 0x64, 0xa6, 0x40, 0x5c, 0xa1, 0x07, 0xd3, 0xe3, 0xe9, 0x12, 0xc4, - 0x94, 0xe9, 0x22, 0x64, 0xcb, 0xc5, 0x01, 0xb1, 0x37, 0x3e, 0x45, 0x82, 0x09, 0xac, 0x5d, 0x19, - 0xaf, 0x76, 0x97, 0xc4, 0x92, 0x44, 0x4f, 0x97, 0x20, 0xb6, 0x14, 0x30, 0x6d, 0xc5, 0xd2, 0xb1, - 0x40, 0x9e, 0xc1, 0x69, 0x23, 0xd3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, - 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x70, - 0xa9, 0x25, 0xe7, 0xe7, 0xea, 0x11, 0x0e, 0x1c, 0x27, 0x41, 0x64, 0xff, 0x04, 0x80, 0x7c, 0x19, - 0xc0, 0x18, 0x65, 0x90, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0xef, 0x08, - 0x32, 0xc3, 0x17, 0x6c, 0x86, 0x3e, 0xc4, 0x0c, 0xfd, 0xf4, 0x7c, 0x7d, 0xb4, 0xb8, 0x59, 0xc4, - 0xc4, 0xe2, 0x18, 0x1c, 0xe0, 0xb4, 0x8a, 0x49, 0xc9, 0x11, 0xc9, 0xca, 0x60, 0x88, 0x95, 0x01, - 0x08, 0x2b, 0x9d, 0x12, 0x8b, 0x53, 0x4f, 0xa1, 0x28, 0x8a, 0x81, 0x28, 0x8a, 0x41, 0x28, 0x8a, - 0x01, 0x29, 0x7a, 0xc4, 0xa4, 0x47, 0x58, 0x51, 0x8c, 0x7b, 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x22, - 0x28, 0x4c, 0x5e, 0x31, 0xa9, 0x22, 0x69, 0xb0, 0xb2, 0x82, 0xe8, 0xb0, 0xb2, 0x42, 0x68, 0xb1, - 0xb2, 0x02, 0xe9, 0x49, 0x62, 0x03, 0x47, 0xa5, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x4b, 0x20, - 0xc8, 0x11, 0x5f, 0x02, 0x00, 0x00, +var fileDescriptor_6fd08199e90c8419 = []byte{ + // 337 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x73, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, + 0x4d, 0x2d, 0x4e, 0x8c, 0x87, 0x0a, 0x56, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x29, 0x21, + 0xe9, 0xd3, 0x83, 0xe8, 0xd3, 0x43, 0xe8, 0xd3, 0x03, 0xe9, 0x93, 0x12, 0x49, 0xcf, 0x4f, 0xcf, + 0x07, 0x2b, 0xd7, 0x07, 0xb1, 0x20, 0x3a, 0xa5, 0x34, 0xb1, 0xd8, 0x98, 0x99, 0x02, 0xb5, 0x2a, + 0x25, 0xb1, 0x24, 0x31, 0x3e, 0x33, 0x05, 0xaa, 0x54, 0x17, 0x9f, 0x52, 0x98, 0x83, 0xe0, 0xca, + 0x95, 0x7a, 0x19, 0xb9, 0x78, 0x7c, 0x53, 0x8b, 0x13, 0x03, 0xa0, 0x32, 0x42, 0x16, 0x5c, 0xcc, + 0x99, 0xf1, 0x29, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0xdc, 0x46, 0xea, 0x7a, 0x58, 0x9c, 0x9c, 0x99, + 0x02, 0x71, 0xab, 0x1e, 0x4c, 0x8f, 0xa7, 0x4b, 0x10, 0x53, 0xa6, 0x8b, 0x90, 0x2d, 0x17, 0x07, + 0xc4, 0x29, 0xf1, 0x29, 0x12, 0x4c, 0x60, 0xed, 0xca, 0x78, 0xb5, 0xbb, 0x24, 0x96, 0x24, 0x7a, + 0xba, 0x04, 0xb1, 0xa5, 0x80, 0x69, 0x2b, 0x96, 0x8e, 0x05, 0xf2, 0x0c, 0x4e, 0xeb, 0x98, 0x4e, + 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, + 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x2d, 0x39, 0x3f, 0x57, 0x8f, 0x70, + 0x10, 0x3a, 0x09, 0x22, 0xfb, 0x27, 0x00, 0xe4, 0xcb, 0x00, 0xc6, 0x28, 0xdd, 0xf4, 0xcc, 0x92, + 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xc2, 0xd1, 0xb7, 0x88, 0x89, 0xc5, 0x31, 0x38, + 0xc0, 0x69, 0x15, 0x13, 0x4a, 0x94, 0x05, 0x43, 0xec, 0x0b, 0x40, 0xd8, 0xe7, 0x94, 0x58, 0x9c, + 0x7a, 0x0a, 0x45, 0x51, 0x0c, 0x44, 0x51, 0x0c, 0x42, 0x51, 0x0c, 0x48, 0xd1, 0x23, 0x26, 0x3d, + 0xc2, 0x8a, 0x62, 0xdc, 0x03, 0x9c, 0x7c, 0x53, 0x4b, 0x12, 0x41, 0x01, 0xf2, 0x8a, 0x49, 0x15, + 0x49, 0x83, 0x95, 0x15, 0x44, 0x87, 0x95, 0x15, 0x42, 0x8b, 0x95, 0x15, 0x48, 0x4f, 0x12, 0x1b, + 0x38, 0x1e, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x28, 0x38, 0xc4, 0xd4, 0x95, 0x02, 0x00, + 0x00, } func (m *MesaProperty) Marshal() (dAtA []byte, err error) { diff --git a/go/properties/base/mesa_property_test.go b/properties/base/mesa_property_test.go similarity index 97% rename from go/properties/base/mesa_property_test.go rename to properties/base/mesa_property_test.go index a270ab02a..1a360b51c 100644 --- a/go/properties/base/mesa_property_test.go +++ b/properties/base/mesa_property_test.go @@ -4,16 +4,16 @@ package base import ( - dataConstants "github.com/AssetMantle/schema/go/data/constants" + dataConstants "github.com/AssetMantle/schema/data/constants" sdkTypes "github.com/cosmos/cosmos-sdk/types" "reflect" "testing" - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/properties" ) func ValidatedID[V *baseIDs.PropertyID | *baseIDs.DataID](value any) V { diff --git a/go/properties/base/meta_property.go b/properties/base/meta_property.go similarity index 94% rename from go/properties/base/meta_property.go rename to properties/base/meta_property.go index d40eed608..dfb17cb79 100644 --- a/go/properties/base/meta_property.go +++ b/properties/base/meta_property.go @@ -5,11 +5,11 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/properties" sdkTypes "github.com/cosmos/cosmos-sdk/types" "strings" ) diff --git a/go/properties/base/meta_property.pb.go b/properties/base/meta_property.pb.go similarity index 75% rename from go/properties/base/meta_property.pb.go rename to properties/base/meta_property.pb.go index b6f7b4e78..7709e24e8 100644 --- a/go/properties/base/meta_property.pb.go +++ b/properties/base/meta_property.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: properties/base/meta_property.proto +// source: AssetMantle/schema/properties/base/meta_property.proto package base import ( fmt "fmt" - base1 "github.com/AssetMantle/schema/go/data/base" - base "github.com/AssetMantle/schema/go/ids/base" + base1 "github.com/AssetMantle/schema/data/base" + base "github.com/AssetMantle/schema/ids/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -34,7 +34,7 @@ func (m *MetaProperty) Reset() { *m = MetaProperty{} } func (m *MetaProperty) String() string { return proto.CompactTextString(m) } func (*MetaProperty) ProtoMessage() {} func (*MetaProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_c8745ad4278689ba, []int{0} + return fileDescriptor_91e80dcec34e1962, []int{0} } func (m *MetaProperty) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -64,37 +64,37 @@ func (m *MetaProperty) XXX_DiscardUnknown() { var xxx_messageInfo_MetaProperty proto.InternalMessageInfo func init() { - proto.RegisterType((*MetaProperty)(nil), "assetmantle.schema.properties.base.MetaProperty") + proto.RegisterType((*MetaProperty)(nil), "AssetMantle.schema.properties.base.MetaProperty") } func init() { - proto.RegisterFile("properties/base/meta_property.proto", fileDescriptor_c8745ad4278689ba) + proto.RegisterFile("AssetMantle/schema/properties/base/meta_property.proto", fileDescriptor_91e80dcec34e1962) } -var fileDescriptor_c8745ad4278689ba = []byte{ - // 348 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2e, 0x28, 0xca, 0x2f, - 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x4d, 0x2d, 0x49, - 0x8c, 0x87, 0x0a, 0x56, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x29, 0x25, 0x16, 0x17, 0xa7, - 0x96, 0xe4, 0x26, 0xe6, 0x95, 0xe4, 0xa4, 0xea, 0x15, 0x27, 0x67, 0xa4, 0xe6, 0x26, 0xea, 0x21, - 0xf4, 0xe9, 0x81, 0xf4, 0x49, 0x49, 0xa4, 0x24, 0x96, 0x24, 0x42, 0x8c, 0x48, 0xcc, 0xab, 0x8c, - 0x07, 0xf1, 0x20, 0xba, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x4c, 0x7d, 0x10, 0x0b, 0x2a, - 0x2a, 0x95, 0x99, 0x02, 0xb5, 0x11, 0x66, 0x59, 0x7c, 0x66, 0x0a, 0x44, 0x4e, 0xa9, 0x93, 0x91, - 0x8b, 0xc7, 0x37, 0xb5, 0x24, 0x31, 0x00, 0x2a, 0x23, 0x64, 0xc1, 0xc5, 0x9c, 0x19, 0x9f, 0x22, - 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x6d, 0xa4, 0xae, 0x87, 0xc5, 0x39, 0x99, 0x29, 0x10, 0x77, 0xe8, - 0xc1, 0xf4, 0x78, 0xba, 0x04, 0x31, 0x65, 0xba, 0x08, 0x59, 0x72, 0xb1, 0x80, 0x9c, 0x22, 0xc1, - 0x04, 0xd6, 0xaa, 0x8a, 0x4d, 0x2b, 0xd8, 0xa9, 0x60, 0xbd, 0x8e, 0x79, 0x95, 0x2e, 0x89, 0x25, - 0x89, 0x41, 0x60, 0x2d, 0x56, 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0x36, 0x32, 0x9d, 0x78, 0x24, - 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, - 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, 0x97, 0x5a, 0x72, 0x7e, 0xae, 0x1e, 0xe1, 0xa0, 0x71, - 0x12, 0x44, 0xf6, 0x4b, 0x00, 0xc8, 0x87, 0x01, 0x8c, 0x51, 0x06, 0xe9, 0x99, 0x25, 0x19, 0xa5, - 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x8e, 0x20, 0x33, 0x7c, 0xc1, 0x66, 0xe8, 0x43, 0xcc, 0xd0, - 0x4f, 0xcf, 0xd7, 0x47, 0x8b, 0x99, 0x45, 0x4c, 0x2c, 0x8e, 0xc1, 0x01, 0x4e, 0xab, 0x98, 0x94, - 0x1c, 0x91, 0xac, 0x0c, 0x86, 0x58, 0x19, 0x80, 0xb0, 0xd2, 0x29, 0xb1, 0x38, 0xf5, 0x14, 0x8a, - 0xa2, 0x18, 0x88, 0xa2, 0x18, 0x84, 0xa2, 0x18, 0x90, 0xa2, 0x47, 0x4c, 0x7a, 0x84, 0x15, 0xc5, - 0xb8, 0x07, 0x38, 0x81, 0x9c, 0x0f, 0x0a, 0x91, 0x57, 0x4c, 0xaa, 0x48, 0x1a, 0xac, 0xac, 0x20, - 0x3a, 0xac, 0xac, 0x10, 0x5a, 0xac, 0xac, 0x40, 0x7a, 0x92, 0xd8, 0xc0, 0xd1, 0x68, 0x0c, 0x08, - 0x00, 0x00, 0xff, 0xff, 0xae, 0x91, 0x3a, 0x08, 0x5d, 0x02, 0x00, 0x00, +var fileDescriptor_91e80dcec34e1962 = []byte{ + // 345 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x73, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xc9, 0x4c, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, + 0x4d, 0x2d, 0x49, 0x8c, 0x87, 0x0a, 0x56, 0xea, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x29, 0x21, + 0xe9, 0xd3, 0x83, 0xe8, 0xd3, 0x43, 0xe8, 0xd3, 0x03, 0xe9, 0x93, 0xd2, 0xc6, 0x62, 0x76, 0x4a, + 0x62, 0x49, 0x22, 0xc4, 0xd4, 0xc4, 0xbc, 0xca, 0x78, 0x10, 0x0f, 0x62, 0xa0, 0x94, 0x48, 0x7a, + 0x7e, 0x7a, 0x3e, 0x98, 0xa9, 0x0f, 0x62, 0x41, 0x45, 0x75, 0xb1, 0x18, 0x91, 0x99, 0x02, 0x75, + 0x17, 0xcc, 0x49, 0xf1, 0x99, 0x29, 0x10, 0xe5, 0x4a, 0x9d, 0x8c, 0x5c, 0x3c, 0xbe, 0xa9, 0x25, + 0x89, 0x01, 0x50, 0x19, 0x21, 0x0b, 0x2e, 0xe6, 0xcc, 0xf8, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, + 0x6e, 0x23, 0x75, 0x3d, 0x2c, 0x8e, 0xce, 0x4c, 0x81, 0xb8, 0x56, 0x0f, 0xa6, 0xc7, 0xd3, 0x25, + 0x88, 0x29, 0xd3, 0x45, 0xc8, 0x92, 0x8b, 0x05, 0xe4, 0x3a, 0x09, 0x26, 0xb0, 0x56, 0x55, 0x6c, + 0x5a, 0xc1, 0xae, 0x07, 0xeb, 0x75, 0xcc, 0xab, 0x74, 0x49, 0x2c, 0x49, 0x0c, 0x02, 0x6b, 0xb1, + 0x62, 0xe9, 0x58, 0x20, 0xcf, 0xe0, 0xb4, 0x8e, 0xe9, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, + 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, + 0xe5, 0x18, 0xb8, 0xd4, 0x92, 0xf3, 0x73, 0xf5, 0x08, 0x07, 0xa0, 0x93, 0x20, 0xb2, 0x5f, 0x02, + 0x40, 0x3e, 0x0c, 0x60, 0x8c, 0xd2, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, + 0xd5, 0x27, 0x1c, 0x79, 0x8b, 0x98, 0x58, 0x1c, 0x83, 0x03, 0x9c, 0x56, 0x31, 0xa1, 0x44, 0x58, + 0x30, 0xc4, 0xbe, 0x00, 0x84, 0x7d, 0x4e, 0x89, 0xc5, 0xa9, 0xa7, 0x50, 0x14, 0xc5, 0x40, 0x14, + 0xc5, 0x20, 0x14, 0xc5, 0x80, 0x14, 0x3d, 0x62, 0xd2, 0x23, 0xac, 0x28, 0xc6, 0x3d, 0xc0, 0x09, + 0xe4, 0x76, 0x50, 0x70, 0xbc, 0x62, 0x52, 0x45, 0xd2, 0x60, 0x65, 0x05, 0xd1, 0x61, 0x65, 0x85, + 0xd0, 0x62, 0x65, 0x05, 0xd2, 0x93, 0xc4, 0x06, 0x8e, 0x43, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x5a, 0xc4, 0x08, 0x1d, 0x93, 0x02, 0x00, 0x00, } func (m *MetaProperty) Marshal() (dAtA []byte, err error) { diff --git a/go/properties/base/meta_property_test.go b/properties/base/meta_property_test.go similarity index 97% rename from go/properties/base/meta_property_test.go rename to properties/base/meta_property_test.go index 9c0ef9f3b..588e2c3a3 100644 --- a/go/properties/base/meta_property_test.go +++ b/properties/base/meta_property_test.go @@ -5,18 +5,18 @@ package base import ( "fmt" - "github.com/AssetMantle/schema/go/types/base" + "github.com/AssetMantle/schema/types/base" sdkTypes "github.com/cosmos/cosmos-sdk/types" "reflect" "testing" "github.com/stretchr/testify/assert" - "github.com/AssetMantle/schema/go/data" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/data" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/properties" ) func ValidatedData(value data.Data) *baseData.AnyData { diff --git a/go/properties/codec.go b/properties/codec.go similarity index 100% rename from go/properties/codec.go rename to properties/codec.go diff --git a/go/properties/codec_test.go b/properties/codec_test.go similarity index 100% rename from go/properties/codec_test.go rename to properties/codec_test.go diff --git a/go/properties/constants/properties.go b/properties/constants/properties.go similarity index 96% rename from go/properties/constants/properties.go rename to properties/constants/properties.go index d61c4008b..d2db4ffb9 100644 --- a/go/properties/constants/properties.go +++ b/properties/constants/properties.go @@ -6,10 +6,10 @@ package constants import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - baseData "github.com/AssetMantle/schema/go/data/base" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/properties/base" - baseTypes "github.com/AssetMantle/schema/go/types/base" + baseData "github.com/AssetMantle/schema/data/base" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/properties/base" + baseTypes "github.com/AssetMantle/schema/types/base" ) var ( diff --git a/go/properties/mesa_property.go b/properties/mesa_property.go similarity index 100% rename from go/properties/mesa_property.go rename to properties/mesa_property.go diff --git a/go/properties/meta_property.go b/properties/meta_property.go similarity index 88% rename from go/properties/meta_property.go rename to properties/meta_property.go index 715c585b9..8549ceb9f 100644 --- a/go/properties/meta_property.go +++ b/properties/meta_property.go @@ -4,7 +4,7 @@ package properties import ( - "github.com/AssetMantle/schema/go/data" + "github.com/AssetMantle/schema/data" ) type MetaProperty interface { diff --git a/go/properties/property.go b/properties/property.go similarity index 85% rename from go/properties/property.go rename to properties/property.go index 72b5a16f9..2a2d133f3 100644 --- a/go/properties/property.go +++ b/properties/property.go @@ -6,8 +6,8 @@ package properties import ( sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/data" - "github.com/AssetMantle/schema/go/ids" + "github.com/AssetMantle/schema/data" + "github.com/AssetMantle/schema/ids" ) type Property interface { diff --git a/proto/data/base/acc_address_data.proto b/proto/AssetMantle/schema/data/base/acc_address_data.proto similarity index 79% rename from proto/data/base/acc_address_data.proto rename to proto/AssetMantle/schema/data/base/acc_address_data.proto index 209a971f3..ccdb87091 100644 --- a/proto/data/base/acc_address_data.proto +++ b/proto/AssetMantle/schema/data/base/acc_address_data.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; import "gogoproto/gogo.proto"; diff --git a/proto/AssetMantle/schema/data/base/any_data.proto b/proto/AssetMantle/schema/data/base/any_data.proto new file mode 100644 index 000000000..588004b4b --- /dev/null +++ b/proto/AssetMantle/schema/data/base/any_data.proto @@ -0,0 +1,29 @@ +syntax = "proto3"; +package AssetMantle.schema.data.base; + +import "AssetMantle/schema/data/base/acc_address_data.proto"; +import "AssetMantle/schema/data/base/boolean_data.proto"; +import "AssetMantle/schema/data/base/dec_data.proto"; +import "AssetMantle/schema/data/base/height_data.proto"; +import "AssetMantle/schema/data/base/id_data.proto"; +import "AssetMantle/schema/data/base/linked_data.proto"; +import "AssetMantle/schema/data/base/list_data.proto"; +import "AssetMantle/schema/data/base/number_data.proto"; +import "AssetMantle/schema/data/base/string_data.proto"; +import "gogoproto/gogo.proto"; + +message AnyData { + option (gogoproto.goproto_getters) = false; + + oneof impl { + AccAddressData acc_address_data = 1; + BooleanData boolean_data = 2; + DecData dec_data = 3; + HeightData height_data = 4; + IDData i_d_data = 5; + ListData list_data = 6; + LinkedData linked_data = 7; + NumberData number_data = 8; + StringData string_data = 9; + } +} \ No newline at end of file diff --git a/proto/AssetMantle/schema/data/base/any_listable_data.proto b/proto/AssetMantle/schema/data/base/any_listable_data.proto new file mode 100644 index 000000000..95d7c3efd --- /dev/null +++ b/proto/AssetMantle/schema/data/base/any_listable_data.proto @@ -0,0 +1,27 @@ +syntax = "proto3"; +package AssetMantle.schema.data.base; + +import "AssetMantle/schema/data/base/acc_address_data.proto"; +import "AssetMantle/schema/data/base/boolean_data.proto"; +import "AssetMantle/schema/data/base/dec_data.proto"; +import "AssetMantle/schema/data/base/linked_data.proto"; +import "AssetMantle/schema/data/base/height_data.proto"; +import "AssetMantle/schema/data/base/id_data.proto"; +import "AssetMantle/schema/data/base/number_data.proto"; +import "AssetMantle/schema/data/base/string_data.proto"; +import "gogoproto/gogo.proto"; + +message AnyListableData { + option (gogoproto.goproto_getters) = false; + + oneof impl { + AccAddressData acc_address_data = 1; + BooleanData boolean_data = 2; + DecData dec_data = 3; + HeightData height_data = 4; + IDData i_d_data = 5; + LinkedData linked_data = 6; + NumberData number_data = 7; + StringData string_data = 8; + } +} \ No newline at end of file diff --git a/proto/data/base/boolean_data.proto b/proto/AssetMantle/schema/data/base/boolean_data.proto similarity index 78% rename from proto/data/base/boolean_data.proto rename to proto/AssetMantle/schema/data/base/boolean_data.proto index 58b05284c..13eb77803 100644 --- a/proto/data/base/boolean_data.proto +++ b/proto/AssetMantle/schema/data/base/boolean_data.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; import "gogoproto/gogo.proto"; diff --git a/proto/data/base/dec_data.proto b/proto/AssetMantle/schema/data/base/dec_data.proto similarity index 78% rename from proto/data/base/dec_data.proto rename to proto/AssetMantle/schema/data/base/dec_data.proto index 3c164f8d1..56f0e1d33 100644 --- a/proto/data/base/dec_data.proto +++ b/proto/AssetMantle/schema/data/base/dec_data.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; import "gogoproto/gogo.proto"; message DecData{ diff --git a/proto/data/base/height_data.proto b/proto/AssetMantle/schema/data/base/height_data.proto similarity index 62% rename from proto/data/base/height_data.proto rename to proto/AssetMantle/schema/data/base/height_data.proto index 0614339f0..dd2153403 100644 --- a/proto/data/base/height_data.proto +++ b/proto/AssetMantle/schema/data/base/height_data.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; -import "types/base/height.proto"; +import "AssetMantle/schema/types/base/height.proto"; import "gogoproto/gogo.proto"; message HeightData{ diff --git a/proto/data/base/id_data.proto b/proto/AssetMantle/schema/data/base/id_data.proto similarity index 61% rename from proto/data/base/id_data.proto rename to proto/AssetMantle/schema/data/base/id_data.proto index c95c5e188..6cb6d2e41 100644 --- a/proto/data/base/id_data.proto +++ b/proto/AssetMantle/schema/data/base/id_data.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; -import "ids/base/any_id.proto"; +import "AssetMantle/schema/ids/base/any_id.proto"; import "gogoproto/gogo.proto"; message IDData { diff --git a/proto/data/base/linked_data.proto b/proto/AssetMantle/schema/data/base/linked_data.proto similarity index 61% rename from proto/data/base/linked_data.proto rename to proto/AssetMantle/schema/data/base/linked_data.proto index debc777f4..3836576f2 100644 --- a/proto/data/base/linked_data.proto +++ b/proto/AssetMantle/schema/data/base/linked_data.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; import "gogoproto/gogo.proto"; -import "ids/base/hash_id.proto"; -import "ids/base/string_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/string_id.proto"; message LinkedData { option (gogoproto.goproto_getters) = false; diff --git a/proto/data/base/list_data.proto b/proto/AssetMantle/schema/data/base/list_data.proto similarity index 60% rename from proto/data/base/list_data.proto rename to proto/AssetMantle/schema/data/base/list_data.proto index c19b599a9..4cbb10b9e 100644 --- a/proto/data/base/list_data.proto +++ b/proto/AssetMantle/schema/data/base/list_data.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; -import "data/base/any_listable_data.proto"; +import "AssetMantle/schema/data/base/any_listable_data.proto"; import "gogoproto/gogo.proto"; message ListData { diff --git a/proto/data/base/number_data.proto b/proto/AssetMantle/schema/data/base/number_data.proto similarity index 78% rename from proto/data/base/number_data.proto rename to proto/AssetMantle/schema/data/base/number_data.proto index 9d5136c8c..3bfc7cf21 100644 --- a/proto/data/base/number_data.proto +++ b/proto/AssetMantle/schema/data/base/number_data.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; import "gogoproto/gogo.proto"; diff --git a/proto/data/base/string_data.proto b/proto/AssetMantle/schema/data/base/string_data.proto similarity index 78% rename from proto/data/base/string_data.proto rename to proto/AssetMantle/schema/data/base/string_data.proto index ec798ed47..0444673d4 100644 --- a/proto/data/base/string_data.proto +++ b/proto/AssetMantle/schema/data/base/string_data.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.data.base; +package AssetMantle.schema.data.base; import "gogoproto/gogo.proto"; diff --git a/proto/documents/base/document.proto b/proto/AssetMantle/schema/documents/base/document.proto similarity index 53% rename from proto/documents/base/document.proto rename to proto/AssetMantle/schema/documents/base/document.proto index 5660617d0..35eb4bdc2 100644 --- a/proto/documents/base/document.proto +++ b/proto/AssetMantle/schema/documents/base/document.proto @@ -1,10 +1,10 @@ syntax = "proto3"; -package assetmantle.schema.documents.base; +package AssetMantle.schema.documents.base; import "gogoproto/gogo.proto"; -import "ids/base/classification_id.proto"; -import "qualified/base/immutables.proto"; -import "qualified/base/mutables.proto"; +import "AssetMantle/schema/ids/base/classification_id.proto"; +import "AssetMantle/schema/qualified/base/immutables.proto"; +import "AssetMantle/schema/qualified/base/mutables.proto"; message Document { option (gogoproto.goproto_getters) = false; diff --git a/proto/AssetMantle/schema/ids/base/any_id.proto b/proto/AssetMantle/schema/ids/base/any_id.proto new file mode 100644 index 000000000..2c1a8e293 --- /dev/null +++ b/proto/AssetMantle/schema/ids/base/any_id.proto @@ -0,0 +1,31 @@ +syntax = "proto3"; +package AssetMantle.schema.ids.base; + +import "gogoproto/gogo.proto"; +import "AssetMantle/schema/ids/base/asset_id.proto"; +import "AssetMantle/schema/ids/base/classification_id.proto"; +import "AssetMantle/schema/ids/base/data_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/identity_id.proto"; +import "AssetMantle/schema/ids/base/maintainer_id.proto"; +import "AssetMantle/schema/ids/base/order_id.proto"; +import "AssetMantle/schema/ids/base/property_id.proto"; +import "AssetMantle/schema/ids/base/split_id.proto"; +import "AssetMantle/schema/ids/base/string_id.proto"; + +message AnyID { + option (gogoproto.goproto_getters) = false; + + oneof impl { + AssetID asset_i_d = 1; + ClassificationID classification_i_d = 2; + DataID data_i_d = 3; + HashID hash_i_d = 4; + IdentityID identity_i_d = 5; + MaintainerID maintainer_i_d = 6; + OrderID order_i_d = 7; + PropertyID property_i_d = 8; + SplitID split_i_d = 9; + StringID string_i_d = 10; + } +} \ No newline at end of file diff --git a/proto/ids/base/asset_id.proto b/proto/AssetMantle/schema/ids/base/asset_id.proto similarity index 61% rename from proto/ids/base/asset_id.proto rename to proto/AssetMantle/schema/ids/base/asset_id.proto index 3aa7b9005..7a703d633 100644 --- a/proto/ids/base/asset_id.proto +++ b/proto/AssetMantle/schema/ids/base/asset_id.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; -import "ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; import "gogoproto/gogo.proto"; message AssetID{ diff --git a/proto/ids/base/classification_id.proto b/proto/AssetMantle/schema/ids/base/classification_id.proto similarity index 62% rename from proto/ids/base/classification_id.proto rename to proto/AssetMantle/schema/ids/base/classification_id.proto index 482f2c27b..0dae26c7c 100644 --- a/proto/ids/base/classification_id.proto +++ b/proto/AssetMantle/schema/ids/base/classification_id.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; -import "ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; import "gogoproto/gogo.proto"; message ClassificationID { diff --git a/proto/ids/base/data_id.proto b/proto/AssetMantle/schema/ids/base/data_id.proto similarity index 53% rename from proto/ids/base/data_id.proto rename to proto/AssetMantle/schema/ids/base/data_id.proto index fbdb916a0..bd69faa2c 100644 --- a/proto/ids/base/data_id.proto +++ b/proto/AssetMantle/schema/ids/base/data_id.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; import "gogoproto/gogo.proto"; -import "ids/base/hash_id.proto"; -import "ids/base/string_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/string_id.proto"; message DataID { option (gogoproto.goproto_getters) = false; diff --git a/proto/ids/base/hash_id.proto b/proto/AssetMantle/schema/ids/base/hash_id.proto similarity index 79% rename from proto/ids/base/hash_id.proto rename to proto/AssetMantle/schema/ids/base/hash_id.proto index 15bf78a2b..506bfd40d 100644 --- a/proto/ids/base/hash_id.proto +++ b/proto/AssetMantle/schema/ids/base/hash_id.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; import "gogoproto/gogo.proto"; diff --git a/proto/ids/base/identity_id.proto b/proto/AssetMantle/schema/ids/base/identity_id.proto similarity index 63% rename from proto/ids/base/identity_id.proto rename to proto/AssetMantle/schema/ids/base/identity_id.proto index 101d63eac..bebcf5e36 100644 --- a/proto/ids/base/identity_id.proto +++ b/proto/AssetMantle/schema/ids/base/identity_id.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; import "gogoproto/gogo.proto"; -import "ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; message IdentityID { option (gogoproto.goproto_getters) = false; diff --git a/proto/ids/base/maintainer_id.proto b/proto/AssetMantle/schema/ids/base/maintainer_id.proto similarity index 62% rename from proto/ids/base/maintainer_id.proto rename to proto/AssetMantle/schema/ids/base/maintainer_id.proto index ad459fff5..b02faaa20 100644 --- a/proto/ids/base/maintainer_id.proto +++ b/proto/AssetMantle/schema/ids/base/maintainer_id.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; -import "ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; import "gogoproto/gogo.proto"; message MaintainerID { diff --git a/proto/ids/base/order_id.proto b/proto/AssetMantle/schema/ids/base/order_id.proto similarity index 61% rename from proto/ids/base/order_id.proto rename to proto/AssetMantle/schema/ids/base/order_id.proto index 43a9ab0a3..feb316a3f 100644 --- a/proto/ids/base/order_id.proto +++ b/proto/AssetMantle/schema/ids/base/order_id.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; -import "ids/base/hash_id.proto"; +import "AssetMantle/schema/ids/base/hash_id.proto"; import "gogoproto/gogo.proto"; message OrderID { diff --git a/proto/ids/base/property_id.proto b/proto/AssetMantle/schema/ids/base/property_id.proto similarity index 65% rename from proto/ids/base/property_id.proto rename to proto/AssetMantle/schema/ids/base/property_id.proto index 362fe0482..71294b543 100644 --- a/proto/ids/base/property_id.proto +++ b/proto/AssetMantle/schema/ids/base/property_id.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; -import "ids/base/string_id.proto"; +import "AssetMantle/schema/ids/base/string_id.proto"; import "gogoproto/gogo.proto"; message PropertyID{ diff --git a/proto/ids/base/split_id.proto b/proto/AssetMantle/schema/ids/base/split_id.proto similarity index 53% rename from proto/ids/base/split_id.proto rename to proto/AssetMantle/schema/ids/base/split_id.proto index 607472e62..16905f62e 100644 --- a/proto/ids/base/split_id.proto +++ b/proto/AssetMantle/schema/ids/base/split_id.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; import "gogoproto/gogo.proto"; -import "ids/base/asset_id.proto"; -import "ids/base/identity_id.proto"; +import "AssetMantle/schema/ids/base/asset_id.proto"; +import "AssetMantle/schema/ids/base/identity_id.proto"; message SplitID { option (gogoproto.goproto_getters) = false; diff --git a/proto/ids/base/string_id.proto b/proto/AssetMantle/schema/ids/base/string_id.proto similarity index 79% rename from proto/ids/base/string_id.proto rename to proto/AssetMantle/schema/ids/base/string_id.proto index 4439bc453..492ab9b83 100644 --- a/proto/ids/base/string_id.proto +++ b/proto/AssetMantle/schema/ids/base/string_id.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.ids.base; +package AssetMantle.schema.ids.base; import "gogoproto/gogo.proto"; diff --git a/proto/lists/base/id_list.proto b/proto/AssetMantle/schema/lists/base/id_list.proto similarity index 63% rename from proto/lists/base/id_list.proto rename to proto/AssetMantle/schema/lists/base/id_list.proto index 1fa311929..b45f41fd0 100644 --- a/proto/lists/base/id_list.proto +++ b/proto/AssetMantle/schema/lists/base/id_list.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.lists.base; +package AssetMantle.schema.lists.base; -import "ids/base/any_id.proto"; +import "AssetMantle/schema/ids/base/any_id.proto"; import "gogoproto/gogo.proto"; message IDList { diff --git a/proto/lists/base/parameter_list.proto b/proto/AssetMantle/schema/lists/base/parameter_list.proto similarity index 63% rename from proto/lists/base/parameter_list.proto rename to proto/AssetMantle/schema/lists/base/parameter_list.proto index f6c8a4a3d..86a05dba4 100644 --- a/proto/lists/base/parameter_list.proto +++ b/proto/AssetMantle/schema/lists/base/parameter_list.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package assetmantle.schema.lists.base; +package AssetMantle.schema.lists.base; import "gogoproto/gogo.proto"; -import "parameters/base/parameter.proto"; +import "AssetMantle/schema/parameters/base/parameter.proto"; message ParameterList { option (gogoproto.goproto_getters) = false; diff --git a/proto/lists/base/property_list.proto b/proto/AssetMantle/schema/lists/base/property_list.proto similarity index 63% rename from proto/lists/base/property_list.proto rename to proto/AssetMantle/schema/lists/base/property_list.proto index dfac96225..5f641e6d5 100644 --- a/proto/lists/base/property_list.proto +++ b/proto/AssetMantle/schema/lists/base/property_list.proto @@ -1,7 +1,7 @@ syntax = "proto3"; -package assetmantle.schema.lists.base; +package AssetMantle.schema.lists.base; -import "properties/base/any_property.proto"; +import "AssetMantle/schema/properties/base/any_property.proto"; import "gogoproto/gogo.proto"; message PropertyList { diff --git a/proto/parameters/base/parameter.proto b/proto/AssetMantle/schema/parameters/base/parameter.proto similarity index 60% rename from proto/parameters/base/parameter.proto rename to proto/AssetMantle/schema/parameters/base/parameter.proto index d37b55801..53dc883db 100644 --- a/proto/parameters/base/parameter.proto +++ b/proto/AssetMantle/schema/parameters/base/parameter.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package assetmantle.schema.parameters.base; +package AssetMantle.schema.parameters.base; import "gogoproto/gogo.proto"; -import "properties/base/meta_property.proto"; +import "AssetMantle/schema/properties/base/meta_property.proto"; message Parameter { option (gogoproto.goproto_getters) = false; diff --git a/proto/properties/base/any_property.proto b/proto/AssetMantle/schema/properties/base/any_property.proto similarity index 58% rename from proto/properties/base/any_property.proto rename to proto/AssetMantle/schema/properties/base/any_property.proto index a379757f5..6ef52612c 100644 --- a/proto/properties/base/any_property.proto +++ b/proto/AssetMantle/schema/properties/base/any_property.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package assetmantle.schema.properties.base; +package AssetMantle.schema.properties.base; import "gogoproto/gogo.proto"; -import "properties/base/mesa_property.proto"; -import "properties/base/meta_property.proto"; +import "AssetMantle/schema/properties/base/mesa_property.proto"; +import "AssetMantle/schema/properties/base/meta_property.proto"; message AnyProperty { option (gogoproto.goproto_getters) = false; diff --git a/proto/properties/base/mesa_property.proto b/proto/AssetMantle/schema/properties/base/mesa_property.proto similarity index 55% rename from proto/properties/base/mesa_property.proto rename to proto/AssetMantle/schema/properties/base/mesa_property.proto index fdbda12bb..a4d321b0f 100644 --- a/proto/properties/base/mesa_property.proto +++ b/proto/AssetMantle/schema/properties/base/mesa_property.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package assetmantle.schema.properties.base; +package AssetMantle.schema.properties.base; import "gogoproto/gogo.proto"; -import "ids/base/data_id.proto"; -import "ids/base/property_id.proto"; +import "AssetMantle/schema/ids/base/data_id.proto"; +import "AssetMantle/schema/ids/base/property_id.proto"; message MesaProperty { option (gogoproto.goproto_getters) = false; diff --git a/proto/properties/base/meta_property.proto b/proto/AssetMantle/schema/properties/base/meta_property.proto similarity index 54% rename from proto/properties/base/meta_property.proto rename to proto/AssetMantle/schema/properties/base/meta_property.proto index 56c9d6a22..a508177c6 100644 --- a/proto/properties/base/meta_property.proto +++ b/proto/AssetMantle/schema/properties/base/meta_property.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package assetmantle.schema.properties.base; +package AssetMantle.schema.properties.base; -import "data/base/any_data.proto"; +import "AssetMantle/schema/data/base/any_data.proto"; import "gogoproto/gogo.proto"; -import "ids/base/property_id.proto"; +import "AssetMantle/schema/ids/base/property_id.proto"; message MetaProperty { option (gogoproto.goproto_getters) = false; diff --git a/proto/qualified/base/immutables.proto b/proto/AssetMantle/schema/qualified/base/immutables.proto similarity index 61% rename from proto/qualified/base/immutables.proto rename to proto/AssetMantle/schema/qualified/base/immutables.proto index d36fa7527..cec135cf7 100644 --- a/proto/qualified/base/immutables.proto +++ b/proto/AssetMantle/schema/qualified/base/immutables.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package assetmantle.schema.qualified.base; +package AssetMantle.schema.qualified.base; import "gogoproto/gogo.proto"; -import "lists/base/property_list.proto"; +import "AssetMantle/schema/lists/base/property_list.proto"; message Immutables { option (gogoproto.goproto_getters) = false; diff --git a/proto/qualified/base/mutables.proto b/proto/AssetMantle/schema/qualified/base/mutables.proto similarity index 61% rename from proto/qualified/base/mutables.proto rename to proto/AssetMantle/schema/qualified/base/mutables.proto index d8af51d28..1eb47f12b 100644 --- a/proto/qualified/base/mutables.proto +++ b/proto/AssetMantle/schema/qualified/base/mutables.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package assetmantle.schema.qualified.base; +package AssetMantle.schema.qualified.base; import "gogoproto/gogo.proto"; -import "lists/base/property_list.proto"; +import "AssetMantle/schema/lists/base/property_list.proto"; message Mutables { option (gogoproto.goproto_getters) = false; diff --git a/proto/types/base/height.proto b/proto/AssetMantle/schema/types/base/height.proto similarity index 77% rename from proto/types/base/height.proto rename to proto/AssetMantle/schema/types/base/height.proto index 0bf8fa6c1..843ada20c 100644 --- a/proto/types/base/height.proto +++ b/proto/AssetMantle/schema/types/base/height.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.types.base; +package AssetMantle.schema.types.base; import "gogoproto/gogo.proto"; diff --git a/proto/types/base/split.proto b/proto/AssetMantle/schema/types/base/split.proto similarity index 77% rename from proto/types/base/split.proto rename to proto/AssetMantle/schema/types/base/split.proto index 83e84e1ce..b76924da5 100644 --- a/proto/types/base/split.proto +++ b/proto/AssetMantle/schema/types/base/split.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package assetmantle.schema.types.base; +package AssetMantle.schema.types.base; import "gogoproto/gogo.proto"; diff --git a/proto/buf.gen.yaml b/proto/buf.gen.yaml index c668b0247..7d9ea7b30 100644 --- a/proto/buf.gen.yaml +++ b/proto/buf.gen.yaml @@ -2,12 +2,9 @@ version: v1 managed: enabled: true go_package_prefix: - default: github.com/AssetMantle/schema/go + default: github.com except: - - buf.build/googleapis/googleapis - buf.build/cosmos/gogo-proto - - buf.build/cosmos/cosmos-sdk plugins: - name: gocosmos - out: ../go - opt: plugins=grpc,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/struct.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types,Mcosmos/orm/v1alpha1/orm.proto=github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1,paths=source_relative \ No newline at end of file + out: ../ \ No newline at end of file diff --git a/proto/buf.lock b/proto/buf.lock index 0d72cafc6..6bce5f5fc 100644 --- a/proto/buf.lock +++ b/proto/buf.lock @@ -1,19 +1,8 @@ # Generated by buf. DO NOT EDIT. version: v1 deps: - - remote: buf.build - owner: cosmos - repository: cosmos-proto - commit: 1935555c206d4afb9e94615dfd0fad31 - - remote: buf.build - owner: cosmos - repository: cosmos-sdk - commit: d0536f4cfdc948e49ed0ec7bf049576f - remote: buf.build owner: cosmos repository: gogo-proto - commit: 5e5b9fdd01804356895f8f79a6f1ddc1 - - remote: buf.build - owner: googleapis - repository: googleapis - commit: 711e289f6a384c4caeebaff7c6931ade + commit: 88ef6483f90f478fb938c37dde52ece3 + digest: shake256:89c45df2aa11e0cff97b0d695436713db3d993d76792e9f8dc1ae90e6ab9a9bec55503d48ceedd6b86069ab07d3041b32001b2bfe0227fa725dd515ff381e5ba diff --git a/proto/buf.yaml b/proto/buf.yaml index 342daa556..1d5f84a23 100644 --- a/proto/buf.yaml +++ b/proto/buf.yaml @@ -1,10 +1,7 @@ version: v1 name: buf.build/assetmantle/schema deps: - - buf.build/cosmos/cosmos-sdk - - buf.build/cosmos/cosmos-proto - buf.build/cosmos/gogo-proto - - buf.build/googleapis/googleapis breaking: use: - FILE @@ -13,5 +10,4 @@ lint: - DEFAULT except: - PACKAGE_VERSION_SUFFIX - - PACKAGE_DIRECTORY_MATCH diff --git a/proto/data/base/any_data.proto b/proto/data/base/any_data.proto deleted file mode 100644 index 6a2de819a..000000000 --- a/proto/data/base/any_data.proto +++ /dev/null @@ -1,29 +0,0 @@ -syntax = "proto3"; -package assetmantle.schema.data.base; - -import "data/base/acc_address_data.proto"; -import "data/base/boolean_data.proto"; -import "data/base/dec_data.proto"; -import "data/base/height_data.proto"; -import "data/base/id_data.proto"; -import "data/base/linked_data.proto"; -import "data/base/list_data.proto"; -import "data/base/number_data.proto"; -import "data/base/string_data.proto"; -import "gogoproto/gogo.proto"; - -message AnyData { - option (gogoproto.goproto_getters) = false; - - oneof impl { - AccAddressData acc_address_data = 1; - BooleanData boolean_data = 2; - DecData dec_data = 3; - HeightData height_data = 4; - IDData i_d_data = 5; - ListData list_data = 6; - LinkedData linked_data = 7; - NumberData number_data = 8; - StringData string_data = 9; - } -} \ No newline at end of file diff --git a/proto/data/base/any_listable_data.proto b/proto/data/base/any_listable_data.proto deleted file mode 100644 index 8f36666b1..000000000 --- a/proto/data/base/any_listable_data.proto +++ /dev/null @@ -1,27 +0,0 @@ -syntax = "proto3"; -package assetmantle.schema.data.base; - -import "data/base/acc_address_data.proto"; -import "data/base/boolean_data.proto"; -import "data/base/dec_data.proto"; -import "data/base/linked_data.proto"; -import "data/base/height_data.proto"; -import "data/base/id_data.proto"; -import "data/base/number_data.proto"; -import "data/base/string_data.proto"; -import "gogoproto/gogo.proto"; - -message AnyListableData { - option (gogoproto.goproto_getters) = false; - - oneof impl { - AccAddressData acc_address_data = 1; - BooleanData boolean_data = 2; - DecData dec_data = 3; - HeightData height_data = 4; - IDData i_d_data = 5; - LinkedData linked_data = 6; - NumberData number_data = 7; - StringData string_data = 8; - } -} \ No newline at end of file diff --git a/proto/ids/base/any_id.proto b/proto/ids/base/any_id.proto deleted file mode 100644 index 7b8b68f86..000000000 --- a/proto/ids/base/any_id.proto +++ /dev/null @@ -1,31 +0,0 @@ -syntax = "proto3"; -package assetmantle.schema.ids.base; - -import "gogoproto/gogo.proto"; -import "ids/base/asset_id.proto"; -import "ids/base/classification_id.proto"; -import "ids/base/data_id.proto"; -import "ids/base/hash_id.proto"; -import "ids/base/identity_id.proto"; -import "ids/base/maintainer_id.proto"; -import "ids/base/order_id.proto"; -import "ids/base/property_id.proto"; -import "ids/base/split_id.proto"; -import "ids/base/string_id.proto"; - -message AnyID { - option (gogoproto.goproto_getters) = false; - - oneof impl { - AssetID asset_i_d = 1; - ClassificationID classification_i_d = 2; - DataID data_i_d = 3; - HashID hash_i_d = 4; - IdentityID identity_i_d = 5; - MaintainerID maintainer_i_d = 6; - OrderID order_i_d = 7; - PropertyID property_i_d = 8; - SplitID split_i_d = 9; - StringID string_i_d = 10; - } -} \ No newline at end of file diff --git a/go/qualified/base/codec.go b/qualified/base/codec.go similarity index 84% rename from go/qualified/base/codec.go rename to qualified/base/codec.go index 19991c24b..74f0196d2 100644 --- a/go/qualified/base/codec.go +++ b/qualified/base/codec.go @@ -6,7 +6,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/qualified/base/codec_test.go b/qualified/base/codec_test.go similarity index 100% rename from go/qualified/base/codec_test.go rename to qualified/base/codec_test.go diff --git a/go/qualified/base/immutables.go b/qualified/base/immutables.go similarity index 81% rename from go/qualified/base/immutables.go rename to qualified/base/immutables.go index b1514ab35..f2224cb81 100644 --- a/go/qualified/base/immutables.go +++ b/qualified/base/immutables.go @@ -4,12 +4,12 @@ package base import ( - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/qualified" ) var _ qualified.Immutables = (*Immutables)(nil) diff --git a/go/qualified/base/immutables.pb.go b/qualified/base/immutables.pb.go similarity index 74% rename from go/qualified/base/immutables.pb.go rename to qualified/base/immutables.pb.go index fa0ad634e..d6da9f0e5 100644 --- a/go/qualified/base/immutables.pb.go +++ b/qualified/base/immutables.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: qualified/base/immutables.proto +// source: AssetMantle/schema/qualified/base/immutables.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/lists/base" + base "github.com/AssetMantle/schema/lists/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *Immutables) Reset() { *m = Immutables{} } func (m *Immutables) String() string { return proto.CompactTextString(m) } func (*Immutables) ProtoMessage() {} func (*Immutables) Descriptor() ([]byte, []int) { - return fileDescriptor_512ca6b6c76b72d3, []int{0} + return fileDescriptor_958a5a8ca9b47985, []int{0} } func (m *Immutables) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,33 +62,35 @@ func (m *Immutables) XXX_DiscardUnknown() { var xxx_messageInfo_Immutables proto.InternalMessageInfo func init() { - proto.RegisterType((*Immutables)(nil), "assetmantle.schema.qualified.base.Immutables") + proto.RegisterType((*Immutables)(nil), "AssetMantle.schema.qualified.base.Immutables") } -func init() { proto.RegisterFile("qualified/base/immutables.proto", fileDescriptor_512ca6b6c76b72d3) } +func init() { + proto.RegisterFile("AssetMantle/schema/qualified/base/immutables.proto", fileDescriptor_958a5a8ca9b47985) +} -var fileDescriptor_512ca6b6c76b72d3 = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2f, 0x2c, 0x4d, 0xcc, - 0xc9, 0x4c, 0xcb, 0x4c, 0x4d, 0xd1, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0xcc, 0xcd, 0x2d, 0x2d, - 0x49, 0x4c, 0xca, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x4c, 0x2c, 0x2e, - 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, - 0x83, 0xeb, 0xd1, 0x03, 0xe9, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd6, 0x07, 0xb1, - 0x20, 0x1a, 0xa5, 0xe4, 0x72, 0x32, 0x8b, 0x4b, 0x8a, 0x21, 0xa6, 0x16, 0x14, 0xe5, 0x17, 0xa4, - 0x16, 0x95, 0x54, 0xc6, 0x83, 0xc4, 0x20, 0xf2, 0x4a, 0x29, 0x5c, 0x5c, 0x9e, 0x70, 0xcb, 0x84, - 0x02, 0xb8, 0x78, 0x51, 0x14, 0x49, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0x69, 0xeb, 0x61, 0xb1, - 0x1e, 0x6c, 0x30, 0xd8, 0x6a, 0xbd, 0x00, 0xa8, 0x1e, 0x9f, 0xcc, 0xe2, 0x92, 0x20, 0x9e, 0x02, - 0x24, 0x9e, 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0x95, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, - 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, - 0xdc, 0x78, 0x2c, 0xc7, 0xc0, 0xa5, 0x9a, 0x9c, 0x9f, 0xab, 0x47, 0xd0, 0x77, 0x4e, 0xfc, 0x08, - 0x57, 0x06, 0x80, 0x1c, 0x1e, 0xc0, 0x18, 0xa5, 0x9f, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, - 0x9c, 0x9f, 0xab, 0xef, 0x08, 0x32, 0xc0, 0x17, 0x6c, 0x80, 0x3e, 0xc4, 0x00, 0xfd, 0xf4, 0x7c, - 0x7d, 0xd4, 0x50, 0x5d, 0xc4, 0xc4, 0xe2, 0x18, 0x1c, 0xe8, 0xb4, 0x8a, 0x49, 0xd1, 0x11, 0xc9, - 0xba, 0x60, 0x88, 0x75, 0x81, 0x70, 0xeb, 0x9c, 0x12, 0x8b, 0x53, 0x4f, 0xa1, 0xa8, 0x89, 0x81, - 0xa8, 0x89, 0x81, 0xab, 0x89, 0x01, 0xa9, 0x79, 0xc4, 0xa4, 0x4b, 0x50, 0x4d, 0x8c, 0x7b, 0x80, - 0x93, 0x6f, 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, 0x2b, 0x26, 0x15, 0x24, 0xf5, 0x56, 0x56, - 0x10, 0x0d, 0x56, 0x56, 0x70, 0x1d, 0x56, 0x56, 0x20, 0x2d, 0x49, 0x6c, 0xe0, 0x88, 0x31, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0xba, 0x3e, 0xd9, 0x87, 0x14, 0x02, 0x00, 0x00, +var fileDescriptor_958a5a8ca9b47985 = []byte{ + // 311 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0x2c, 0x4d, 0xcc, 0xc9, 0x4c, 0xcb, 0x4c, 0x4d, 0xd1, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0xcc, + 0xcd, 0x2d, 0x2d, 0x49, 0x4c, 0xca, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, + 0x44, 0xd2, 0xa3, 0x07, 0xd1, 0xa3, 0x07, 0xd7, 0xa3, 0x07, 0xd2, 0x23, 0x25, 0x92, 0x9e, 0x9f, + 0x9e, 0x0f, 0x56, 0xad, 0x0f, 0x62, 0x41, 0x34, 0x4a, 0x19, 0x62, 0xb1, 0x2c, 0x27, 0xb3, 0xb8, + 0xa4, 0x18, 0x62, 0x51, 0x41, 0x51, 0x7e, 0x41, 0x6a, 0x51, 0x49, 0x65, 0x3c, 0x48, 0x0c, 0xa2, + 0x45, 0x29, 0x85, 0x8b, 0xcb, 0x13, 0x6e, 0xbf, 0x50, 0x00, 0x17, 0x2f, 0x8a, 0x22, 0x09, 0x46, + 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x6d, 0x3d, 0x2c, 0x2e, 0x02, 0x1b, 0x0c, 0x76, 0x8d, 0x5e, 0x00, + 0x54, 0x8f, 0x4f, 0x66, 0x71, 0x49, 0x10, 0x4f, 0x01, 0x12, 0xcf, 0x8a, 0xa5, 0x63, 0x81, 0x3c, + 0x83, 0xd3, 0x32, 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, + 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, 0x52, 0x4d, + 0xce, 0xcf, 0xd5, 0x23, 0xe8, 0x61, 0x27, 0x7e, 0x84, 0x2b, 0x03, 0x40, 0x0e, 0x0f, 0x60, 0x8c, + 0xd2, 0x49, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x27, 0x18, 0xca, 0x8b, + 0x98, 0x58, 0x1c, 0x83, 0x03, 0x9d, 0x56, 0x31, 0xa1, 0x04, 0x6e, 0x30, 0xc4, 0xae, 0x40, 0xb8, + 0x5d, 0x4e, 0x89, 0xc5, 0xa9, 0xa7, 0x50, 0xd4, 0xc4, 0x40, 0xd4, 0xc4, 0xc0, 0xd5, 0xc4, 0x80, + 0xd4, 0x3c, 0x62, 0xd2, 0x25, 0xa8, 0x26, 0xc6, 0x3d, 0xc0, 0xc9, 0x37, 0xb5, 0x24, 0x31, 0x25, + 0xb1, 0x24, 0xf1, 0x15, 0x93, 0x0a, 0x92, 0x7a, 0x2b, 0x2b, 0x88, 0x06, 0x2b, 0x2b, 0xb8, 0x0e, + 0x2b, 0x2b, 0x90, 0x96, 0x24, 0x36, 0x70, 0xac, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xa5, + 0xde, 0xf4, 0xeb, 0x37, 0x02, 0x00, 0x00, } func (m *Immutables) Marshal() (dAtA []byte, err error) { diff --git a/go/qualified/base/immutables_test.go b/qualified/base/immutables_test.go similarity index 89% rename from go/qualified/base/immutables_test.go rename to qualified/base/immutables_test.go index 59202495b..c94397634 100644 --- a/go/qualified/base/immutables_test.go +++ b/qualified/base/immutables_test.go @@ -7,13 +7,13 @@ import ( "reflect" "testing" - baseData "github.com/AssetMantle/schema/go/data/base" - "github.com/AssetMantle/schema/go/ids" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/lists/base" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/qualified" + baseData "github.com/AssetMantle/schema/data/base" + "github.com/AssetMantle/schema/ids" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/lists/base" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/qualified" ) func TestNewImmutables(t *testing.T) { diff --git a/go/qualified/base/mutables.go b/qualified/base/mutables.go similarity index 82% rename from go/qualified/base/mutables.go rename to qualified/base/mutables.go index 555bfa5cd..3d6a18719 100644 --- a/go/qualified/base/mutables.go +++ b/qualified/base/mutables.go @@ -4,11 +4,11 @@ package base import ( - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/lists" - baseLists "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - "github.com/AssetMantle/schema/go/qualified" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/lists" + baseLists "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + "github.com/AssetMantle/schema/qualified" ) var _ qualified.Mutables = (*Mutables)(nil) diff --git a/go/qualified/base/mutables.pb.go b/qualified/base/mutables.pb.go similarity index 74% rename from go/qualified/base/mutables.pb.go rename to qualified/base/mutables.pb.go index 9ae9531c1..18dafd100 100644 --- a/go/qualified/base/mutables.pb.go +++ b/qualified/base/mutables.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: qualified/base/mutables.proto +// source: AssetMantle/schema/qualified/base/mutables.proto package base import ( fmt "fmt" - base "github.com/AssetMantle/schema/go/lists/base" + base "github.com/AssetMantle/schema/lists/base" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *Mutables) Reset() { *m = Mutables{} } func (m *Mutables) String() string { return proto.CompactTextString(m) } func (*Mutables) ProtoMessage() {} func (*Mutables) Descriptor() ([]byte, []int) { - return fileDescriptor_88c43dff63099296, []int{0} + return fileDescriptor_68db4e6cfc1258ed, []int{0} } func (m *Mutables) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -62,33 +62,35 @@ func (m *Mutables) XXX_DiscardUnknown() { var xxx_messageInfo_Mutables proto.InternalMessageInfo func init() { - proto.RegisterType((*Mutables)(nil), "assetmantle.schema.qualified.base.Mutables") + proto.RegisterType((*Mutables)(nil), "AssetMantle.schema.qualified.base.Mutables") } -func init() { proto.RegisterFile("qualified/base/mutables.proto", fileDescriptor_88c43dff63099296) } +func init() { + proto.RegisterFile("AssetMantle/schema/qualified/base/mutables.proto", fileDescriptor_68db4e6cfc1258ed) +} -var fileDescriptor_88c43dff63099296 = []byte{ - // 315 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2d, 0x2c, 0x4d, 0xcc, - 0xc9, 0x4c, 0xcb, 0x4c, 0x4d, 0xd1, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x2d, 0x2d, 0x49, 0x4c, - 0xca, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x4c, 0x2c, 0x2e, 0x4e, 0x2d, - 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x83, 0xeb, - 0xd0, 0x03, 0xe9, 0x90, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd6, 0x07, 0xb1, 0x20, 0x1a, - 0xa5, 0xe4, 0x72, 0x32, 0x8b, 0x4b, 0x8a, 0x21, 0x66, 0x16, 0x14, 0xe5, 0x17, 0xa4, 0x16, 0x95, - 0x54, 0xc6, 0x83, 0xc4, 0x20, 0xf2, 0x4a, 0x49, 0x5c, 0x1c, 0xbe, 0x50, 0xab, 0x84, 0x02, 0xb8, - 0x78, 0x51, 0x94, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0x69, 0xeb, 0x61, 0xb1, 0x1c, 0x6c, - 0x2c, 0xd8, 0x62, 0xbd, 0x00, 0xa8, 0x1e, 0x9f, 0xcc, 0xe2, 0x92, 0x20, 0x9e, 0x02, 0x24, 0x9e, - 0x15, 0x4b, 0xc7, 0x02, 0x79, 0x06, 0xa7, 0xe5, 0x4c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, - 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, - 0x2c, 0xc7, 0xc0, 0xa5, 0x9a, 0x9c, 0x9f, 0xab, 0x47, 0xd0, 0x6f, 0x4e, 0xbc, 0x30, 0x37, 0x06, - 0x80, 0x1c, 0x1d, 0xc0, 0x18, 0xa5, 0x9f, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, - 0xab, 0xef, 0x08, 0xd2, 0xee, 0x0b, 0xd6, 0xae, 0x0f, 0xd1, 0xae, 0x9f, 0x9e, 0xaf, 0x8f, 0x1a, - 0x9e, 0x8b, 0x98, 0x58, 0x1c, 0x83, 0x03, 0x9d, 0x56, 0x31, 0x29, 0x3a, 0x22, 0x59, 0x16, 0x0c, - 0xb1, 0x2c, 0x10, 0x6e, 0x99, 0x53, 0x62, 0x71, 0xea, 0x29, 0x14, 0x35, 0x31, 0x10, 0x35, 0x31, - 0x70, 0x35, 0x31, 0x20, 0x35, 0x8f, 0x98, 0x74, 0x09, 0xaa, 0x89, 0x71, 0x0f, 0x70, 0xf2, 0x4d, - 0x2d, 0x49, 0x4c, 0x49, 0x2c, 0x49, 0x7c, 0xc5, 0xa4, 0x82, 0xa4, 0xde, 0xca, 0x0a, 0xa2, 0xc1, - 0xca, 0x0a, 0xae, 0xc3, 0xca, 0x0a, 0xa4, 0x25, 0x89, 0x0d, 0x1c, 0x29, 0xc6, 0x80, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xe2, 0x56, 0x5e, 0xcd, 0x0e, 0x02, 0x00, 0x00, +var fileDescriptor_68db4e6cfc1258ed = []byte{ + // 309 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x70, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0x2c, 0x4d, 0xcc, 0xc9, 0x4c, 0xcb, 0x4c, 0x4d, 0xd1, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x2d, + 0x2d, 0x49, 0x4c, 0xca, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x44, 0xd2, + 0xa1, 0x07, 0xd1, 0xa1, 0x07, 0xd7, 0xa1, 0x07, 0xd2, 0x21, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, + 0x56, 0xad, 0x0f, 0x62, 0x41, 0x34, 0x4a, 0x19, 0x62, 0xb1, 0x2a, 0x27, 0xb3, 0xb8, 0xa4, 0x18, + 0x62, 0x4d, 0x41, 0x51, 0x7e, 0x41, 0x6a, 0x51, 0x49, 0x65, 0x3c, 0x48, 0x0c, 0xa2, 0x45, 0x29, + 0x89, 0x8b, 0xc3, 0x17, 0x6a, 0xbb, 0x50, 0x00, 0x17, 0x2f, 0x8a, 0x12, 0x09, 0x46, 0x05, 0x46, + 0x0d, 0x6e, 0x23, 0x6d, 0x3d, 0x2c, 0xee, 0x01, 0x1b, 0x0b, 0x76, 0x8b, 0x5e, 0x00, 0x54, 0x8f, + 0x4f, 0x66, 0x71, 0x49, 0x10, 0x4f, 0x01, 0x12, 0xcf, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0xd3, + 0x12, 0xa6, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, + 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0xe0, 0x52, 0x4d, 0xce, 0xcf, + 0xd5, 0x23, 0xe8, 0x5d, 0x27, 0x5e, 0x98, 0x1b, 0x03, 0x40, 0x8e, 0x0e, 0x60, 0x8c, 0xd2, 0x49, + 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x27, 0x18, 0xbe, 0x8b, 0x98, 0x58, + 0x1c, 0x83, 0x03, 0x9d, 0x56, 0x31, 0xa1, 0x04, 0x6c, 0x30, 0xc4, 0xa6, 0x40, 0xb8, 0x4d, 0x4e, + 0x89, 0xc5, 0xa9, 0xa7, 0x50, 0xd4, 0xc4, 0x40, 0xd4, 0xc4, 0xc0, 0xd5, 0xc4, 0x80, 0xd4, 0x3c, + 0x62, 0xd2, 0x25, 0xa8, 0x26, 0xc6, 0x3d, 0xc0, 0xc9, 0x37, 0xb5, 0x24, 0x31, 0x25, 0xb1, 0x24, + 0xf1, 0x15, 0x93, 0x0a, 0x92, 0x7a, 0x2b, 0x2b, 0x88, 0x06, 0x2b, 0x2b, 0xb8, 0x0e, 0x2b, 0x2b, + 0x90, 0x96, 0x24, 0x36, 0x70, 0x8c, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x8c, 0x3a, + 0x46, 0x31, 0x02, 0x00, 0x00, } func (m *Mutables) Marshal() (dAtA []byte, err error) { diff --git a/go/qualified/base/mutables_test.go b/qualified/base/mutables_test.go similarity index 89% rename from go/qualified/base/mutables_test.go rename to qualified/base/mutables_test.go index 40717caf0..9185038cf 100644 --- a/go/qualified/base/mutables_test.go +++ b/qualified/base/mutables_test.go @@ -7,13 +7,13 @@ import ( "reflect" "testing" - baseData "github.com/AssetMantle/schema/go/data/base" - baseIDs "github.com/AssetMantle/schema/go/ids/base" - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/lists/base" - "github.com/AssetMantle/schema/go/properties" - baseProperties "github.com/AssetMantle/schema/go/properties/base" - "github.com/AssetMantle/schema/go/qualified" + baseData "github.com/AssetMantle/schema/data/base" + baseIDs "github.com/AssetMantle/schema/ids/base" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/lists/base" + "github.com/AssetMantle/schema/properties" + baseProperties "github.com/AssetMantle/schema/properties/base" + "github.com/AssetMantle/schema/qualified" ) type fields struct { diff --git a/go/qualified/codec.go b/qualified/codec.go similarity index 100% rename from go/qualified/codec.go rename to qualified/codec.go diff --git a/go/qualified/codec_test.go b/qualified/codec_test.go similarity index 100% rename from go/qualified/codec_test.go rename to qualified/codec_test.go diff --git a/go/qualified/immutables.go b/qualified/immutables.go similarity index 76% rename from go/qualified/immutables.go rename to qualified/immutables.go index 706ae4359..417618bab 100644 --- a/go/qualified/immutables.go +++ b/qualified/immutables.go @@ -4,9 +4,9 @@ package qualified import ( - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/properties" ) type Immutables interface { diff --git a/go/qualified/mutables.go b/qualified/mutables.go similarity index 76% rename from go/qualified/mutables.go rename to qualified/mutables.go index d72b47d20..6c1ca973f 100644 --- a/go/qualified/mutables.go +++ b/qualified/mutables.go @@ -4,9 +4,9 @@ package qualified import ( - "github.com/AssetMantle/schema/go/ids" - "github.com/AssetMantle/schema/go/lists" - "github.com/AssetMantle/schema/go/properties" + "github.com/AssetMantle/schema/ids" + "github.com/AssetMantle/schema/lists" + "github.com/AssetMantle/schema/properties" ) type Mutables interface { diff --git a/go/types/base/codec.go b/types/base/codec.go similarity index 84% rename from go/types/base/codec.go rename to types/base/codec.go index 4c090230d..8c47dff16 100644 --- a/go/types/base/codec.go +++ b/types/base/codec.go @@ -6,7 +6,7 @@ package base import ( "github.com/cosmos/cosmos-sdk/codec" - codecUtilities "github.com/AssetMantle/schema/go/codec/utilities" + codecUtilities "github.com/AssetMantle/schema/codec/utilities" ) func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) { diff --git a/go/types/base/codec_test.go b/types/base/codec_test.go similarity index 100% rename from go/types/base/codec_test.go rename to types/base/codec_test.go diff --git a/go/types/base/height.go b/types/base/height.go similarity index 92% rename from go/types/base/height.go rename to types/base/height.go index 79f53d25b..50abcbea5 100644 --- a/go/types/base/height.go +++ b/types/base/height.go @@ -7,8 +7,8 @@ import ( "context" "encoding/binary" "fmt" - "github.com/AssetMantle/schema/go/types" - "github.com/AssetMantle/schema/go/types/constants" + "github.com/AssetMantle/schema/types" + "github.com/AssetMantle/schema/types/constants" sdkTypes "github.com/cosmos/cosmos-sdk/types" ) diff --git a/go/types/base/height.pb.go b/types/base/height.pb.go similarity index 75% rename from go/types/base/height.pb.go rename to types/base/height.pb.go index 0ac5b6860..910721e06 100644 --- a/go/types/base/height.pb.go +++ b/types/base/height.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: types/base/height.proto +// source: AssetMantle/schema/types/base/height.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *Height) Reset() { *m = Height{} } func (m *Height) String() string { return proto.CompactTextString(m) } func (*Height) ProtoMessage() {} func (*Height) Descriptor() ([]byte, []int) { - return fileDescriptor_7588447ac7954677, []int{0} + return fileDescriptor_7706363ad9131eb1, []int{0} } func (m *Height) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,30 +61,32 @@ func (m *Height) XXX_DiscardUnknown() { var xxx_messageInfo_Height proto.InternalMessageInfo func init() { - proto.RegisterType((*Height)(nil), "assetmantle.schema.types.base.Height") + proto.RegisterType((*Height)(nil), "AssetMantle.schema.types.base.Height") } -func init() { proto.RegisterFile("types/base/height.proto", fileDescriptor_7588447ac7954677) } +func init() { + proto.RegisterFile("AssetMantle/schema/types/base/height.proto", fileDescriptor_7706363ad9131eb1) +} -var fileDescriptor_7588447ac7954677 = []byte{ - // 269 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2f, 0xa9, 0x2c, 0x48, - 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x48, 0xcd, 0x4c, 0xcf, 0x28, 0xd1, 0x2b, 0x28, - 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4d, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, - 0xd5, 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x03, 0xab, 0xd5, 0x03, 0xa9, 0x95, 0x12, 0x49, - 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd4, 0x07, 0xb1, 0x20, 0x9a, 0x94, 0x54, 0xb8, 0xd8, 0x3c, 0xc0, - 0x86, 0x08, 0x89, 0x70, 0xb1, 0x96, 0x25, 0xe6, 0x94, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x30, - 0x07, 0x41, 0x38, 0x56, 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0x7a, 0x99, 0x4e, 0x3c, 0x92, 0x63, - 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, - 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x31, 0x39, 0x3f, 0x57, 0x0f, 0xaf, 0xcd, 0x4e, 0xdc, - 0x10, 0x1b, 0x02, 0x40, 0x16, 0x06, 0x30, 0x46, 0x69, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, - 0x25, 0xe7, 0xe7, 0xea, 0x3b, 0x82, 0x34, 0xfa, 0x82, 0x35, 0xea, 0x43, 0x34, 0xea, 0xa7, 0xe7, - 0xeb, 0x23, 0x7c, 0xb8, 0x88, 0x89, 0xc5, 0x31, 0x38, 0xc4, 0x69, 0x15, 0x93, 0xac, 0x23, 0x92, - 0x15, 0xc1, 0x10, 0x2b, 0x42, 0xc0, 0x56, 0x38, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8f, 0x81, - 0xc8, 0xc7, 0x80, 0xe5, 0x63, 0x40, 0xf2, 0x8f, 0x98, 0x34, 0xf1, 0xca, 0xc7, 0xb8, 0x07, 0x38, - 0xf9, 0xa6, 0x96, 0x24, 0xa6, 0x24, 0x96, 0x24, 0xbe, 0x62, 0x52, 0x40, 0x52, 0x6b, 0x65, 0x05, - 0x51, 0x6c, 0x65, 0x05, 0x56, 0x6d, 0x65, 0x05, 0x52, 0x9e, 0xc4, 0x06, 0x0e, 0x3c, 0x63, 0x40, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x9f, 0x23, 0x8b, 0x8c, 0x01, 0x00, 0x00, +var fileDescriptor_7706363ad9131eb1 = []byte{ + // 260 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x72, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0xcf, 0x48, 0xcd, 0x4c, 0xcf, 0x28, + 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x45, 0x52, 0xab, 0x07, 0x51, 0xab, 0x07, 0x56, + 0xab, 0x07, 0x52, 0x2b, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa9, 0x0f, 0x62, 0x41, 0x34, + 0x29, 0xa9, 0x70, 0xb1, 0x79, 0x80, 0x0d, 0x11, 0x12, 0xe1, 0x62, 0x2d, 0x4b, 0xcc, 0x29, 0x4d, + 0x95, 0x60, 0x54, 0x60, 0xd4, 0x60, 0x0e, 0x82, 0x70, 0xac, 0x58, 0x3a, 0x16, 0xc8, 0x33, 0x38, + 0x75, 0x31, 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, + 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, 0x97, 0x62, 0x72, 0x7e, + 0xae, 0x1e, 0x5e, 0x9b, 0x9d, 0xb8, 0x21, 0x36, 0x04, 0x80, 0x2c, 0x0c, 0x60, 0x8c, 0xd2, 0x48, + 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xc7, 0xeb, 0xbd, 0x45, 0x4c, 0x2c, + 0x8e, 0xc1, 0x21, 0x4e, 0xab, 0x98, 0x50, 0x7c, 0x16, 0x0c, 0x31, 0x3f, 0x04, 0x6c, 0xbe, 0x53, + 0x62, 0x71, 0xea, 0x29, 0x14, 0xf9, 0x18, 0x88, 0x7c, 0x0c, 0x58, 0x3e, 0x06, 0x24, 0xff, 0x88, + 0x49, 0x13, 0xaf, 0x7c, 0x8c, 0x7b, 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, + 0x2b, 0x26, 0x05, 0x24, 0xb5, 0x56, 0x56, 0x10, 0xc5, 0x56, 0x56, 0x60, 0xd5, 0x56, 0x56, 0x20, + 0xe5, 0x49, 0x6c, 0xe0, 0x90, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x62, 0x1c, 0x9e, 0xdb, + 0x9c, 0x01, 0x00, 0x00, } func (m *Height) Marshal() (dAtA []byte, err error) { diff --git a/go/types/base/height_test.go b/types/base/height_test.go similarity index 98% rename from go/types/base/height_test.go rename to types/base/height_test.go index eb2d6b7d5..671d62922 100644 --- a/go/types/base/height_test.go +++ b/types/base/height_test.go @@ -8,7 +8,7 @@ import ( "reflect" "testing" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/types" ) func TestNewHeight(t *testing.T) { diff --git a/go/types/base/split.go b/types/base/split.go similarity index 95% rename from go/types/base/split.go rename to types/base/split.go index 99a80bd7c..fd631e3ca 100644 --- a/go/types/base/split.go +++ b/types/base/split.go @@ -4,7 +4,7 @@ import ( "fmt" sdkTypes "github.com/cosmos/cosmos-sdk/types" - "github.com/AssetMantle/schema/go/types" + "github.com/AssetMantle/schema/types" ) var _ types.Split = (*Split)(nil) diff --git a/go/types/base/split.pb.go b/types/base/split.pb.go similarity index 76% rename from go/types/base/split.pb.go rename to types/base/split.pb.go index 4f20f33d4..46da48d1f 100644 --- a/go/types/base/split.pb.go +++ b/types/base/split.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: types/base/split.proto +// source: AssetMantle/schema/types/base/split.proto package base import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *Split) Reset() { *m = Split{} } func (m *Split) String() string { return proto.CompactTextString(m) } func (*Split) ProtoMessage() {} func (*Split) Descriptor() ([]byte, []int) { - return fileDescriptor_359f7479439c9920, []int{0} + return fileDescriptor_9e130d86004d7775, []int{0} } func (m *Split) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -61,30 +61,32 @@ func (m *Split) XXX_DiscardUnknown() { var xxx_messageInfo_Split proto.InternalMessageInfo func init() { - proto.RegisterType((*Split)(nil), "assetmantle.schema.types.base.Split") + proto.RegisterType((*Split)(nil), "AssetMantle.schema.types.base.Split") } -func init() { proto.RegisterFile("types/base/split.proto", fileDescriptor_359f7479439c9920) } +func init() { + proto.RegisterFile("AssetMantle/schema/types/base/split.proto", fileDescriptor_9e130d86004d7775) +} -var fileDescriptor_359f7479439c9920 = []byte{ - // 268 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2b, 0xa9, 0x2c, 0x48, - 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0xc8, 0xc9, 0x2c, 0xd1, 0x2b, 0x28, 0xca, - 0x2f, 0xc9, 0x17, 0x92, 0x4d, 0x2c, 0x2e, 0x4e, 0x2d, 0xc9, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, - 0x2b, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x03, 0x2b, 0xd5, 0x03, 0x29, 0x95, 0x12, 0x49, 0xcf, - 0x4f, 0xcf, 0x07, 0xab, 0xd4, 0x07, 0xb1, 0x20, 0x9a, 0x94, 0x94, 0xb9, 0x58, 0x83, 0x41, 0x66, - 0x08, 0x89, 0x70, 0xb1, 0x96, 0x25, 0xe6, 0x94, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, - 0x41, 0x38, 0x56, 0x2c, 0x1d, 0x0b, 0xe4, 0x19, 0x9c, 0x7a, 0x98, 0x4e, 0x3c, 0x92, 0x63, 0xbc, - 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, - 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x31, 0x39, 0x3f, 0x57, 0x0f, 0xaf, 0xc5, 0x4e, 0x5c, 0x60, - 0x0b, 0x02, 0x40, 0xd6, 0x05, 0x30, 0x46, 0x69, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, - 0xe7, 0xe7, 0xea, 0x3b, 0x82, 0xf4, 0xf9, 0x82, 0xf5, 0xe9, 0x43, 0xf4, 0xe9, 0xa7, 0xe7, 0xeb, - 0x23, 0xbc, 0xb7, 0x88, 0x89, 0xc5, 0x31, 0x38, 0xc4, 0x69, 0x15, 0x93, 0xac, 0x23, 0x92, 0x0d, - 0xc1, 0x10, 0x1b, 0x42, 0xc0, 0x36, 0x38, 0x25, 0x16, 0xa7, 0x9e, 0x42, 0x91, 0x8f, 0x81, 0xc8, - 0xc7, 0x80, 0xe5, 0x63, 0x40, 0xf2, 0x8f, 0x98, 0x34, 0xf1, 0xca, 0xc7, 0xb8, 0x07, 0x38, 0xf9, - 0xa6, 0x96, 0x24, 0xa6, 0x24, 0x96, 0x24, 0xbe, 0x62, 0x52, 0x40, 0x52, 0x6b, 0x65, 0x05, 0x51, - 0x6c, 0x65, 0x05, 0x56, 0x6d, 0x65, 0x05, 0x52, 0x9e, 0xc4, 0x06, 0x0e, 0x3a, 0x63, 0x40, 0x00, - 0x00, 0x00, 0xff, 0xff, 0xa9, 0xa1, 0xe2, 0x3e, 0x89, 0x01, 0x00, 0x00, +var fileDescriptor_9e130d86004d7775 = []byte{ + // 259 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x74, 0x2c, 0x2e, 0x4e, + 0x2d, 0xf1, 0x4d, 0xcc, 0x2b, 0xc9, 0x49, 0xd5, 0x2f, 0x4e, 0xce, 0x48, 0xcd, 0x4d, 0xd4, 0x2f, + 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0xc8, 0xc9, 0x2c, 0xd1, + 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x45, 0x52, 0xaa, 0x07, 0x51, 0xaa, 0x07, 0x56, 0xaa, + 0x07, 0x52, 0x2a, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa9, 0x0f, 0x62, 0x41, 0x34, 0x29, + 0x29, 0x73, 0xb1, 0x06, 0x83, 0xcc, 0x10, 0x12, 0xe1, 0x62, 0x2d, 0x4b, 0xcc, 0x29, 0x4d, 0x95, + 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x70, 0xac, 0x58, 0x3a, 0x16, 0xc8, 0x33, 0x38, 0x75, + 0x32, 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, + 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x03, 0x97, 0x62, 0x72, 0x7e, 0xae, + 0x1e, 0x5e, 0x8b, 0x9d, 0xb8, 0xc0, 0x16, 0x04, 0x80, 0xac, 0x0b, 0x60, 0x8c, 0xd2, 0x48, 0xcf, + 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xc7, 0xeb, 0xb7, 0x45, 0x4c, 0x2c, 0x8e, + 0xc1, 0x21, 0x4e, 0xab, 0x98, 0x50, 0xfc, 0x15, 0x0c, 0x31, 0x3e, 0x04, 0x6c, 0xbc, 0x53, 0x62, + 0x71, 0xea, 0x29, 0x14, 0xf9, 0x18, 0x88, 0x7c, 0x0c, 0x58, 0x3e, 0x06, 0x24, 0xff, 0x88, 0x49, + 0x13, 0xaf, 0x7c, 0x8c, 0x7b, 0x80, 0x93, 0x6f, 0x6a, 0x49, 0x62, 0x4a, 0x62, 0x49, 0xe2, 0x2b, + 0x26, 0x05, 0x24, 0xb5, 0x56, 0x56, 0x10, 0xc5, 0x56, 0x56, 0x60, 0xd5, 0x56, 0x56, 0x20, 0xe5, + 0x49, 0x6c, 0xe0, 0x70, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x43, 0xec, 0xca, 0x0f, 0x99, + 0x01, 0x00, 0x00, } func (m *Split) Marshal() (dAtA []byte, err error) { diff --git a/go/types/codec.go b/types/codec.go similarity index 100% rename from go/types/codec.go rename to types/codec.go diff --git a/go/types/codec_test.go b/types/codec_test.go similarity index 100% rename from go/types/codec_test.go rename to types/codec_test.go diff --git a/go/types/constants/height.go b/types/constants/height.go similarity index 100% rename from go/types/constants/height.go rename to types/constants/height.go diff --git a/go/types/height.go b/types/height.go similarity index 100% rename from go/types/height.go rename to types/height.go diff --git a/go/types/split.go b/types/split.go similarity index 100% rename from go/types/split.go rename to types/split.go