Skip to content

Commit 4480c53

Browse files
chore: updating imports
1 parent 022b0d5 commit 4480c53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rolling-shutter/p2p/floodsubpeerdiscovery/gossippeerdiscovery.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import (
88
pubsub "github.com/libp2p/go-libp2p-pubsub"
99
"github.com/libp2p/go-libp2p/core/peerstore"
1010
"github.com/rs/zerolog/log"
11-
"github.com/shutter-network/rolling-shutter/rolling-shutter/medley/encodeable/address"
1211
"google.golang.org/protobuf/proto"
12+
13+
"github.com/shutter-network/rolling-shutter/rolling-shutter/medley/encodeable/address"
1314
)
1415

1516
const defaultTopic = "_peer-discovery._p2p._pubsub"

0 commit comments

Comments
 (0)