Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lstoll/oidc for STS fix #48

Merged
merged 1 commit into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.6.0
github.com/justinas/nosurf v1.1.1
github.com/lstoll/cookiesession v0.0.0-20240302214249-23c5d01c3fb9
github.com/lstoll/oidc v1.0.0-alpha.1
github.com/lstoll/oidc v1.0.0-alpha.1.0.20240324163255-989e22bde1f1
github.com/oklog/run v1.1.0
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/common v0.50.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 h1:6Yzfa6GP0rIo/kUL
github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs=
github.com/lstoll/cookiesession v0.0.0-20240302214249-23c5d01c3fb9 h1:4iHGC6XR3UV057pCVjkupYBsIiMk7XnDp0DPu8RB9CM=
github.com/lstoll/cookiesession v0.0.0-20240302214249-23c5d01c3fb9/go.mod h1:6ncG4bHWXCWDe+m6b9C2cvg1eCJpHiCkkl6DFJBOAeo=
github.com/lstoll/oidc v1.0.0-alpha.1 h1:b40XAq3OOawRJazif1xilLN8PdwalJL+qvG1sS1BAOg=
github.com/lstoll/oidc v1.0.0-alpha.1/go.mod h1:ZQ/Awk92pRKZizlR6HD/TZpSLqvrMa/tlXDJod6mk0Q=
github.com/lstoll/oidc v1.0.0-alpha.1.0.20240324163255-989e22bde1f1 h1:tg2qDMn3CDt7QOHb+UKoCvKaf1Qgq71SsmEHPXMLfbI=
github.com/lstoll/oidc v1.0.0-alpha.1.0.20240324163255-989e22bde1f1/go.mod h1:ZQ/Awk92pRKZizlR6HD/TZpSLqvrMa/tlXDJod6mk0Q=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
Expand Down
Loading