20 lines
685 B
Modula-2
20 lines
685 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/flamego/template v1.1.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
gorm.io/driver/sqlite v1.4.3 // indirect
|
|
gorm.io/gorm v1.24.2 // indirect
|
|
)
|