ulule/loukoum

Unable to retrieve loukoum v3

thoas opened this issue · 3 comments

thoas commented
go get -v github.com/ulule/loukoum@v3.0.0
go: github.com/ulule/loukoum@v0.0.0-20190206082431-ec2137ea2ea9: go.mod has post-v0 module path "github.com/ulule/loukoum/v3" at revision ec2137ea2ea9
go: error loading module requirements

Needs investigation, maybe we will have to rollback this change as it will also break makroud.

thoas commented

It works with go get github.com/ulule/loukoum/v3 but makroud is completely incompatible with this version.

novln commented

Makroud still uses dep, and dep and go modules are incompatible last I checked if you have the version in the import path. I'll migrate makroud to go modules since loukoum use it now.

thoas commented

closing this issue, since it's completely not related to loukoum and I was to dumb to know how to really use go modules.