From 301aa99ecf5dfe9da1eb022db8e188184091efc1 Mon Sep 17 00:00:00 2001 From: Quint Daenen Date: Mon, 3 Jun 2024 20:41:18 +0200 Subject: [PATCH] Upgrade deps. --- go.mod | 2 +- go.sum | 4 ++-- ic/sns/ledger/agent.go | 2 +- registry/proto/v1/node.pb.go | 6 +++--- registry/proto/v1/subnet.pb.go | 1 + registry/proto/v1/transport.pb.go | 1 + 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index ce67e51..2272231 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/aviate-labs/secp256k1 v0.0.0-5e6736a github.com/di-wu/parser v0.3.0 github.com/fxamacker/cbor/v2 v2.6.0 - github.com/herumi/bls-go-binary v1.33.0 + github.com/herumi/bls-go-binary v1.34.0 google.golang.org/protobuf v1.34.1 ) diff --git a/go.sum b/go.sum index 65e204d..9ade8c0 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/fxamacker/cbor/v2 v2.6.0 h1:sU6J2usfADwWlYDAFhZBQ6TnLFBHxgesMrQfQgk1t github.com/fxamacker/cbor/v2 v2.6.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ= github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/herumi/bls-go-binary v1.33.0 h1:OJwWkXTsxF7SLHT8cBLJfb6i97KHfrG4DkgejLcDm78= -github.com/herumi/bls-go-binary v1.33.0/go.mod h1:O4Vp1AfR4raRGwFeQpr9X/PQtncEicMoOe6BQt1oX0Y= +github.com/herumi/bls-go-binary v1.34.0 h1:x1sKp8zzx+alvlifB+vbA0KkY0Pz4Br31cZ/saDkiFE= +github.com/herumi/bls-go-binary v1.34.0/go.mod h1:O4Vp1AfR4raRGwFeQpr9X/PQtncEicMoOe6BQt1oX0Y= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= diff --git a/ic/sns/ledger/agent.go b/ic/sns/ledger/agent.go index c543c35..9f0704a 100755 --- a/ic/sns/ledger/agent.go +++ b/ic/sns/ledger/agent.go @@ -485,7 +485,7 @@ type GetBlocksResult struct { } `ic:"blocks" json:"blocks"` ArchivedBlocks []struct { Args []GetBlocksArgs `ic:"args" json:"args"` - Callback struct { /* NOT SUPPORTED */ + Callback struct { /* NOT SUPPORTED */ } `ic:"callback" json:"callback"` } `ic:"archived_blocks" json:"archived_blocks"` } diff --git a/registry/proto/v1/node.pb.go b/registry/proto/v1/node.pb.go index ad69ec2..0d9fc22 100644 --- a/registry/proto/v1/node.pb.go +++ b/registry/proto/v1/node.pb.go @@ -180,6 +180,8 @@ func file_node_proto_rawDescGZIP() []byte { return file_node_proto_rawDescData } +func init() { file_node_proto_init() } + // A connection endpoint. type ConnectionEndpoint struct { state protoimpl.MessageState @@ -382,7 +384,6 @@ func (x *NodeRecord) GetXnet() *ConnectionEndpoint { } return nil } - func (*NodeRecord) ProtoMessage() {} func (x *NodeRecord) ProtoReflect() protoreflect.Message { mi := &file_node_proto_msgTypes[2] @@ -395,6 +396,7 @@ func (x *NodeRecord) ProtoReflect() protoreflect.Message { } return mi.MessageOf(x) } + func (x *NodeRecord) Reset() { *x = NodeRecord{} if protoimpl.UnsafeEnabled { @@ -403,8 +405,6 @@ func (x *NodeRecord) Reset() { ms.StoreMessageInfo(mi) } } - func (x *NodeRecord) String() string { return protoimpl.X.MessageStringOf(x) } -func init() { file_node_proto_init() } diff --git a/registry/proto/v1/subnet.pb.go b/registry/proto/v1/subnet.pb.go index 4c2039e..0b67deb 100644 --- a/registry/proto/v1/subnet.pb.go +++ b/registry/proto/v1/subnet.pb.go @@ -3403,6 +3403,7 @@ func (x *VerifiedIDkgDealing) Reset() { func (x *VerifiedIDkgDealing) String() string { return protoimpl.X.MessageStringOf(x) } + type isMasterPublicKeyId_KeyId interface { isMasterPublicKeyId_KeyId() } diff --git a/registry/proto/v1/transport.pb.go b/registry/proto/v1/transport.pb.go index 2eecea8..26c43d9 100644 --- a/registry/proto/v1/transport.pb.go +++ b/registry/proto/v1/transport.pb.go @@ -1670,6 +1670,7 @@ func (x *RegistryValue) Reset() { func (x *RegistryValue) String() string { return protoimpl.X.MessageStringOf(x) } + type isMixedHashTree_TreeEnum interface { isMixedHashTree_TreeEnum() }