Skip to content

Instantly share code, notes, and snippets.

@mentos1386
Created April 15, 2020 11:39
Show Gist options
  • Save mentos1386/9e0763cdc411ec024e220d81c38722ab to your computer and use it in GitHub Desktop.
Save mentos1386/9e0763cdc411ec024e220d81c38722ab to your computer and use it in GitHub Desktop.
# github.com/ipfs/go-ipfs/core/bootstrap
../../go/pkg/mod/github.com/ipfs/go-ipfs@v0.4.23/core/bootstrap/bootstrap.go:220:14: undefined: config.BootstrapPeer
# github.com/ipfs/go-ipfs/dagutils
../../go/pkg/mod/github.com/ipfs/go-ipfs@v0.4.23/dagutils/diffenum.go:43:11: undefined: merkledag.EnumerateChildrenAsync
# github.com/libp2p/go-libp2p-autonat-svc
../../go/pkg/mod/github.com/libp2p/go-libp2p-autonat-svc@v0.0.5/svc.go:50:3: cannot use dialer (type "github.com/libp2p/go-libp2p-core/host".Host) as type "github.com/libp2p/go-libp2p-host".Host in field value:
"github.com/libp2p/go-libp2p-core/host".Host does not implement "github.com/libp2p/go-libp2p-host".Host (wrong type for ConnManager method)
have ConnManager() connmgr.ConnManager
want ConnManager() ifconnmgr.ConnManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment