Closed Szelmat closed 1 year ago
try to run go get -u github.com/golang/snappy github.com/google/uuid
first
Surely enough, it seems to work, thank you!
Yeah, I'm not sure what the issue is, found a few tickets in go's repo describing a similar problem. We are migrating this library to the recent 1.20 (there is a branch for this) and this one should be fine without those tricks
That's good news, thanks for the heads up! I actually just decided to get started setting up my auth with this package so it will be quite useful once it gets merged.
I have ran into the following error while trying to run
go get github.com/go-pkgz/auth
on Go 1.20, even running it in an empty Go project (on Windows):It seems like a package compatibility issue, let me know if this error can be reproduced on other machines.