|
|
|
@@ -3,12 +3,12 @@ module github.com/ccfos/nightingale/v6 |
|
|
|
go 1.18 |
|
|
|
|
|
|
|
require ( |
|
|
|
github.com/BurntSushi/toml v0.3.1 |
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible |
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
|
github.com/gin-contrib/pprof v1.4.0 |
|
|
|
github.com/gin-gonic/gin v1.8.2 |
|
|
|
github.com/go-ldap/ldap/v3 v3.4.4 |
|
|
|
github.com/go-sql-driver/mysql v1.6.0 |
|
|
|
github.com/gogo/protobuf v1.3.2 |
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible |
|
|
|
github.com/golang/protobuf v1.5.2 |
|
|
|
@@ -35,7 +35,6 @@ require ( |
|
|
|
|
|
|
|
require ( |
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect |
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect |
|
|
|
github.com/beorn7/perks v1.0.1 // indirect |
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect |
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
|
|
|
@@ -46,6 +45,7 @@ require ( |
|
|
|
github.com/go-playground/locales v0.14.0 // indirect |
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect |
|
|
|
github.com/go-playground/validator/v10 v10.11.1 // indirect |
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect |
|
|
|
github.com/goccy/go-json v0.9.11 // indirect |
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect |
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect |
|
|
|
|