mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 11:25:20 +08:00
54 lines
2.3 KiB
Modula-2
54 lines
2.3 KiB
Modula-2
module github.com/mindoc-org/mindoc
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.4.1
|
|
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/howeyc/fsnotify v0.9.0
|
|
github.com/kardianos/service v1.1.0
|
|
github.com/lifei6671/gocaptcha v0.1.1
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
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
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/Unknwon/goconfig v0.0.0-20200908083735-df7de6a44db8 // indirect
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/go-redis/redis/v7 v7.4.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/lib/pq v1.7.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.7.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.10.0 // indirect
|
|
github.com/prometheus/procfs v0.1.3 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-00010101000000-000000000000 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|
|
|
|
replace gopkg.in/asn1-ber.v1 => github.com/go-asn1-ber/asn1-ber v1.5.0
|