From b5644934e46ed25dc5f8ed6ddefa481b2d942579 Mon Sep 17 00:00:00 2001 From: guillaumemichel Date: Tue, 22 Aug 2023 15:11:21 +0200 Subject: [PATCH] fixing base32 import --- handlers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers.go b/handlers.go index 580a2c827..1a4603be3 100644 --- a/handlers.go +++ b/handlers.go @@ -16,6 +16,7 @@ import ( "github.com/libp2p/go-libp2p-kad-dht/internal" pb "github.com/libp2p/go-libp2p-kad-dht/pb" recpb "github.com/libp2p/go-libp2p-record/pb" + "github.com/multiformats/go-base32" ) // dhthandler specifies the signature of functions that handle DHT messages.