Closed distinctdan closed 2 months ago
Hi @distinctdan ,
Are you behind a proxy/ firewall/ some company network that might be blocking traffic?
You can try:
go clean -modcache
go mod tidy
And then if that doesn't work, try to get that dependency explicitly with verbose logs:
go get -v github.com/jmespath/go-jmespath
Thanks, Ran~
Thanks Ran, cleaning the modcache in addition to running go clean -cache
fixed it! My laptop has had intermittent clock issues on our corporate wifi, which could have caused ssl to fail when it tried to download the modules. If it cached that failure, that would explain my problem. On a side note, it seems like a mistake for Go to cache failures like this. Regardless, thanks for the help!
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
Hi, I'm trying to use the sdk, but when I run
go get github.com/aws/aws-sdk-go-v2/service/redshift
, I get the following error. Would anyone know what I'm missing here?Expected Behavior
No error should be thrown
Current Behavior
Throws an error
Reproduction Steps
Run
go get github.com/aws/aws-sdk-go-v2/service/redshift
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
go.mod:
go mod graph:
Compiler and Version used
go version go1.22.6 darwin/amd64
Operating System and version
OSX Sonoma 14.5