Skip to content

go.mod dependencies are not compatible with dependencies from ipfs/[email protected] #234

@DeedleFake

Description

@DeedleFake

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

No one assigned

    Labels

    P2Medium: Good to have, but can wait until someone steps upexp/noviceSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions