libp2p / go-libp2p-kbucket

A kbucket implementation for use as a routing table
MIT License
48 stars 35 forks source link

Upgrade to go-log v2.5.1 #132

Closed cce closed 3 months ago

cce commented 3 months ago

Trying to clean up unnecessary dependencies by upgrading the old version of go-log v1.0.5 used here. go-log v1.0.5 brings in github.com/gogo/protobuf and github.com/opentracing/opentracing-go and other dependencies, which were removed after go mod tidy.

Related: https://github.com/libp2p/go-libp2p-kad-dht/pull/971

guillaumemichel commented 3 months ago

Thanks @cce !