Skip to content

Commit

Permalink
fix: update deps & use index-provider/engine instead of fork
Browse files Browse the repository at this point in the history
github.com/ipni/index-provider@v0.13.5 includes the changes that were in the
forked version that was being used here.
  • Loading branch information
rvagg committed Aug 8, 2023
1 parent a2011b6 commit 9e33add
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 1,505 deletions.
2 changes: 1 addition & 1 deletion cmd/frisbii/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/ipfs/go-log/v2"
"github.com/ipfs/go-unixfsnode"
"github.com/ipld/frisbii"
"github.com/ipld/frisbii/engine"
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
"github.com/ipni/go-libipni/maurl"
"github.com/ipni/index-provider/engine"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/multiformats/go-multiaddr"
"github.com/urfave/cli/v2"
Expand Down
19 changes: 0 additions & 19 deletions engine/doc.go

This file was deleted.

Loading

0 comments on commit 9e33add

Please sign in to comment.