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"
"fmt"
"io"
"maps"
"math/rand"
"net"
"net/netip"
"reflect"
"slices"
"sync"
"testing"
"time"