Skip to content

Commit 2a040d3

Browse files
authored
pin jwx/v3 to afa5b058da4f (#3)
1 parent 9b10369 commit 2a040d3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/cloudflare/circl v1.6.3
7-
github.com/lestrrat-go/jwx/v3 v3.0.0
7+
github.com/lestrrat-go/jwx/v3 v3.0.14-0.20260401120942-afa5b058da4f
88
github.com/stretchr/testify v1.11.1
99
)
1010

@@ -24,4 +24,4 @@ require (
2424
golang.org/x/crypto v0.49.0 // indirect
2525
golang.org/x/sys v0.42.0 // indirect
2626
gopkg.in/yaml.v3 v3.0.1 // indirect
27-
)
27+
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZ
1717
github.com/lestrrat-go/httpcc v1.0.1/go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E=
1818
github.com/lestrrat-go/httprc/v3 v3.0.5 h1:S+Mb4L2I+bM6JGTibLmxExhyTOqnXjqx+zi9MoXw/TM=
1919
github.com/lestrrat-go/httprc/v3 v3.0.5/go.mod h1:mSMtkZW92Z98M5YoNNztbRGxbXHql7tSitCvaxvo9l0=
20+
github.com/lestrrat-go/jwx/v3 v3.0.14-0.20260401120942-afa5b058da4f h1:K86lFdx4kZMoFIcp7h8uKIYCzvyVVc6yl1kJR4LS15Q=
21+
github.com/lestrrat-go/jwx/v3 v3.0.14-0.20260401120942-afa5b058da4f/go.mod h1:vuqP7b/QKMjPSwaYSFxZNfIVxm7OreavgfKUjkw4gjY=
2022
github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLOcID3Ss=
2123
github.com/lestrrat-go/option/v2 v2.0.0/go.mod h1:oSySsmzMoR0iRzCDCaUfsCzxQHUEuhOViQObyy7S6Vg=
2224
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)