arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 66 forks source link

Update missing dependencies #56

Closed asetty closed 1 year ago

asetty commented 3 years ago

package "github.com/emirpasic/gods/sets/hashset" was missing in go.mod

Signed-off-by: Adam Setters asetty@arista.com

ran go mod tidy

athamark commented 1 year ago

Hello @asetty, thanks for reaching out to us and sorry for not answering sooner. In the #PR 101 (https://github.com/arrikto/oidc-authservice/pull/101), we have upgraded the dependencies included in the go.mod . We have also upgraded the Golang version (to 1.18). Running go mod tidy for the latest master branch did bring up the "github.com/emirpasic/gods" package dependency.

With that said, I hope that our effort covers what you proposed here. I will close this PR.