Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support installation via go get by changing module name #5

Merged
merged 1 commit into from
May 30, 2020
Merged

Conversation

webbgeorge
Copy link
Contributor

@webbgeorge webbgeorge commented May 30, 2020

Hi there,

Great tool - made it super easy to get aws sso working with Terraform.

Only slightly annoying thing is that I couldn't do go get github.com/flyinprogrammer/aws-sso-fetcher to install it quickly, and I had to clone and build it. My change to the module name will allow people to install this with one command.

Here is the error when currently trying to do go get:

go: github.com/flyinprogrammer/aws-sso-fetcher upgrade => v0.0.1
go get: github.com/flyinprogrammer/[email protected]: parsing go.mod:
	module declares its path as: aws-sso-fetcher
	        but was required as: github.com/flyinprogrammer/aws-sso-fetcher

Hope it looks good.

Thanks,
George

@flyinprogrammer flyinprogrammer merged commit 1a38593 into flyinprogrammer:master May 30, 2020
@flyinprogrammer
Copy link
Owner

Thanks for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants