Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go mod build fails on 0.6.5 #263

Closed
TeddyDD opened this issue Jul 20, 2019 · 1 comment
Closed

go mod build fails on 0.6.5 #263

TeddyDD opened this issue Jul 20, 2019 · 1 comment

Comments

@TeddyDD
Copy link
Contributor

TeddyDD commented Jul 20, 2019

$ go get
go: finding github.com/alecthomas/go.rice v1.0.1-0.20190717041731-572a5da3dff8
go: github.com/alecthomas/go.rice@v1.0.1-0.20190717041731-572a5da3dff8: unknown revision 572a5da3dff8
go: error loading module requirements

Linux, go version go1.12.6 linux/amd64

Changing last line in go.mod to:

replace github.com/GeertJohan/go.rice => github.com/alecthomas/go.rice v1.0.0

fixes issue for me.

@alecthomas
Copy link
Owner

0.6.6 fixes this, thanks for letting me know.

@TeddyDD TeddyDD closed this as completed Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants