ory / hydra

The most scalable and customizable OpenID Certified™ OpenID Connect and OAuth Provider on the market. Become an OpenID Connect and OAuth2 Provider over night. Broad support for related RFCs. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=hydra
Apache License 2.0
15.68k stars 1.5k forks source link

Update GoRethink imports #78

Closed dancannon closed 8 years ago

dancannon commented 8 years ago

Hey, I was having a quick look through the latest release (congratulations by the way) and noticed that you were importing GoRethink using two different imports (github.com/dancannon/gorethink and gopkg.in/dancannon/gorethink.v2).

It would probably make sense to only use one of them, preferably gopkg.in/dancannon/gorethink.v2.

aeneasr commented 8 years ago

Hey thanks for the catch. That's my IDE being annoying. I will fix it asap :)

aeneasr commented 8 years ago

To be morged as https://github.com/ory-am/ladon/pull/22 and https://github.com/ory-am/hydra/pull/81

dancannon commented 8 years ago

Thanks :)