fes

Free Easy Site
Log | Files | Refs | README | LICENSE

go.mod (418B)


      1 module fes
      2 
      3 go 1.25.4
      4 
      5 require (
      6 	github.com/fatih/color v1.18.0
      7 	github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a
      8 	github.com/pelletier/go-toml/v2 v2.2.4
      9 	github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
     10 	github.com/yuin/gopher-lua v1.1.1
     11 )
     12 
     13 require (
     14 	github.com/mattn/go-colorable v0.1.13 // indirect
     15 	github.com/mattn/go-isatty v0.0.20 // indirect
     16 	golang.org/x/sys v0.25.0 // indirect
     17 )