raven/go.mod

15 lines
468 B
Modula-2
Raw Normal View History

2022-12-07 20:20:38 -05:00
module git.metaunix.net/metaunix/raven
go 1.18
require (
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/flamego/flamego v1.7.0 // indirect
2022-12-07 21:24:11 -05:00
github.com/flamego/template v1.1.0 // indirect
2022-12-07 20:20:38 -05:00
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)