Skip to content

Commit

Permalink
chore: update go-libp2p to v0.23.4
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/interface-go-ipfs-core@96e9f23
  • Loading branch information
marten-seemann authored and Jorropo committed Dec 9, 2022
1 parent ea6ac8c commit 90ca296
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions coreiface/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package iface
import (
"context"

path "github.com/ipfs/interface-go-ipfs-core/path"
"github.com/ipfs/interface-go-ipfs-core/path"

"github.com/ipfs/interface-go-ipfs-core/options"

"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p/core/peer"
)

// DhtAPI specifies the interface to the DHT
Expand Down
2 changes: 1 addition & 1 deletion coreiface/idfmt.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package iface

import (
peer "github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p/core/peer"
mbase "github.com/multiformats/go-multibase"
)

Expand Down
4 changes: 2 additions & 2 deletions coreiface/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package iface
import (
"context"

path "github.com/ipfs/interface-go-ipfs-core/path"
"github.com/ipfs/interface-go-ipfs-core/path"

"github.com/ipfs/interface-go-ipfs-core/options"

"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p/core/peer"
)

// Key specifies the interface to Keys in KeyAPI Keystore
Expand Down
4 changes: 2 additions & 2 deletions coreiface/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"
"io"

options "github.com/ipfs/interface-go-ipfs-core/options"
"github.com/ipfs/interface-go-ipfs-core/options"

"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p/core/peer"
)

// PubSubSubscription is an active PubSub subscription
Expand Down
6 changes: 3 additions & 3 deletions coreiface/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"errors"
"time"

"github.com/libp2p/go-libp2p-core/network"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p-core/protocol"
"github.com/libp2p/go-libp2p/core/network"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/protocol"

ma "github.com/multiformats/go-multiaddr"
)
Expand Down

0 comments on commit 90ca296

Please sign in to comment.