go.mod 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. module github.com/710leo/urlooker
  2. go 1.12
  3. require (
  4. github.com/astaxie/beego v1.12.2
  5. github.com/codegangsta/negroni v1.0.0
  6. github.com/go-sql-driver/mysql v1.5.0
  7. github.com/go-xorm/xorm v0.7.9
  8. github.com/gorilla/context v1.1.1
  9. github.com/gorilla/mux v1.7.3
  10. github.com/gorilla/securecookie v1.1.1
  11. github.com/mmitton/ldap v0.0.0-20170928125358-2890b18948f2
  12. github.com/prometheus/client_golang v1.7.0
  13. github.com/quipo/statsd v0.0.0-20180118161217-3d6a5565f314
  14. github.com/sirupsen/logrus v1.4.2
  15. github.com/toolkits/container v0.0.0-20151219225805-ba7d73adeaca
  16. github.com/toolkits/core v0.0.0-20141116054942-0ebf14900fe2 // indirect
  17. github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
  18. github.com/toolkits/net v0.0.0-20160910085801-3f39ab6fe3ce
  19. github.com/toolkits/smtp v0.0.0-20190110072832-af41f29c3d89
  20. github.com/toolkits/str v0.0.0-20160913030958-f82e0f0498cb
  21. github.com/toolkits/sys v0.0.0-20170615103026-1f33b217ffaf
  22. github.com/toolkits/web v0.0.0-20160312232617-dc0f03327e1d
  23. github.com/unrolled/render v1.0.1
  24. gopkg.in/asn1-ber.v1 v1.0.0-00010101000000-000000000000 // indirect
  25. gopkg.in/yaml.v2 v2.2.8
  26. stathat.com/c/consistent v1.0.0
  27. )
  28. replace gopkg.in/asn1-ber.v1 => github.com/go-asn1-ber/asn1-ber v1.3.1