RichardKnop / go-oauth2-server

A standalone, specification-compliant, OAuth2 server written in Golang.
Mozilla Public License 2.0
2.12k stars 315 forks source link

Update vendoring and fix the build #40

Closed darkowlzz closed 7 years ago

darkowlzz commented 7 years ago

fixes #39

RichardKnop commented 7 years ago

@darkowlzz Thanks for investigating and fixing this issue. I have had less time to maintain this project lately but hopefully that will change and I will be able to contribute more. I have also fixed gometalinter issue on Travis. So build should be passing correctly now on Travis CI.

I have also tested docker-compose up locally to make sure it works.