Closed asetty closed 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.
package "github.com/emirpasic/gods/sets/hashset" was missing in go.mod
Signed-off-by: Adam Setters asetty@arista.com
ran
go mod tidy