From cc1b63d1308d6a5b8d97eda57cacc7655540c678 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Tue, 30 May 2023 16:15:00 -0400 Subject: [PATCH] feat(ipld/merkledag/pb): change protobuf internal registry name to unixfs.v1.pbto prevent collisions with go-merkledag --- ipld/merkledag/pb/merkledag.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipld/merkledag/pb/merkledag.pb.go b/ipld/merkledag/pb/merkledag.pb.go index 45806ce92d..4646b7325a 100644 --- a/ipld/merkledag/pb/merkledag.pb.go +++ b/ipld/merkledag/pb/merkledag.pb.go @@ -160,8 +160,8 @@ func (m *PBNode) GetData() []byte { } func init() { - proto.RegisterType((*PBLink)(nil), "merkledag.pb.PBLink") - proto.RegisterType((*PBNode)(nil), "merkledag.pb.PBNode") + proto.RegisterType((*PBLink)(nil), "merkledag.v1.pb.PBLink") + proto.RegisterType((*PBNode)(nil), "merkledag.v1.pb.PBNode") } func init() { proto.RegisterFile("merkledag.proto", fileDescriptor_10837cc3557cec00) }