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

Error on loading resty package with go modules #55

Closed
ktsymbal opened this issue Oct 25, 2018 · 2 comments
Closed

Error on loading resty package with go modules #55

ktsymbal opened this issue Oct 25, 2018 · 2 comments

Comments

@ktsymbal
Copy link

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.

@aeneasr
Copy link
Member

aeneasr commented Oct 25, 2018

Yes, working on a fix with #48

@aeneasr
Copy link
Member

aeneasr commented Dec 7, 2018

Closing in favor of #64

@aeneasr aeneasr closed this as completed Dec 7, 2018
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