qor/auth

go-github implementation error

Opened this issue · 0 comments

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