28 lines
1.2 KiB
Modula-2
28 lines
1.2 KiB
Modula-2
module github.com/phachon/mm-wiki
|
|
|
|
go 1.12
|
|
|
|
replace github.com/coreos/go-systemd => ./vendor/github.com/coreos/go-systemd
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
|
github.com/astaxie/beego v1.12.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-ego/riot v0.0.0-20191215221243-bdbc256e4cbd
|
|
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
|
|
github.com/shirou/gopsutil v2.19.11+incompatible
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/snail007/go-activerecord v0.0.0-20190813031814-2ac2f3d7cff0
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/russross/blackfriday.v2 v2.0.0
|
|
)
|