devict / hacktoberfest

Our own little local version of hacktoberfest
https://hacktoberfest.devict.org
4 stars 18 forks source link

Bump Github auth dependency #75

Open imacrayon opened 3 years ago

imacrayon commented 3 years ago

I was getting an email from GitHub warning that this app was using a deprecated API to authenticate. It looks like the github.com/markbates/goth package we use for authentication has fixed this package.

I don't know much about Go's package manager but I took my best stab at it - I updated with go get and then go vendor'd everything.