all repos — nergen.net-guestbook.git @ ee820325ea27e1e43687589024be6936ec543a7b

Unnamed repository; edit this file 'description' to name the repository.

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
module git.nergen.net/nergen.net-guestbook

go 1.22.2

require (
	github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0
	github.com/mattn/go-sqlite3 v1.14.22
	github.com/microcosm-cc/bluemonday v1.0.26
)

require (
	github.com/aymerick/douceur v0.2.0 // indirect
	github.com/gorilla/css v1.0.1 // indirect
	golang.org/x/net v0.24.0 // indirect
)