本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.4KB

  1. module gitea.com/macaron/cache
  2. go 1.11
  3. require (
  4. gitea.com/macaron/macaron v1.3.3-0.20190821202302-9646c0587edb
  5. github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
  6. github.com/cupcake/rdb v0.0.0-20161107195141-43ba34106c76 // indirect
  7. github.com/edsrzf/mmap-go v1.0.0 // indirect
  8. github.com/go-redis/redis v6.15.2+incompatible
  9. github.com/go-sql-driver/mysql v1.4.1
  10. github.com/lib/pq v1.2.0
  11. github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de // indirect
  12. github.com/lunny/nodb v0.0.0-20160621015157-fc1ef06ad4af
  13. github.com/mattn/go-sqlite3 v1.11.0 // indirect
  14. github.com/onsi/ginkgo v1.8.0 // indirect
  15. github.com/onsi/gomega v1.5.0 // indirect
  16. github.com/pelletier/go-toml v1.4.0 // indirect
  17. github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
  18. github.com/siddontang/go-snappy v0.0.0-20140704025258-d8f7bb82a96d // indirect
  19. github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92
  20. github.com/siddontang/rdb v0.0.0-20150307021120-fc89ed2e418d // indirect
  21. github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
  22. github.com/syndtr/goleveldb v1.0.0 // indirect
  23. github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
  24. golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
  25. golang.org/x/sys v0.0.0-20190730183949-1393eb018365 // indirect
  26. google.golang.org/appengine v1.6.1 // indirect
  27. gopkg.in/ini.v1 v1.44.2
  28. )
上海开阖软件有限公司 沪ICP备12045867号-1