Hey all, I'm using Hydra and am working on upgradi...
# talk-hydra
p
Hey all, I'm using Hydra and am working on upgrading to v2. Looks like the go client's not been released properly - since it's a major version bump, the module name needs to be updated. https://github.com/ory/hydra-client-go/issues/16
m
Hey Cameron, thanks for the notice, we will see to fix it soon !
hydra-client-go
is a bit behind
ory-client
and will eventually be deprecated. Please use the https://github.com/ory/client-go/ going forward. You should not have to change anything the SDK is interchangeable.
p
Ah, nice! I'll look into switching to that
<http://github.com/ory/client-go|github.com/ory/client-go>
has some major changes to how the api client is constructed. I'll still try to convert to it eventually, but I'm using
Copy code
replace <http://github.com/ory/hydra-client-go|github.com/ory/hydra-client-go> => <http://github.com/ory/sdk/clients/hydra/go|github.com/ory/sdk/clients/hydra/go> v0.0.0-20221027120631-847fa4451dd6
in the meantime, since it looks like everything's based on
<http://github.com/ory/sdk|github.com/ory/sdk>
in general