We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f7e92 commit 9bcb802Copy full SHA for 9bcb802
internal/mdns/mdns.go
@@ -10,9 +10,9 @@ import (
10
11
"github.com/libp2p/go-libp2p-core/peer"
12
13
- "github.com/hashicorp/mdns"
14
"github.com/multiformats/go-multiaddr"
15
manet "github.com/multiformats/go-multiaddr/net"
+ "github.com/whyrusleeping/mdns"
16
)
17
18
// Notifee is notified when a new peer is found.
0 commit comments