htmgo/examples/simple-auth/go.mod

15 lines
282 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-21 15:07:08 +00:00
github.com/maddalax/htmgo/framework v0.0.0-20241021150618-635b17dd7f9d
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
)