hydra-client-go
hydra-client-go copied to clipboard
v2 Still depend on v1
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [X] I have joined the Ory Community Slack.
- [X] I am signed up to the Ory Security Patch Newsletter.
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