mirror of https://github.com/mindoc-org/mindoc.git
28 lines
1021 B
Modula-2
28 lines
1021 B
Modula-2
module github.com/mindoc-org/mindoc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.4.1
|
|
github.com/Unknwon/goconfig v0.0.0-20200908083735-df7de6a44db8 // indirect
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/beego/beego/v2 v2.0.2-0.20210322114547-10ea897525a5
|
|
github.com/beego/i18n v0.0.0-20161101132742-e9308947f407
|
|
github.com/boombuler/barcode v1.0.0
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
|
|
github.com/howeyc/fsnotify v0.9.0
|
|
github.com/kardianos/service v1.1.0
|
|
github.com/lib/pq v1.7.0 // indirect
|
|
github.com/lifei6671/gocaptcha v0.1.1
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-00010101000000-000000000000 // indirect
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
)
|
|
|
|
replace gopkg.in/asn1-ber.v1 => github.com/go-asn1-ber/asn1-ber v1.5.0
|