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.
|
- module github.com/didi/nightingale
-
- go 1.12
-
- require (
- github.com/Shopify/sarama v1.19.0
- 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/coreos/go-oidc v2.2.1+incompatible
- github.com/dgryski/go-tsz v0.0.0-20180227144327-03b7d791f4fe
- github.com/eapache/go-resiliency v1.2.0 // indirect
- github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
- github.com/eapache/queue v1.1.0 // indirect
- github.com/garyburd/redigo v1.6.2
- github.com/gin-contrib/pprof v1.3.0
- github.com/gin-gonic/gin v1.6.3
- github.com/go-ole/go-ole v1.2.4 // indirect
- github.com/go-sql-driver/mysql v1.5.0
- github.com/google/go-cmp v0.5.1 // indirect
- github.com/google/uuid v1.1.2
- github.com/gorilla/mux v1.6.2
- github.com/hpcloud/tail v1.0.0
- github.com/influxdata/influxdb v1.8.0
- github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-sqlite3 v1.14.0 // indirect
- github.com/onsi/ginkgo v1.7.0 // indirect
- github.com/onsi/gomega v1.4.3 // indirect
- github.com/open-falcon/rrdlite v0.0.0-20200214140804-bf5829f786ad
- github.com/pquerna/cachecontrol v0.0.0-20200819021114-67c6ae64274f // indirect
- github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
- github.com/robfig/go-cache v0.0.0-20130306151617-9fc39e0dbf62 // indirect
- github.com/shirou/gopsutil v2.20.7+incompatible
- github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
- github.com/spf13/viper v1.7.1
- github.com/streadway/amqp v1.0.0
- github.com/stretchr/testify v1.6.1
- github.com/toolkits/pkg v1.1.2
- github.com/ugorji/go/codec v1.1.7
- github.com/unrolled/render v1.0.3
- go.uber.org/automaxprocs v1.3.0 // indirect
- golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
- golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
- golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
- gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
- gopkg.in/ldap.v3 v3.1.0
- gopkg.in/square/go-jose.v2 v2.5.1 // indirect
- gopkg.in/yaml.v2 v2.3.0 // indirect
- k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
- xorm.io/core v0.7.3
- xorm.io/xorm v0.8.1
- )
|