volatiletech / authboss

The boss of http auth.
MIT License
3.85k stars 207 forks source link

Enable go module please #295

Closed videni closed 4 years ago

videni commented 4 years ago

dep is block in China, and there is no mirror for dep, please enable go module.

aarondl commented 4 years ago

We can do this soon, but I want to ensure there's no breaking changes I need to include first. It's not high on my priority list right now unfortunately.

For now you can use it via the Go modules system simply by allowing it to use the incompatible type module imports. Just go get github.com/volatiletech/authboss@somegithash

aarondl commented 4 years ago

v3 is Go module-aware.

joe-getcouragenow commented 4 years ago

@aarondl Huge thank you !!