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
Hello!
When trying to install Keto SDK with go modules on:
GO111MODULE=on go get github.com/ory/keto/sdk/go/keto
I run into the following issue:
go: finding github.com/ory/keto/sdk/go/keto latest go: finding github.com/ory/keto/sdk/go latest go: finding github.com/ory/keto/sdk latest go: github.com/go-resty/resty@v1.10.0: parsing go.mod: unexpected module path "gopkg.in/resty.v1" go: error loading module requirements
The problem seems very similar to this one in Hydra.
The text was updated successfully, but these errors were encountered:
Yes, working on a fix with #48
Sorry, something went wrong.
Closing in favor of #64
No branches or pull requests
Hello!
When trying to install Keto SDK with go modules on:
I run into the following issue:
go: finding github.com/ory/keto/sdk/go/keto latest go: finding github.com/ory/keto/sdk/go latest go: finding github.com/ory/keto/sdk latest go: github.com/go-resty/resty@v1.10.0: parsing go.mod: unexpected module path "gopkg.in/resty.v1" go: error loading module requirements
The problem seems very similar to this one in Hydra.
The text was updated successfully, but these errors were encountered: