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

go.mod 1.0 kB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
12345678910111213141516171819202122232425262728293031
  1. module github.com/didi/nightingale
  2. go 1.12
  3. require (
  4. github.com/cespare/xxhash v1.1.0
  5. github.com/codegangsta/negroni v1.0.0
  6. github.com/dgryski/go-tsz v0.0.0-20180227144327-03b7d791f4fe
  7. github.com/garyburd/redigo v1.6.0
  8. github.com/gin-contrib/pprof v1.2.1
  9. github.com/gin-contrib/sessions v0.0.3
  10. github.com/gin-gonic/gin v1.5.0
  11. github.com/go-sql-driver/mysql v1.4.1
  12. github.com/gorilla/mux v1.6.2
  13. github.com/hpcloud/tail v1.0.0
  14. github.com/influxdata/influxdb v1.8.0
  15. github.com/json-iterator/go v1.1.9
  16. github.com/mattn/go-isatty v0.0.12
  17. github.com/open-falcon/rrdlite v0.0.0-20200214140804-bf5829f786ad
  18. github.com/shirou/gopsutil v2.20.4+incompatible
  19. github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
  20. github.com/spf13/viper v1.6.2
  21. github.com/stretchr/testify v1.4.0
  22. github.com/toolkits/pkg v1.1.1
  23. github.com/ugorji/go/codec v1.1.7
  24. github.com/unrolled/render v1.0.2
  25. go.uber.org/automaxprocs v1.3.0 // indirect
  26. gopkg.in/ldap.v3 v3.1.0
  27. xorm.io/core v0.7.3
  28. xorm.io/xorm v0.8.1
  29. )