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

This commit was moved from ipfs/boxo@90ca296
  • Loading branch information
marten-seemann authored and Jorropo committed Dec 9, 2022
1 parent c8467a6 commit 4a34b8d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/coreiface/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 core/coreiface/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 core/coreiface/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 core/coreiface/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 core/coreiface/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 4a34b8d

Please sign in to comment.