-
Notifications
You must be signed in to change notification settings - Fork 72
go.mod dependencies are not compatible with dependencies from ipfs/[email protected] #234
Copy link
Copy link
Open
Labels
P2Medium: Good to have, but can wait until someone steps upMedium: Good to have, but can wait until someone steps upexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issue
Description
Running go get github.com/ipfs/go-ds-s3/plugin yields
github.com/ipfs/go-ds-s3/plugin imports
github.com/ipfs/go-ipfs/plugin imports
github.com/ipfs/go-ipfs/core imports
github.com/ipfs/go-ipfs/core/node/libp2p imports
github.com/libp2p/go-libp2p-core/mux: cannot find module providing package github.com/libp2p/go-libp2p-core/mux
github.com/ipfs/go-ds-s3/plugin imports
github.com/ipfs/go-ipfs/plugin imports
github.com/ipfs/go-ipfs/core imports
github.com/ipfs/go-ipfs/core/node/libp2p imports
github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy: cannot find module providing package github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy
It seems that go-ds-s3/plugin depends on packages that were removed from the newer versions of the modules that they were in, and those newer versions are depended on by kubo.
Metadata
Metadata
Assignees
Labels
P2Medium: Good to have, but can wait until someone steps upMedium: Good to have, but can wait until someone steps upexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issue