Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 11, 2024
1 parent 950d40d commit e831687
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-20240911151148-0d255915bb68
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911151148-0d255915bb68
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911151148-0d255915bb68
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911160849-19f4aaa9ab42
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911170150-950d40d34058
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911170150-950d40d34058
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-20240911151148-0d255915bb68 h1:r3QZzEl4QwwF2kexDYo4TBvbMoWiDoH6a9xzHhvUa18=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911151148-0d255915bb68/go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911151148-0d255915bb68 h1:jNzz5OAX+RZkwyghHatHTtczwO8zG2VRkP17am3cz3M=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911151148-0d255915bb68/go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911151148-0d255915bb68 h1:BkYvKUmWkaEb9NobBo7VHK+YF2ImdTvpmx+tEuSz4kw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911151148-0d255915bb68/go.mod h1:+cSGD+EyVDpnpQiIp1S6dloPF6q4sh093m1XqhaZcNU=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911160849-19f4aaa9ab42 h1:7IMcIl8bTQj6mFIdS327Y2QdDKgWzU1kNhw7HpofR+4=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911160849-19f4aaa9ab42/go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911170150-950d40d34058 h1:avcqqg0pqrbjAlgl3nEuPhiukEH4o3I0CYLtmEYbwRI=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911170150-950d40d34058/go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911170150-950d40d34058 h1:eJDC/uj08k5i3wipbJqI8TaOZDGJRDrKu77MAy5slEc=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911170150-950d40d34058/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 e831687

Please sign in to comment.