File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ require (
3131 github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
3232 github.com/jackc/pgx/v5 v5.9.2
3333 github.com/joho/godotenv v1.5.1
34- github.com/lestrrat-go/jwx/v3 v3.1.0
34+ github.com/lestrrat-go/jwx/v3 v3.0.11
35+ github.com/lestrrat-go/jwx/v4 v4.0.1
3536 github.com/moby/moby/api v1.54.2
3637 github.com/moby/moby/client v0.4.1
3738 github.com/oaswrap/spec v0.4.2
@@ -211,7 +212,7 @@ require (
211212 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
212213 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
213214 github.com/lestrrat-go/blackmagic v1.0.4 // indirect
214- github.com/lestrrat-go/dsig v1.2.1 // indirect
215+ github.com/lestrrat-go/dsig v1.3.0 // indirect
215216 github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
216217 github.com/lestrrat-go/httpcc v1.0.1 // indirect
217218 github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect
Original file line number Diff line number Diff line change @@ -450,14 +450,19 @@ github.com/lestrrat-go/blackmagic v1.0.4 h1:IwQibdnf8l2KoO+qC3uT4OaTWsW7tuRQXy9T
450450github.com/lestrrat-go/blackmagic v1.0.4 /go.mod h1:6AWFyKNNj0zEXQYfTMPfZrAXUWUfTIZ5ECEUEJaijtw =
451451github.com/lestrrat-go/dsig v1.2.1 h1:MwxzZhE4+4fguHi+uDALKVlC3Cn+O1QU1Q/F8D7hVIc =
452452github.com/lestrrat-go/dsig v1.2.1 /go.mod h1:RD2eOaidyPvpc7IJQoO3Qq52RWdy8ZcJs8lrOnoa1Kc =
453+ github.com/lestrrat-go/dsig v1.3.0 h1:phjMOCXvYzhuIgn7Voe2rex8z166vGfxRxmqM25P9/Q =
454+ github.com/lestrrat-go/dsig v1.3.0 /go.mod h1:RD2eOaidyPvpc7IJQoO3Qq52RWdy8ZcJs8lrOnoa1Kc =
453455github.com/lestrrat-go/dsig-secp256k1 v1.0.0 h1:JpDe4Aybfl0soBvoVwjqDbp+9S1Y2OM7gcrVVMFPOzY =
454456github.com/lestrrat-go/dsig-secp256k1 v1.0.0 /go.mod h1:CxUgAhssb8FToqbL8NjSPoGQlnO4w3LG1P0qPWQm/NU =
455457github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE =
456458github.com/lestrrat-go/httpcc v1.0.1 /go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E =
457459github.com/lestrrat-go/httprc/v3 v3.0.5 h1:S+Mb4L2I+bM6JGTibLmxExhyTOqnXjqx+zi9MoXw/TM =
458460github.com/lestrrat-go/httprc/v3 v3.0.5 /go.mod h1:mSMtkZW92Z98M5YoNNztbRGxbXHql7tSitCvaxvo9l0 =
461+ github.com/lestrrat-go/jwx/v3 v3.0.11 h1:yEeUGNUuNjcez/Voxvr7XPTYNraSQTENJgtVTfwvG/w =
462+ github.com/lestrrat-go/jwx/v3 v3.0.11 /go.mod h1:XSOAh2SiXm0QgRe3DulLZLyt+wUuEdFo81zuKTLcvgQ =
459463github.com/lestrrat-go/jwx/v3 v3.1.0 h1:AyyLtxc0QM75F75JroWgt1phwC7X+wOb3XKhH7XBZWw =
460464github.com/lestrrat-go/jwx/v3 v3.1.0 /go.mod h1:uw/MN2M/Xiu4FhwcIwH11Zsh9JWx9SWzgALl7/uIEkU =
465+ github.com/lestrrat-go/jwx/v4 v4.0.1 /go.mod h1:F2a0rSyXsqLAL0orBZGOXrzQGv018Tx4eiEWWYR7Yzo =
461466github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLOcID3Ss =
462467github.com/lestrrat-go/option/v2 v2.0.0 /go.mod h1:oSySsmzMoR0iRzCDCaUfsCzxQHUEuhOViQObyy7S6Vg =
463468github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw =
You can’t perform that action at this time.
0 commit comments