go.mod 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. module github.com/710leo/urlooker
  2. go 1.12
  3. require (
  4. github.com/astaxie/beego v1.12.0
  5. github.com/codegangsta/negroni v1.0.0
  6. github.com/go-sql-driver/mysql v1.4.1
  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/kr/pretty v0.2.0 // indirect
  12. github.com/mmitton/ldap v0.0.0-20170928125358-2890b18948f2
  13. github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
  14. github.com/quipo/statsd v0.0.0-20180118161217-3d6a5565f314
  15. github.com/sirupsen/logrus v1.4.2
  16. github.com/toolkits/container v0.0.0-20151219225805-ba7d73adeaca
  17. github.com/toolkits/core v0.0.0-20141116054942-0ebf14900fe2 // indirect
  18. github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
  19. github.com/toolkits/net v0.0.0-20160910085801-3f39ab6fe3ce
  20. github.com/toolkits/smtp v0.0.0-20190110072832-af41f29c3d89
  21. github.com/toolkits/str v0.0.0-20160913030958-f82e0f0498cb
  22. github.com/toolkits/sys v0.0.0-20170615103026-1f33b217ffaf
  23. github.com/toolkits/web v0.0.0-20160312232617-dc0f03327e1d
  24. github.com/unrolled/render v1.0.1
  25. golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
  26. golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
  27. golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe // indirect
  28. gopkg.in/asn1-ber.v1 v1.0.0-00010101000000-000000000000 // indirect
  29. gopkg.in/yaml.v2 v2.2.7
  30. stathat.com/c/consistent v1.0.0
  31. )
  32. replace gopkg.in/asn1-ber.v1 => github.com/go-asn1-ber/asn1-ber v1.3.1