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/v5
-
- go 1.14
-
- require (
- github.com/coreos/go-oidc v2.2.1+incompatible
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/fatih/camelcase v1.0.0 // indirect
- github.com/fatih/structs v1.1.0 // indirect
- github.com/gin-contrib/pprof v1.3.0
- github.com/gin-gonic/gin v1.7.4
- github.com/go-ldap/ldap/v3 v3.4.1
- github.com/go-redis/redis/v8 v8.11.3
- github.com/gogo/protobuf v1.3.2
- github.com/golang-jwt/jwt v3.2.2+incompatible
- github.com/golang/protobuf v1.5.2
- github.com/golang/snappy v0.0.4
- github.com/google/uuid v1.3.0
- github.com/json-iterator/go v1.1.12
- github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
- github.com/mattn/go-isatty v0.0.12
- github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc
- github.com/pkg/errors v0.9.1
- github.com/pquerna/cachecontrol v0.1.0 // indirect
- github.com/prometheus/client_golang v1.11.0
- github.com/prometheus/common v0.26.0
- github.com/prometheus/prometheus v2.5.0+incompatible
- github.com/tidwall/gjson v1.14.0
- github.com/toolkits/pkg v1.2.9
- github.com/urfave/cli/v2 v2.3.0
- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
- golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
- google.golang.org/genproto v0.0.0-20211007155348-82e027067bd4 // indirect
- google.golang.org/grpc v1.41.0 // indirect
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
- gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
- gorm.io/driver/mysql v1.1.2
- gorm.io/driver/postgres v1.1.1
- gorm.io/gorm v1.21.15
- )
|