2021-03-23 15:09:17 +08:00
|
|
|
module github.com/mindoc-org/mindoc
|
2020-06-19 10:55:20 +08:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.4.1
|
|
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
2021-03-25 11:49:39 +08:00
|
|
|
github.com/beego/beego/v2 v2.0.2-0.20210322114547-10ea897525a5
|
2020-06-19 10:55:20 +08:00
|
|
|
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
|
2021-03-23 21:55:50 +08:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-06-19 10:55:20 +08:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
2021-03-24 00:28:13 +08:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
2020-06-19 10:55:20 +08:00
|
|
|
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
|