peterbourgon / diskv

A disk-backed key-value store.
http://godoc.org/github.com/peterbourgon/diskv
MIT License
1.41k stars 102 forks source link

Cannot install using go modules #57

Closed paskal closed 4 years ago

paskal commented 4 years ago

v2.0.1 is the last tagged version that doesn’t include a go.mod file

The newer has a go.mod file but is invalid since the module needs to have a /v3 suffix then.

golang/go#31944 and blang/semver#63 are examples of same issue.

peterbourgon commented 4 years ago

The module does have a /v3 suffix. Why is it invalid?

paskal commented 4 years ago

Thanks for prompt response and my apologies, this indeed work as expected. I will need to find the dependency which breaks things me.