fix infinitelifetime tokens expiration information wrongly returned
... | ... | @@ -20,7 +20,7 @@ require ( |
github.com/lestrrat-go/jwx v1.2.26 | ||
github.com/oidc-mytoken/api v0.10.1-0.20230412103735-ccd26fb9a9ae | ||
github.com/oidc-mytoken/lib v0.7.0 | ||
github.com/oidc-mytoken/utils v0.1.3-0.20230616060525-273933b62b4b | ||
github.com/oidc-mytoken/utils v0.1.3-0.20230616081854-5012088bac1e | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/pires/go-proxyproto v0.7.0 | ||
github.com/pkg/errors v0.9.1 | ||
... | ... |
... | ... | @@ -273,6 +273,8 @@ github.com/oidc-mytoken/lib v0.7.0 h1:/uPQ10ColbCZ79wotV6aa3yfU6Lbaucis2+TrfVIXd |
github.com/oidc-mytoken/lib v0.7.0/go.mod h1:D0vrMn1szss52mJKwI+sTsSakVCP6qCk0l0kAjd4YtA= | ||
github.com/oidc-mytoken/utils v0.1.3-0.20230616060525-273933b62b4b h1:G1O9ua6Aiqv24r40P/CRwlZrn+EDYYPFbnAXsRdDbSo= | ||
github.com/oidc-mytoken/utils v0.1.3-0.20230616060525-273933b62b4b/go.mod h1:pAUlvF/mYz8CjinCx4iwoWzG514B9EhuCpu7O+afaD8= | ||
github.com/oidc-mytoken/utils v0.1.3-0.20230616081854-5012088bac1e h1:lTzc3PKexxaOMoBBYgtOUqEbdVGlVPthBvO0fD4ewTE= | ||
github.com/oidc-mytoken/utils v0.1.3-0.20230616081854-5012088bac1e/go.mod h1:pAUlvF/mYz8CjinCx4iwoWzG514B9EhuCpu7O+afaD8= | ||
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= | ||
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= | ||
github.com/philhofer/fwd v1.1.1/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= | ||
... | ... |
Please register or sign in to comment