Skip to content

Commit 7862bad

Browse files
fix(deps): update module github.com/lestrrat-go/jwx/v3 to v4.0.1
1 parent abae788 commit 7862bad

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/traPtitech/traQ
22

3-
go 1.25.0
3+
go 1.26.0
44

55
toolchain go1.26.2
66

@@ -39,7 +39,8 @@ require (
3939
github.com/labstack/echo-contrib v0.50.1
4040
github.com/labstack/echo/v4 v4.15.2
4141
github.com/leandro-lugaresi/hub v1.1.1
42-
github.com/lestrrat-go/jwx/v3 v3.0.13
42+
github.com/lestrrat-go/jwx/v3 v3.1.0
43+
github.com/lestrrat-go/jwx/v4 v4.0.1
4344
github.com/livekit/protocol v1.45.1
4445
github.com/livekit/server-sdk-go/v2 v2.16.1
4546
github.com/lthibault/jitterbug/v2 v2.2.2
@@ -87,7 +88,7 @@ require (
8788
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
8889
github.com/containerd/errdefs v1.0.0 // indirect
8990
github.com/containerd/errdefs/pkg v0.3.0 // indirect
90-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
91+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
9192
github.com/dennwc/iters v1.2.2 // indirect
9293
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
9394
github.com/distribution/reference v0.6.0 // indirect
@@ -97,7 +98,7 @@ require (
9798
github.com/go-faster/errors v0.7.1 // indirect
9899
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
99100
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
100-
github.com/goccy/go-json v0.10.3 // indirect
101+
github.com/goccy/go-json v0.10.6 // indirect
101102
github.com/google/cel-go v0.27.0 // indirect
102103
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
103104
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -112,7 +113,7 @@ require (
112113
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
113114
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
114115
github.com/lestrrat-go/httpcc v1.0.1 // indirect
115-
github.com/lestrrat-go/httprc/v3 v3.0.2 // indirect
116+
github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect
116117
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
117118
github.com/lithammer/shortuuid/v4 v4.2.0 // indirect
118119
github.com/livekit/mageutil v0.0.0-20250511045019-0f1ff63f7731 // indirect

go.sum

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
154154
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
155155
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 h1:NMZiJj8QnKe1LgsbDayM4UoHwbvwDRwnI3hwNaAHRnc=
156156
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
157+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 h1:5RVFMOWjMyRy8cARdy79nAmgYw3hK/4HUq48LQ6Wwqo=
158+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
157159
github.com/dennwc/iters v1.2.2 h1:XH2/Etihiy9ZvPOVCR+icQXeYlhbvS7k0qro4x/2qQo=
158160
github.com/dennwc/iters v1.2.2/go.mod h1:M9KuuMBeyEXYTmB7EnI9SCyALFCmPWOIxn5W1L0CjGg=
159161
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
@@ -233,6 +235,8 @@ github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
233235
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
234236
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
235237
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
238+
github.com/goccy/go-json v0.10.6 h1:p8HrPJzOakx/mn/bQtjgNjdTcN+/S6FcG2CTtQOrHVU=
239+
github.com/goccy/go-json v0.10.6/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
236240
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
237241
github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
238242
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
@@ -359,8 +363,13 @@ github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZ
359363
github.com/lestrrat-go/httpcc v1.0.1/go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E=
360364
github.com/lestrrat-go/httprc/v3 v3.0.2 h1:7u4HUaD0NQbf2/n5+fyp+T10hNCsAnwKfqn4A4Baif0=
361365
github.com/lestrrat-go/httprc/v3 v3.0.2/go.mod h1:mSMtkZW92Z98M5YoNNztbRGxbXHql7tSitCvaxvo9l0=
366+
github.com/lestrrat-go/httprc/v3 v3.0.5 h1:S+Mb4L2I+bM6JGTibLmxExhyTOqnXjqx+zi9MoXw/TM=
367+
github.com/lestrrat-go/httprc/v3 v3.0.5/go.mod h1:mSMtkZW92Z98M5YoNNztbRGxbXHql7tSitCvaxvo9l0=
362368
github.com/lestrrat-go/jwx/v3 v3.0.13 h1:AdHKiPIYeCSnOJtvdpipPg/0SuFh9rdkN+HF3O0VdSk=
363369
github.com/lestrrat-go/jwx/v3 v3.0.13/go.mod h1:2m0PV1A9tM4b/jVLMx8rh6rBl7F6WGb3EG2hufN9OQU=
370+
github.com/lestrrat-go/jwx/v3 v3.1.0 h1:AyyLtxc0QM75F75JroWgt1phwC7X+wOb3XKhH7XBZWw=
371+
github.com/lestrrat-go/jwx/v3 v3.1.0/go.mod h1:uw/MN2M/Xiu4FhwcIwH11Zsh9JWx9SWzgALl7/uIEkU=
372+
github.com/lestrrat-go/jwx/v4 v4.0.1/go.mod h1:F2a0rSyXsqLAL0orBZGOXrzQGv018Tx4eiEWWYR7Yzo=
364373
github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLOcID3Ss=
365374
github.com/lestrrat-go/option/v2 v2.0.0/go.mod h1:oSySsmzMoR0iRzCDCaUfsCzxQHUEuhOViQObyy7S6Vg=
366375
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=

0 commit comments

Comments
 (0)