Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 30, 2024
1 parent 7c628b3 commit 35b8f4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.23.1

require (
github.com/coreos/go-oidc/v3 v3.11.0
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240930132410-bb4ed2309815
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240930132410-bb4ed2309815
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240930132410-bb4ed2309815
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240930164704-7c628b36a166
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240930164704-7c628b36a166
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240930164704-7c628b36a166
github.com/dmwm/cmsauth v0.0.4
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.6.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ github.com/coreos/go-oidc/v3 v3.11.0/go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDh
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240930132410-bb4ed2309815 h1:81LiEoHt8/oqj7ghKal8Cz5l77zv1O+KdEG88aNOOmA=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240930132410-bb4ed2309815/go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240930132410-bb4ed2309815 h1:WjxM9At3pLC5CJtxNu5Wqlqnbppq8PuYmGqerxFbfpw=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240930132410-bb4ed2309815/go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240930132410-bb4ed2309815 h1:fEiQSVUH3IhquvrG3y4Gu+zNSw+dP8wQHwOSk7kuvtw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240930132410-bb4ed2309815/go.mod h1:+cSGD+EyVDpnpQiIp1S6dloPF6q4sh093m1XqhaZcNU=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240930164704-7c628b36a166 h1:3WLyJ2YLSazI0QLTsxK45aSWdwDBh3kHBKJVGZHEVC0=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240930164704-7c628b36a166/go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240930164704-7c628b36a166 h1:iHHsuUmNLEK/Kb1QYLPsfV9sDBlOUtFNbhiLGMI6l2c=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240930164704-7c628b36a166/go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240930164704-7c628b36a166 h1:Mz6kYaWaSqr4ry0oGO+CFCD0n4DtHvJJljzlGgjDgh0=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240930164704-7c628b36a166/go.mod h1:+cSGD+EyVDpnpQiIp1S6dloPF6q4sh093m1XqhaZcNU=
github.com/dmwm/cmsauth v0.0.4 h1:naXMSU4bMHkoLbc811CneIgLo4tiuLmO1sZVRfrdG38=
github.com/dmwm/cmsauth v0.0.4/go.mod h1:Q/FulD8nZWDBQZ9yCQ4MKYKKiM0leeIvI6ceuUKDMys=
github.com/go-jose/go-jose/v4 v4.0.2 h1:R3l3kkBds16bO7ZFAEEcofK0MkrAJt3jlJznWZG0nvk=
Expand Down

0 comments on commit 35b8f4a

Please sign in to comment.