-
Notifications
You must be signed in to change notification settings - Fork 69
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
Import paths not available publicly #1
Comments
A workaround that lets me use this package in the interim (while we wait for a solution from AWS) is to use a
|
Thank you for reaching out to us, we will research this issue and come back. |
github.com/aws/SSMCLI doesn't even exist - not really much to research. Also, why would you deploy code you hadn't even tried? Also this isn't an enhancement. This is to actually get your broken code to work. Pretty sloppy effort. |
@Ichimikichiki, Sorry for the inconvenience about the import path. Would you like share more on your use case with session-manager-plugin. At the same time, we are working on the update of it, thanks for your patient again before we find a good solution for it. |
I also would like to see this resolved by replacing the correct URL throughout the repo. My use case FWIW, is that I have a custom EC2/SSM resolver that I'm writing as a go CLI, rather than have users download the plugin as a dependency, I would include the session-manager session package and call the I did try @aidansteele 's recommendation and it did function after a bunch of toying around, but I am still getting some runtime segfaults, and I struggled to get the replacement to pull its dependencies properly. |
@Yangtao-Hua one example use case that we have at the moment is to use SSM in a private network to access an RDS instance through IAM authentication. I see there is already a PR, do you have any ETA to merge it? Thanks. |
@Yangtao-Hua any chance of getting #11 and #33 looked at? |
Hi, Thanks, |
Thanks @Yangtao-Hua 😄 |
Hi, Thanks, |
Hi there,
Thanks for publishing the source code. I'd like to integrate the components of session-manager-plugin into my own tooling, but I'm not able to import them, because the paths in the source code refer to
github.com/aws/SSMCLI
instead ofgithub.aaakk.us.kg/aws/session-manager-plugin
.go get github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session go: downloading github.com/aws/session-manager-plugin v0.0.0-20210609234953-e4ad4017df96 go: downloading github.com/aws/aws-sdk-go v1.38.60 github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/config: cannot find module providing package github.com/aws/SSMCLI/src/config github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/datachannel: cannot find module providing package github.com/aws/SSMCLI/src/datachannel github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/log: cannot find module providing package github.com/aws/SSMCLI/src/log github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/message: cannot find module providing package github.com/aws/SSMCLI/src/message github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/retry: cannot find module providing package github.com/aws/SSMCLI/src/retry github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/sdkutil: cannot find module providing package github.com/aws/SSMCLI/src/sdkutil github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/sessionmanagerplugin/session/sessionutil: cannot find module providing package github.com/aws/SSMCLI/src/sessionmanagerplugin/session/sessionutil github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session imports github.com/aws/SSMCLI/src/version: cannot find module providing package github.com/aws/SSMCLI/src/version ``
The text was updated successfully, but these errors were encountered: