module github.com/didi/nightingale go 1.12 require ( github.com/Shopify/sarama v1.26.4 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/cespare/xxhash v1.1.0 github.com/codegangsta/negroni v1.0.0 github.com/dgryski/go-tsz v0.0.0-20180227144327-03b7d791f4fe github.com/garyburd/redigo v1.6.0 github.com/gin-contrib/pprof v1.2.1 github.com/gin-contrib/sessions v0.0.3 github.com/gin-gonic/gin v1.5.0 github.com/go-ole/go-ole v1.2.4 // indirect github.com/go-sql-driver/mysql v1.4.1 github.com/gorilla/mux v1.6.2 github.com/hpcloud/tail v1.0.0 github.com/influxdata/influxdb v1.8.0 github.com/json-iterator/go v1.1.9 github.com/mattn/go-isatty v0.0.12 github.com/open-falcon/rrdlite v0.0.0-20200214140804-bf5829f786ad github.com/shirou/gopsutil v2.20.4+incompatible github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.4.0 github.com/toolkits/pkg v1.1.1 github.com/ugorji/go/codec v1.1.7 github.com/unrolled/render v1.0.2 go.uber.org/automaxprocs v1.3.0 // indirect gopkg.in/ldap.v3 v3.1.0 xorm.io/core v0.7.3 xorm.io/xorm v0.8.1 )