keratin / authn-server

Authentication service that keeps you in control without forcing you to be an expert in web security.
https://keratin.github.io
GNU Lesser General Public License v3.0
1.28k stars 110 forks source link

deps: switch to modernc.org/sqlite for pure go builds #221

Open AlexCuse opened 1 year ago

AlexCuse commented 1 year ago

For evaluation with #129

Another pure go sqlite client that may be worth considering is https://github.com/glebarez/go-sqlite

AlexCuse commented 1 year ago

Note the actual builds are not yet changed to remove CGO dependency. Validated using the docker local build and an additional make target for tests since -race requires running with CGO.