saml icon indicating copy to clipboard operation
saml copied to clipboard

fix: samlidp package resolution

Open james-d-elliott opened this issue 3 years ago • 1 comments

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

james-d-elliott avatar Sep 01 '22 00:09 james-d-elliott

Fixes #448.

dcormier avatar Oct 26 '22 12:10 dcormier

I have an alternative fix #475 . I simply get rid of the extra go.mod files

muir avatar Dec 16 '22 17:12 muir

I think this isn't needed since we dropped the internal go.mod files. Please comment if I'm wrong.

crewjam avatar Jan 12 '23 20:01 crewjam

I am pretty sure that's correct. Nice job @muir.

james-d-elliott avatar Jan 12 '23 20:01 james-d-elliott