qor / auth

Golang Authentication solution
MIT License
716 stars 100 forks source link

go-github implementation error #37

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi guys,

Hope you are all well !

Will fetching dependencies, I have the following error about go-github.

# github.com/qor/qor-example/vendor/github.com/qor/auth/providers/github
vendor/github.com/qor/auth/providers/github/github.go:87:37: too many arguments in call to client.Users.Get
    have (context.Context, string)
    want (string)

Can you use go.mod or glide for versioning vendors ?

Btw. I try to create a docker-compose and Dockerfile https://github.com/x0rzkov/qor-example/blob/compose/docker-compose.yml https://github.com/x0rzkov/qor-example/blob/compose/Dockerfile

Thanks in advance.

Cheers, X