go-ember-template/go.mod

16 lines
329 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
2024-11-26 16:36:47 +00:00
require (
github.com/rs/zerolog v1.33.0
gitlab.com/mstarongitlab/goutils v1.5.1
)
2024-11-26 15:25:39 +00:00
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
2024-11-26 16:36:47 +00:00
github.com/rs/xid v1.5.0 // indirect
2024-11-26 15:25:39 +00:00
golang.org/x/sys v0.12.0 // indirect
)