saml
saml copied to clipboard
fix: samlidp package resolution
This fixes the package resolution for samlidp and still allows the tests to complete successfully (or it should). Also performs a go mod tidy.
See https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository
Fixes #448.
I have an alternative fix #475 . I simply get rid of the extra go.mod files
I think this isn't needed since we dropped the internal go.mod files. Please comment if I'm wrong.
I am pretty sure that's correct. Nice job @muir.