go-ember-template/go.mod

15 lines
329 B
Modula-2

module git.mstar.dev/mstar/go-ember-template
go 1.23.3
require (
github.com/rs/zerolog v1.33.0
gitlab.com/mstarongitlab/goutils v1.5.1
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)