We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing version v1.2.0 results in the following error, version v1.1.0 works as expected
$ go install github.com/darklynx/request-baskets@latest go: downloading github.com/darklynx/request-baskets v1.2.0 go: github.com/darklynx/request-baskets@latest: github.com/darklynx/[email protected]: parsing go.mod: module declares its path as: darklynx/request-baskets but was required as: github.com/darklynx/request-baskets
The text was updated successfully, but these errors were encountered:
Hi @everflux ,
Thank you for reporting the issue!
I think you are right, it seems to be an error in go.mod declaration.
I believe it should be 🤔 :
module github.com/darklynx/request-baskets
Sorry, something went wrong.
it should be fixed now, please check I get the following output:
# go install github.com/darklynx/request-baskets@latest go: downloading github.com/darklynx/request-baskets v1.2.1 go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/julienschmidt/httprouter v1.3.0 go: downloading github.com/lib/pq v1.10.7 go: downloading go.etcd.io/bbolt v1.3.6 go: downloading golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
Yes, the issue is indeed solved with 1.2.1. Thank you!
No branches or pull requests
Installing version v1.2.0 results in the following error, version v1.1.0 works as expected
The text was updated successfully, but these errors were encountered: