15 lines
301 B
Modula-2
15 lines
301 B
Modula-2
module git.rootprojects.org/root/libauth/examples
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
git.rootprojects.org/root/dotenv v1.0.0
|
|
git.rootprojects.org/root/libauth v0.1.0
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
)
|
|
|
|
require (
|
|
git.rootprojects.org/root/keypairs v0.6.5 // indirect
|
|
github.com/joho/godotenv v1.3.0 // indirect
|
|
)
|