You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
Hi guys,
Hope you are all well !
Will fetching dependencies, I have the following error about go-github.
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
The text was updated successfully, but these errors were encountered: