You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.5 KiB
41 lines
1.5 KiB
module zedshaw.games/ssgod
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/gofiber/fiber/v2 v2.52.9
|
|
github.com/gofiber/template/html/v2 v2.1.3
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/yuin/goldmark v1.7.13
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gofiber/template v1.8.3 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/google/licensecheck v0.3.1 // indirect
|
|
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/mod v0.26.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/pkgsite v0.0.0-20250721174030-d4de6668b910 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
golang.org/x/tools v0.35.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
rsc.io/markdown v0.0.0-20231214224604-88bb533a6020 // indirect
|
|
)
|
|
|
|
tool golang.org/x/pkgsite/cmd/pkgsite
|
|
|