2021-06-28 00:42:39 +08:00
|
|
|
module github.com/didi/nightingale/v5
|
2020-09-26 16:53:10 +08:00
|
|
|
|
2022-05-30 09:08:54 +08:00
|
|
|
go 1.18
|
2020-09-26 16:53:10 +08:00
|
|
|
|
|
|
|
require (
|
2022-03-30 11:01:02 +08:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2021-11-28 18:57:49 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
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
|
2022-03-30 10:18:31 +08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
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
|
2021-06-28 00:42:39 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-07-08 18:21:09 +08:00
|
|
|
github.com/prometheus/client_golang v1.12.2
|
2022-07-10 10:28:43 +08:00
|
|
|
github.com/prometheus/common v0.32.1
|
2021-11-28 18:57:49 +08:00
|
|
|
github.com/prometheus/prometheus v2.5.0+incompatible
|
2022-03-20 10:27:17 +08:00
|
|
|
github.com/tidwall/gjson v1.14.0
|
2021-11-28 18:57:49 +08:00
|
|
|
github.com/toolkits/pkg v1.2.9
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-07-10 10:28:43 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
|
2022-05-30 09:08:54 +08:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
|
gorm.io/driver/mysql v1.1.2
|
|
|
|
gorm.io/driver/postgres v1.1.1
|
|
|
|
gorm.io/gorm v1.21.15
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
2021-11-28 18:57:49 +08:00
|
|
|
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
|
2022-03-30 11:01:02 +08:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2020-09-26 16:53:10 +08:00
|
|
|
)
|