Hi Team! We are looking at Ory Hydra as an Auth0 a...
# talk-hydra
w
Hi Team! We are looking at Ory Hydra as an Auth0 alternative since we already have most of the IDP functionality on our side, and Hydra is a great fit. I've been having troubles downloading the most recent Golang SDK through go.mod. The 2.x.x versions aren't resolving for me: see pkg.go.dev. The sdk github tags show v2.1.1 as the current version. Any hints?
Copy code
❯ go mod download
go: errors parsing go.mod:
[REDACTED]/oauth_poc/go.mod:9:2: require <http://github.com/ory/hydra-client-go|github.com/ory/hydra-client-go>: version "v2.1.1" invalid: should be v0 or v1, not v2
Self solved: took a peek at the go.mod and the sdk gets a v2 on the end:
<http://github.com/ory/hydra-client-go|github.com/ory/hydra-client-go> => <http://github.com/ory/hydra-client-go/v2|github.com/ory/hydra-client-go/v2>