gobuffalo / buffalo-auth

Buffalo auth plugin helps adding username password authentication to your app
https://gobuffalo.io
MIT License
41 stars 28 forks source link

Remove go-get for Goth #13

Closed paganotoni closed 6 years ago

paganotoni commented 6 years ago

It seems the plugin does:

g.Add(makr.NewCommand(makr.GoGet("github.com/markbates/goth/...")))

But it doesn't use goth, we need to confirm this and remove this go get call.

paganotoni commented 6 years ago

covered in #14