go.mod 1.1 KB

123456789101112131415161718192021222324252627282930
  1. module github.com/mindoc-org/mindoc
  2. go 1.12
  3. require (
  4. github.com/PuerkitoBio/goquery v1.4.1
  5. github.com/andybalholm/cascadia v1.2.0 // indirect
  6. github.com/astaxie/beego v1.10.1
  7. github.com/boombuler/barcode v1.0.0
  8. github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
  9. github.com/go-sql-driver/mysql v1.4.0 // indirect
  10. github.com/gomodule/redigo/redis v0.0.0-20200429221454-e14091dffc1b // indirect
  11. github.com/howeyc/fsnotify v0.9.0
  12. github.com/kardianos/service v1.1.0
  13. github.com/lib/pq v1.7.0 // indirect
  14. github.com/lifei6671/gocaptcha v0.1.1
  15. github.com/mattn/go-sqlite3 v1.9.0
  16. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  17. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  18. golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
  19. golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
  20. google.golang.org/appengine v1.6.6 // indirect
  21. gopkg.in/asn1-ber.v1 v1.0.0-00010101000000-000000000000 // indirect
  22. gopkg.in/ldap.v2 v2.5.1
  23. gopkg.in/russross/blackfriday.v2 v2.0.0
  24. gopkg.in/yaml.v2 v2.3.0 // indirect
  25. )
  26. replace gopkg.in/asn1-ber.v1 => github.com/go-asn1-ber/asn1-ber v1.5.0