htmgo/examples/simple-auth/go.mod

15 lines
284 B
Modula-2
Raw Normal View History

2024-10-20 12:48:58 +00:00
module simpleauth
go 1.23.0
2024-10-20 15:22:16 +00:00
require (
2024-10-31 14:45:06 +00:00
github.com/maddalax/htmgo/framework v1.0.3-0.20241031144416-f6556b579ffd
2024-10-20 15:22:16 +00:00
github.com/mattn/go-sqlite3 v1.14.24
golang.org/x/crypto v0.28.0
)
2024-10-20 12:48:58 +00:00
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
)