Commit abf43026 authored by Steven Allen's avatar Steven Allen

fix import order

parent 724e0fc7
......@@ -5,12 +5,12 @@ import (
"fmt"
"time"
pb "github.com/ipfs/go-ipns/pb"
proto "github.com/gogo/protobuf/proto"
u "github.com/ipfs/go-ipfs-util"
ic "github.com/libp2p/go-libp2p-crypto"
peer "github.com/libp2p/go-libp2p-peer"
pb "github.com/ipfs/go-ipns/pb"
)
// Create creates a new IPNS entry and signs it with the given private key.
......
......@@ -4,14 +4,14 @@ import (
"bytes"
"errors"
pb "github.com/ipfs/go-ipns/pb"
proto "github.com/gogo/protobuf/proto"
logging "github.com/ipfs/go-log"
ic "github.com/libp2p/go-libp2p-crypto"
peer "github.com/libp2p/go-libp2p-peer"
pstore "github.com/libp2p/go-libp2p-peerstore"
record "github.com/libp2p/go-libp2p-record"
pb "github.com/ipfs/go-ipns/pb"
)
var log = logging.Logger("ipns")
......
......@@ -6,11 +6,11 @@ import (
"testing"
"time"
pb "github.com/ipfs/go-ipns/pb"
proto "github.com/gogo/protobuf/proto"
u "github.com/ipfs/go-ipfs-util"
ci "github.com/libp2p/go-libp2p-crypto"
pb "github.com/ipfs/go-ipns/pb"
)
func shuffle(a []*pb.IpnsEntry) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment