2024-10-16 04:34:57 +00:00
|
|
|
module git.32bit.cafe/32bitcafe/guestbook
|
|
|
|
|
|
|
|
go 1.23.1
|
|
|
|
|
|
|
|
require (
|
2024-10-23 05:25:30 +00:00
|
|
|
github.com/alexedwards/scs/sqlite3store v0.0.0-20240316134038-7e11d57e8885
|
|
|
|
github.com/alexedwards/scs/v2 v2.8.0
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2024-10-16 04:34:57 +00:00
|
|
|
)
|