go-ember-template/go.mod

11 lines
249 B
Modula-2
Raw Normal View History

2024-11-26 15:25:39 +00:00
module git.mstar.dev/mstar/go-ember-template
go 1.23.3
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/rs/zerolog v1.33.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)