libp2p / go-libp2p-kbucket

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

Error during go get: no Go files in... #94

Closed giraffekey closed 4 years ago

giraffekey commented 4 years ago

Hi, when I try to run go get github.com/libp2p/go-libp2p-kbucket I get the following message:

../../libp2p/go-libp2p-kbucket/peerdiversity/filter.go:13:2: no Go files in ~/go/src/github.com/libp2p/go-libp2p-asn-util`

Any idea what is causing this and how to fix it?

Stebalien commented 4 years ago

Please use go modules.

aschmahmann commented 4 years ago

This seems closed. Feel free to reopen if I'm mistaken.