Skip to content

Commit

Permalink
Update cmsauth package to new version: properly handle CMS multiple DNs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jul 15, 2024
1 parent e20ffc0 commit 2825273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.5

require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/dmwm/cmsauth v0.0.0-20230224144745-c57dbeca74a3
github.com/dmwm/cmsauth v0.0.0-20240715181559-4387a84fc29d
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.6.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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/cmsauth v0.0.0-20230224144745-c57dbeca74a3 h1:qPAabMqJdOQ9DHloVEskzTL59l3iBrM4nBIyRcxjkHU=
github.com/dmwm/cmsauth v0.0.0-20230224144745-c57dbeca74a3/go.mod h1:Q/FulD8nZWDBQZ9yCQ4MKYKKiM0leeIvI6ceuUKDMys=
github.com/dmwm/cmsauth v0.0.0-20240715181559-4387a84fc29d h1:fJ/k7lZ/g9O/YLQAo2d4BLmqARCwXP2qgKtRRNl6ifk=
github.com/dmwm/cmsauth v0.0.0-20240715181559-4387a84fc29d/go.mod h1:Q/FulD8nZWDBQZ9yCQ4MKYKKiM0leeIvI6ceuUKDMys=
github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
Expand Down

0 comments on commit 2825273

Please sign in to comment.