Closed bobheadxi closed 5 years ago
Ouch... I haven't used modules in Hercules yet, so this went unnoticed. Does it mean that after merging #230 Hercules will be mod-compatible?
It should, though ideally someone would run go mod init
to migrate over the Gopkg.lock
resolutions as well
I think a new release needs to be tagged though, for the changes to show up in gopkg.in? I'm not familiar with the specifics of how gopkg.in works
Thanks!
Pushed v9.1.0
It's working with go mod
now - thanks!
There seems to be a dependency, imported as
github.com/jeffail/tunny
, that declares ago.mod
file with the module pathgithub.com/Jeffail/tunny
(capital J). This causesgo mod
to break:related: https://github.com/golang/go/issues/27154