Brijesh's Git Server — whodis @ fd45c6d452a86cba84f205a0ac4d3215ee91cfa1

My own webauthn as a service, free of cost, Unlimited MAU

core/go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
module core

go 1.23.0

require (
	github.com/go-chi/chi/v5 v5.1.0
	github.com/joho/godotenv v1.5.1
	github.com/mattn/go-sqlite3 v1.14.24
)