@@ -10,7 +10,7 @@ require (
1010 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
1111 github.com/cristalhq/jwt/v4 v4.0.2
1212 github.com/dgraph-io/ristretto v0.1.1
13- github.com/go-jose/go-jose/v3 v3 .0.3
13+ github.com/go-jose/go-jose/v4 v4 .0.4
1414 github.com/golang/mock v1.6.0
1515 github.com/google/uuid v1.3.0
1616 github.com/gorilla/mux v1.8.0
@@ -25,13 +25,13 @@ require (
2525 github.com/ory/x v0.0.575
2626 github.com/parnurzeal/gorequest v0.2.15
2727 github.com/pkg/errors v0.9.1
28- github.com/stretchr/testify v1.8.4
28+ github.com/stretchr/testify v1.9.0
2929 github.com/tidwall/gjson v1.14.3
3030 go.opentelemetry.io/otel/trace v1.16.0
31- golang.org/x/crypto v0.21 .0
32- golang.org/x/net v0.23 .0
31+ golang.org/x/crypto v0.25 .0
32+ golang.org/x/net v0.25 .0
3333 golang.org/x/oauth2 v0.10.0
34- golang.org/x/text v0.14 .0
34+ golang.org/x/text v0.16 .0
3535)
3636
3737require (
@@ -83,9 +83,9 @@ require (
8383 go.opentelemetry.io/otel/metric v1.16.0 // indirect
8484 go.opentelemetry.io/otel/sdk v1.16.0 // indirect
8585 go.opentelemetry.io/proto/otlp v1.0.0 // indirect
86- golang.org/x/mod v0.12 .0 // indirect
87- golang.org/x/sys v0.20 .0 // indirect
88- golang.org/x/tools v0.11.1 // indirect
86+ golang.org/x/mod v0.17 .0 // indirect
87+ golang.org/x/sys v0.22 .0 // indirect
88+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
8989 google.golang.org/appengine v1.6.7 // indirect
9090 google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf // indirect
9191 google.golang.org/genproto/googleapis/api v0.0.0-20230731193218-e0aa005b6bdf // indirect
@@ -96,4 +96,6 @@ require (
9696 gopkg.in/yaml.v3 v3.0.1 // indirect
9797)
9898
99- go 1.20
99+ go 1.21
100+
101+ toolchain go1.23.1
0 commit comments