p2p/discover: add imports in test

This commit is contained in:
Felix Lange 2025-09-09 12:08:44 +02:00
parent 3133fd369a
commit a9f9e0d589

View file

@ -24,10 +24,12 @@ import (
"errors" "errors"
"fmt" "fmt"
"io" "io"
"maps"
"math/rand" "math/rand"
"net" "net"
"net/netip" "net/netip"
"reflect" "reflect"
"slices"
"sync" "sync"
"testing" "testing"
"time" "time"