libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
516 stars 220 forks source link

Upgrade to go-log v2.5.1 #971

Closed cce closed 2 weeks ago

cce commented 3 weeks ago

Trying to clean up unnecessary dependencies by upgrading the old version of go-log v1.0.5 here. go-log v1.0.5 brings in github.com/opentracing/opentracing-go and other dependencies, which won't be removed until go-libp2p-kbucket also upgrades to go-log v2.5.1.

Related: https://github.com/libp2p/go-libp2p-kbucket/pull/132

guillaumemichel commented 2 weeks ago

Thank you @cce !