hydra-client-go icon indicating copy to clipboard operation
hydra-client-go copied to clipboard

v2 Still depend on v1

Open digitive opened this issue 1 year ago • 0 comments

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 avatar Apr 15 '24 00:04 digitive