libauth/examples/go.mod

15 lignes
301 B
Modula-2
Brut Lien permanent Vue normale Historique

2022-05-09 19:35:47 +00:00
module git.rootprojects.org/root/libauth/examples
go 1.18
require (
2022-05-09 23:08:38 +00:00
git.rootprojects.org/root/dotenv v1.0.0
2022-05-09 19:35:47 +00:00
git.rootprojects.org/root/libauth v0.1.0
github.com/go-chi/chi/v5 v5.0.7
)
2022-05-09 23:08:38 +00:00
require (
git.rootprojects.org/root/keypairs v0.6.5 // indirect
github.com/joho/godotenv v1.3.0 // indirect
)