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 0d25591 commit 19f4aaa
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-20240911114934-33c5f1f2372f
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911114934-33c5f1f2372f
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911114934-33c5f1f2372f
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/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-20240911114934-33c5f1f2372f h1:zsjVevsnUHrIh8A564CuNr2fddITlKohi119aSjvHwY=
github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911114934-33c5f1f2372f/go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911114934-33c5f1f2372f h1:4qC9Dw9uEXxoLfhvlwhf2a7I8mgej005HFV6sUP1brQ=
github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911114934-33c5f1f2372f/go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911114934-33c5f1f2372f h1:h6I3ro1CKkmAJF0T36Goa2GW861DDV6+xmt/hxdyQWk=
github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911114934-33c5f1f2372f/go.mod h1:+cSGD+EyVDpnpQiIp1S6dloPF6q4sh093m1XqhaZcNU=
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/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 19f4aaa

Please sign in to comment.