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

v2 Still depend on v1 #24

Open
5 tasks done
digitive opened this issue Apr 15, 2024 · 0 comments
Open
5 tasks done

v2 Still depend on v1 #24

digitive opened this issue Apr 15, 2024 · 0 comments
Labels
bug Something is not working.

Comments

@digitive
Copy link

digitive commented Apr 15, 2024

Preflight checklist

Ory Network Project

No response

Describe the bug

v1 is till a dependency. Below is part of the go.mod file. As you can see github.com/ory/hydra-client-go v1.11.8 is required.

module github.com/ory/hydra-client-go/v2

go 1.17

require (
	github.com/ory/hydra-client-go v1.11.8
	github.com/stretchr/testify v1.8.4
	golang.org/x/oauth2 v0.17.0
)

Reproducing the bug

open go.mod file. refer to above description section

Relevant log output

No response

Relevant configuration

No response

Version

v2.2.0

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

Please remove the entry from go.mod file

@digitive digitive added the bug Something is not working. label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant