File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ go 1.23.1
4
4
5
5
require (
6
6
github.com/coreos/go-oidc/v3 v3.11.0
7
- github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911151148-0d255915bb68
8
- github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911151148-0d255915bb68
9
- github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911151148-0d255915bb68
7
+ github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911160849-19f4aaa9ab42
8
+ github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911170150-950d40d34058
9
+ github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911170150-950d40d34058
10
10
github.com/dmwm/cmsauth v0.0.4
11
11
github.com/golang-jwt/jwt v3.2.2+incompatible
12
12
github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ github.com/coreos/go-oidc/v3 v3.11.0/go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDh
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911151148-0d255915bb68 h1:r3QZzEl4QwwF2kexDYo4TBvbMoWiDoH6a9xzHhvUa18 =
7
- github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911151148-0d255915bb68 /go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY =
8
- github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911151148-0d255915bb68 h1:jNzz5OAX+RZkwyghHatHTtczwO8zG2VRkP17am3cz3M =
9
- github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911151148-0d255915bb68 /go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw =
10
- github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911151148-0d255915bb68 h1:BkYvKUmWkaEb9NobBo7VHK+YF2ImdTvpmx+tEuSz4kw =
11
- github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911151148-0d255915bb68 /go.mod h1:+cSGD+EyVDpnpQiIp1S6dloPF6q4sh093m1XqhaZcNU =
6
+ github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911160849-19f4aaa9ab42 h1:7IMcIl8bTQj6mFIdS327Y2QdDKgWzU1kNhw7HpofR+4 =
7
+ github.com/dmwm/auth-proxy-server/auth v0.0.0-20240911160849-19f4aaa9ab42 /go.mod h1:ZYG5e4cp2cp/AY34woP4kaaeI4SHLk4KjxI5QE+i0nY =
8
+ github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911170150-950d40d34058 h1:avcqqg0pqrbjAlgl3nEuPhiukEH4o3I0CYLtmEYbwRI =
9
+ github.com/dmwm/auth-proxy-server/cric v0.0.0-20240911170150-950d40d34058 /go.mod h1:sU3FJL2Bbyx0nYFIDhrs6SVIAYi4AHmojcD1QcHwpYw =
10
+ github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911170150-950d40d34058 h1:eJDC/uj08k5i3wipbJqI8TaOZDGJRDrKu77MAy5slEc =
11
+ github.com/dmwm/auth-proxy-server/logging v0.0.0-20240911170150-950d40d34058 /go.mod h1:+cSGD+EyVDpnpQiIp1S6dloPF6q4sh093m1XqhaZcNU =
12
12
github.com/dmwm/cmsauth v0.0.4 h1:naXMSU4bMHkoLbc811CneIgLo4tiuLmO1sZVRfrdG38 =
13
13
github.com/dmwm/cmsauth v0.0.4 /go.mod h1:Q/FulD8nZWDBQZ9yCQ4MKYKKiM0leeIvI6ceuUKDMys =
14
14
github.com/go-jose/go-jose/v4 v4.0.2 h1:R3l3kkBds16bO7ZFAEEcofK0MkrAJt3jlJznWZG0nvk =
You can’t perform that action at this time.
0 commit comments