Skip to content

Commit

Permalink
update libp2p dep
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott authored and masih committed Dec 3, 2022
1 parent ec95f7a commit 253d267
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ require (
github.com/libp2p/go-openssl v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/libp2p/go-libp2p-core v0.20.1 // indirect
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
github.com/libp2p/go-openssl v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
Expand Down
4 changes: 2 additions & 2 deletions reframe.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
drclient "github.com/ipfs/go-delegated-routing/client"
drproto "github.com/ipfs/go-delegated-routing/gen/proto"
drserver "github.com/ipfs/go-delegated-routing/server"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p-core/routing"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/routing"
)

func NewReframeHTTPHandler(backends []*url.URL) (http.HandlerFunc, error) {
Expand Down
4 changes: 2 additions & 2 deletions reframe_translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/ipfs/go-cid"
drclient "github.com/ipfs/go-delegated-routing/client"
drserver "github.com/ipfs/go-delegated-routing/server"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p-core/routing"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/routing"
"github.com/multiformats/go-multicodec"
"github.com/multiformats/go-varint"
)
Expand Down

0 comments on commit 253d267

Please sign in to comment.