@@ -4,42 +4,42 @@ go 1.19
44
55require (
66 github.com/Songmu/prompter v0.5.1
7- github.com/coreos/go-oidc/v3 v3.8 .0
8- github.com/evanphx/json-patch/v5 v5.7 .0
7+ github.com/coreos/go-oidc/v3 v3.9 .0
8+ github.com/evanphx/json-patch/v5 v5.9 .0
99 github.com/fatih/structs v1.1.0
10- github.com/gliderlabs/ssh v0.3.5
11- github.com/go-resty/resty/v2 v2.10 .0
10+ github.com/gliderlabs/ssh v0.3.6
11+ github.com/go-resty/resty/v2 v2.11 .0
1212 github.com/go-sql-driver/mysql v1.7.1
13- github.com/gofiber/fiber/v2 v2.51 .0
13+ github.com/gofiber/fiber/v2 v2.52 .0
1414 github.com/gofiber/helmet/v2 v2.2.26
15- github.com/gofiber/template/mustache/v2 v2.0.7
15+ github.com/gofiber/template/mustache/v2 v2.0.8
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.27
21+ github.com/lestrrat-go/jwx v1.2.28
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.3 .0
28+ github.com/redis/go-redis/v9 v9.4 .0
2929 github.com/sirupsen/logrus v1.9.3
3030 github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
31- github.com/valyala/fasthttp v1.51 .0
32- github.com/zachmann/go-oidcfed v0.0.0-20230725165112-6d27a1323204
33- golang.org/x/crypto v0.16 .0
34- golang.org/x/mod v0.14 .0
35- golang.org/x/oauth2 v0.15 .0
36- golang.org/x/term v0.15 .0
31+ github.com/valyala/fasthttp v1.52 .0
32+ 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
3737 gopkg.in/yaml.v3 v3.0.1
3838)
3939
4040require (
4141 github.com/adam-hanna/arrayOperations v1.0.1 // indirect
42- github.com/andybalholm/brotli v1.0.5 // indirect
42+ github.com/andybalholm/brotli v1.1.0 // indirect
4343 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
4444 github.com/cbroglie/mustache v1.4.0 // indirect
4545 github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -51,8 +51,8 @@ require (
5151 github.com/gofiber/template v1.8.2 // indirect
5252 github.com/gofiber/utils v1.1.0 // indirect
5353 github.com/golang/protobuf v1.5.3 // indirect
54- github.com/google/uuid v1.4 .0 // indirect
55- github.com/klauspost/compress v1.17.0 // indirect
54+ github.com/google/uuid v1.5 .0 // indirect
55+ github.com/klauspost/compress v1.17.6 // indirect
5656 github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
5757 github.com/lestrrat-go/blackmagic v1.0.2 // indirect
5858 github.com/lestrrat-go/httpcc v1.0.1 // indirect
@@ -67,8 +67,8 @@ require (
6767 github.com/tinylib/msgp v1.1.8 // indirect
6868 github.com/valyala/bytebufferpool v1.0.0 // indirect
6969 github.com/valyala/tcplisten v1.0.0 // indirect
70- golang.org/x/net v0.19 .0 // indirect
71- golang.org/x/sys v0.15 .0 // indirect
70+ golang.org/x/net v0.21 .0 // indirect
71+ golang.org/x/sys v0.17 .0 // indirect
7272 google.golang.org/appengine v1.6.8 // indirect
7373 google.golang.org/protobuf v1.31.0 // indirect
7474)
0 commit comments