Skip to content

Migrate to go modules: incompatible (>=v2) packages #5956

@lanzafame

Description

@lanzafame

Tracking issue for the migration of ipfs deps that are incompatible with go modules, i.e. they have a git tag that is semver and >=v2. This spans packages in both ipfs and libp2p.

Packages:

  • github.com/ipfs/go-ipfs-cmds
  • github.com/ipfs/go-datastore
  • github.com/libp2p/go-libp2p
  • github.com/libp2p/go-libp2p-circuit
  • github.com/libp2p/go-libp2p-crypto
  • github.com/libp2p/go-libp2p-host
  • github.com/libp2p/go-libp2p-kad-dht
  • github.com/libp2p/go-libp2p-kbucket
  • github.com/libp2p/go-libp2p-metrics
  • github.com/libp2p/go-libp2p-net
  • github.com/libp2p/go-libp2p-peer
  • github.com/libp2p/go-libp2p-peerstore
  • github.com/libp2p/go-libp2p-pnet
  • github.com/libp2p/go-libp2p-record
  • github.com/libp2p/go-libp2p-routing
  • github.com/libp2p/go-libp2p-secio
  • github.com/libp2p/go-libp2p-swarm
  • github.com/libp2p/go-stream-muxer

Along the way, I will attempt to migrate any incompatible packages that are dependencies of the above listed packages as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions