@@ -9,35 +9,36 @@ require (
99 github.com/fatih/structs v1.1.0
1010 github.com/gliderlabs/ssh v0.3.6
1111 github.com/go-resty/resty/v2 v2.11.0
12- github.com/go-sql-driver/mysql v1.7.1
13- github.com/gofiber/fiber/v2 v2.52.0
12+ github.com/go-sql-driver/mysql v1.8.0
13+ github.com/gofiber/fiber/v2 v2.52.2
1414 github.com/gofiber/helmet/v2 v2.2.26
15- github.com/gofiber/template/mustache/v2 v2.0.8
15+ github.com/gofiber/template/mustache/v2 v2.0.9
1616 github.com/gofrs/uuid v4.4.0+incompatible
1717 github.com/golang-jwt/jwt v3.2.2+incompatible
1818 github.com/ip2location/ip2location-go v8.3.0+incompatible
1919 github.com/jinzhu/copier v0.4.0
2020 github.com/jmoiron/sqlx v1.3.5
21- github.com/lestrrat-go/jwx v1.2.28
21+ github.com/lestrrat-go/jwx v1.2.29
2222 github.com/oidc-mytoken/api v0.11.2-0.20230810083726-bf164306e5b2
2323 github.com/oidc-mytoken/lib v0.7.1
2424 github.com/oidc-mytoken/utils v0.1.3-0.20230731143919-ea5b78243e5d
2525 github.com/patrickmn/go-cache v2.1.0+incompatible
2626 github.com/pires/go-proxyproto v0.7.0
2727 github.com/pkg/errors v0.9.1
28- github.com/redis/go-redis/v9 v9.4.0
28+ github.com/redis/go-redis/v9 v9.5.1
2929 github.com/sirupsen/logrus v1.9.3
3030 github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
3131 github.com/valyala/fasthttp v1.52.0
3232 github.com/zachmann/go-oidcfed v0.1.0
33- golang.org/x/crypto v0.19 .0
34- golang.org/x/mod v0.15 .0
35- golang.org/x/oauth2 v0.17 .0
36- golang.org/x/term v0.17 .0
33+ golang.org/x/crypto v0.21 .0
34+ golang.org/x/mod v0.16 .0
35+ golang.org/x/oauth2 v0.18 .0
36+ golang.org/x/term v0.18 .0
3737 gopkg.in/yaml.v3 v3.0.1
3838)
3939
4040require (
41+ filippo.io/edwards25519 v1.1.0 // indirect
4142 github.com/adam-hanna/arrayOperations v1.0.1 // indirect
4243 github.com/andybalholm/brotli v1.1.0 // indirect
4344 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
@@ -46,9 +47,9 @@ require (
4647 github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
4748 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
4849 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
49- github.com/go-jose/go-jose/v3 v3.0.1 // indirect
50+ github.com/go-jose/go-jose/v3 v3.0.3 // indirect
5051 github.com/goccy/go-json v0.10.2 // indirect
51- github.com/gofiber/template v1.8.2 // indirect
52+ github.com/gofiber/template v1.8.3 // indirect
5253 github.com/gofiber/utils v1.1.0 // indirect
5354 github.com/golang/protobuf v1.5.3 // indirect
5455 github.com/google/uuid v1.5.0 // indirect
@@ -67,10 +68,10 @@ require (
6768 github.com/tinylib/msgp v1.1.8 // indirect
6869 github.com/valyala/bytebufferpool v1.0.0 // indirect
6970 github.com/valyala/tcplisten v1.0.0 // indirect
70- golang.org/x/net v0.21 .0 // indirect
71- golang.org/x/sys v0.17 .0 // indirect
71+ golang.org/x/net v0.22 .0 // indirect
72+ golang.org/x/sys v0.18 .0 // indirect
7273 google.golang.org/appengine v1.6.8 // indirect
73- google.golang.org/protobuf v1.31 .0 // indirect
74+ google.golang.org/protobuf v1.33 .0 // indirect
7475)
7576
7677replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704
0 commit comments