14 lines
420 B
Modula-2
14 lines
420 B
Modula-2
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
|
|
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
|
|
)
|