saml2aws icon indicating copy to clipboard operation
saml2aws copied to clipboard

Build fails from github.com/AlecAivazis/survey

Open bmwiedemann opened this issue 3 years ago • 3 comments

I tried with both go1.14 and go1.16 but build fails with

go get github.com/Versent/saml2aws/
go get: github.com/AlecAivazis/survey@none updating to
        github.com/AlecAivazis/[email protected]: parsing go.mod:
        module declares its path as: gopkg.in/AlecAivazis/survey.v1
                but was required as: github.com/AlecAivazis/survey

bmwiedemann avatar Jun 14 '21 09:06 bmwiedemann

@bmwiedemann this might be better worked at https://github.com/AlecAivazis/survey/issues/369

gliptak avatar Aug 26 '21 15:08 gliptak

How did you fix the issue? I have the same problem when pulling saml2aws in a go project:

    github.com/AlecAivazis/survey: github.com/AlecAivazis/[email protected]: parsing go.mod:
    module declares its path as: gopkg.in/AlecAivazis/survey.v1
            but was required as: github.com/AlecAivazis/survey

gopkg.in vs github.com

github.com/AlecAivazis/survey/v2 v2.0.5/go.mod h1:WYBhg6f0y/fNYUuesWQc0PKbJcEliGcYHB9sNT3Bg74=
github.com/AlecAivazis/survey/v2 v2.3.4 h1:pchTU9rsLUSvWEl2Aq9Pv3k0IE2fkqtGxazskAMd9Ng=
... 

gopkg.in/AlecAivazis/survey.v1 v1.8.8 h1:5UtTowJZTz1j7NxVzDGKTz6Lm9IWm8DDF6b7a2wq9VY=
gopkg.in/AlecAivazis/survey.v1 v1.8.8/go.mod h1:CaHjv79TCgAvXMSFJSVgonHXYWxnhzI3eoHtnX5UgUo=

marcottedan avatar May 17 '22 19:05 marcottedan

#1147

gliptak avatar Oct 17 '23 01:10 gliptak