21 lines
526 B
Modula-2
21 lines
526 B
Modula-2
module tplate
|
|
|
|
go 1.23.5
|
|
|
|
require (
|
|
github.com/88250/lute v1.7.6
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
|
github.com/rs/zerolog v1.34.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|