File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require (
16
16
github.com/google/go-containerregistry v0.20.6
17
17
github.com/google/uuid v1.6.0
18
18
github.com/lestrrat-go/jwx/v2 v2.1.6
19
+ github.com/lestrrat-go/jwx/v3 v3.0.10
19
20
github.com/lmittmann/tint v1.1.2
20
21
github.com/mark3labs/mcp-go v0.37.0
21
22
github.com/olekukonko/tablewriter v1.0.9
@@ -279,7 +280,7 @@ require (
279
280
github.com/gogo/protobuf v1.3.2 // indirect
280
281
github.com/golang-jwt/jwt/v5 v5.3.0
281
282
github.com/inconshreveable/mousetrap v1.1.0 // indirect
282
- github.com/lestrrat-go/blackmagic v1.0.3 // indirect
283
+ github.com/lestrrat-go/blackmagic v1.0.4 // indirect
283
284
github.com/lestrrat-go/httpcc v1.0.1 // indirect
284
285
github.com/lestrrat-go/httprc v1.0.6 // indirect
285
286
github.com/lestrrat-go/iter v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -1269,6 +1269,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
1269
1269
github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
1270
1270
github.com/lestrrat-go/blackmagic v1.0.3 h1:94HXkVLxkZO9vJI/w2u1T0DAoprShFd13xtnSINtDWs =
1271
1271
github.com/lestrrat-go/blackmagic v1.0.3 /go.mod h1:6AWFyKNNj0zEXQYfTMPfZrAXUWUfTIZ5ECEUEJaijtw =
1272
+ github.com/lestrrat-go/blackmagic v1.0.4 h1:IwQibdnf8l2KoO+qC3uT4OaTWsW7tuRQXy9TRN9QanA =
1273
+ github.com/lestrrat-go/blackmagic v1.0.4 /go.mod h1:6AWFyKNNj0zEXQYfTMPfZrAXUWUfTIZ5ECEUEJaijtw =
1272
1274
github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE =
1273
1275
github.com/lestrrat-go/httpcc v1.0.1 /go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E =
1274
1276
github.com/lestrrat-go/httprc v1.0.6 h1:qgmgIRhpvBqexMJjA/PmwSvhNk679oqD1RbovdCGW8k =
@@ -1277,6 +1279,7 @@ github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzlt
1277
1279
github.com/lestrrat-go/iter v1.0.2 /go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4 =
1278
1280
github.com/lestrrat-go/jwx/v2 v2.1.6 h1:hxM1gfDILk/l5ylers6BX/Eq1m/pnxe9NBwW6lVfecA =
1279
1281
github.com/lestrrat-go/jwx/v2 v2.1.6 /go.mod h1:Y722kU5r/8mV7fYDifjug0r8FK8mZdw0K0GpJw/l8pU =
1282
+ github.com/lestrrat-go/jwx/v3 v3.0.10 /go.mod h1:kNMedLgTpHvPJkK5EMVa1JFz+UVyY2dMmZKu3qjl/Pk =
1280
1283
github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU =
1281
1284
github.com/lestrrat-go/option v1.0.1 /go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I =
1282
1285
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec h1:2tTW6cDth2TSgRbAhD7yjZzTQmcN25sDRPEeinR51yQ =
You can’t perform that action at this time.
0 commit comments