nightingale/go.mod

39 lines
1.5 KiB
Modula-2
Raw Normal View History

module github.com/didi/nightingale/v5
2020-09-26 16:53:10 +08:00
go 1.14
2020-09-26 16:53:10 +08:00
require (
2021-11-28 18:57:49 +08:00
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
2020-09-26 16:53:10 +08:00
github.com/gin-contrib/pprof v1.3.0
2021-11-28 18:57:49 +08:00
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
2021-12-16 16:59:51 +08:00
github.com/gogo/protobuf v1.1.1
2021-12-01 11:40:49 +08:00
github.com/golang-jwt/jwt v3.2.2+incompatible
2021-11-28 18:57:49 +08:00
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
2020-09-26 16:53:10 +08:00
github.com/mattn/go-isatty v0.0.12
2021-11-28 18:57:49 +08:00
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc
github.com/pkg/errors v0.9.1
2021-11-28 18:57:49 +08:00
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
github.com/prometheus/prometheus v2.5.0+incompatible
2022-03-01 11:16:55 +08:00
github.com/tidwall/gjson v1.14.0 // indirect
2021-11-28 18:57:49 +08:00
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/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
2022-03-01 11:16:55 +08:00
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
2021-11-28 18:57:49 +08:00
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.1
gorm.io/gorm v1.21.15
2020-09-26 16:53:10 +08:00
)