-
Notifications
You must be signed in to change notification settings - Fork 656
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
github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn should be it's own module #2244
Comments
This appears to be an issue with this dependency manager, there's nothing semantically invalid about how this subpackage is exposed, nor is it an outlier in We're not opposed to improved module granularity, we had briefly picked this up accordingly but we had to reprioritize. Closing for now. |
|
|
@parsnips - I'm hitting a similar issue when trying to use service/cloudtrail in my project:
Were you able to work around this issue? |
Just making a note and subscribing to this thread - running into similar issues with attempting to use |
Describe the feature
github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn should be a module that's rev'd on it's own similar to how configsources is.
Use Case
Trying to use services/scheduler in a bazel/gazelle managed build and gazelle attempts to depend on the module via this dependency:
Even though this package/path does not have
awsrulesfn
Proposed Solution
add a go.mod and version that package or
move it into github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
Other Information
No response
Acknowledgements
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2/service/scheduler v1.2.2
Go version used
go version go1.20.2 darwin/arm64
The text was updated successfully, but these errors were encountered: