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

Unable to install due to missing dep on aws module #60

Open
alanmcg opened this issue Feb 14, 2021 · 1 comment
Open

Unable to install due to missing dep on aws module #60

alanmcg opened this issue Feb 14, 2021 · 1 comment

Comments

@alanmcg
Copy link

alanmcg commented Feb 14, 2021

go.mod requires https://github.com/aws/aws-sdk-go-v2/releases, but complains about missing awserr

go get github.com/teralytics/prometheus-ecs-discovery
build github.com/teralytics/prometheus-ecs-discovery: cannot load github.com/aws/aws-sdk-go-v2/aws/awserr: module
github.com/aws/aws-sdk-go-v2@latest found (v1.2.0), but does not contain package github.com/aws/aws-sdk-go-v2/aws/awserr

Seems like the only version with awserr in the aws release is v2.0.0-preview.5 (2018-09-27). So I am confused how to make this work!

@chicofranchico
Copy link
Contributor

I just merged #64, could you try that out?

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

No branches or pull requests

2 participants