Closed hairyhenderson closed 4 years ago
A go get -u now fails:
go get -u
$ go get -u github.com/brutella/hc go: finding github.com/tadglines/go-pkgs latest go: finding github.com/gosexy/to latest go: finding github.com/agl/ed25519 latest go: finding golang.org/x/crypto latest go: finding golang.org/x/net latest go: finding golang.org/x/sys latest go get: github.com/gosexy/to@v0.0.0-20141221203644-c20e083e3123 updating to github.com/gosexy/to@v0.0.0-20191116183551-8328998fc0ed: parsing go.mod: module declares its path as: github.com/xiam/to but was required as: github.com/gosexy/to
This is since a week ago in https://github.com/xiam/to/pull/9 - looks like the gosexy/to repo was moved to xiam/to.
gosexy/to
xiam/to
I'll issue a PR to fix the go.mod accordingly!
go.mod
A
go get -u
now fails:This is since a week ago in https://github.com/xiam/to/pull/9 - looks like the
gosexy/to
repo was moved toxiam/to
.I'll issue a PR to fix the
go.mod
accordingly!