saml icon indicating copy to clipboard operation
saml copied to clipboard

Unable to go get samlidp package

Open casebrophy opened this issue 2 years ago • 8 comments

go get -v github.com/crewjam/saml/samlidp go: github.com/crewjam/saml/[email protected] requires github.com/crewjam/[email protected]: invalid version: unknown revision 000000000000

Cannot use the samlidp module in version v0.4.8 or v0.4.7 downgrading my version in go.mod to v0.4.6 allows me to use the samlidp module

casebrophy avatar Jul 21 '22 15:07 casebrophy

same mistake

Gbcards avatar Aug 02 '22 17:08 Gbcards

same here

piffall avatar Sep 16 '22 12:09 piffall

A bit of a hack, but I've worked around this using the replace directive:

go 1.18

require (
	github.com/crewjam/saml v0.0.0-00010101000000-000000000000
	github.com/crewjam/saml/samlidp v0.0.0-20220625143334-5e0ffd290abf
)

replace github.com/crewjam/saml v0.0.0-00010101000000-000000000000 => github.com/crewjam/saml v0.4.8

paulcichonski avatar Sep 16 '22 20:09 paulcichonski

An example showing it's broken: https://go.dev/play/p/7X9mO34y5lf

dcormier avatar Oct 26 '22 12:10 dcormier

@crewjam we really can't upgrade to github.com/crewjam/saml v0.4.10

still stuck at v0.4.6

vorishirne avatar Dec 06 '22 04:12 vorishirne

This is not fixed yet. I will be fixed as soon as you (@crewjam ) create a fresh release. Please do so! Thanks.

muir avatar Jan 13 '23 01:01 muir

done. :)

crewjam avatar Jan 14 '23 13:01 crewjam

This is still broken, @crewjam.

dcormier avatar Jan 18 '23 22:01 dcormier