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

updates golang.org/x/net dependency #3991

Merged
merged 1 commit into from Jul 5, 2021
Merged

Conversation

skotambkar
Copy link
Contributor

Updates the SDK's dependency on golang.org/x/net module to update the transitive golang.org/x/crypto module dependency.

@skotambkar skotambkar merged commit 804a84f into aws:main Jul 5, 2021
aws-sdk-go-automation pushed a commit that referenced this pull request Jul 6, 2021
===

### Service Client Updates
* `service/eks`: Updates service API
* `service/imagebuilder`: Updates service API and documentation
* `service/lambda`: Updates service API, documentation, and examples
  * Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
* `service/macie2`: Updates service documentation
* `service/mgn`: Updates service API
* `service/sns`: Updates service documentation and paginators
  * Documentation updates for Amazon SNS.

### SDK Enhancements
* Update golang.org/x/net dependency [#3991](#3991)
    * Updates the SDK's dependency on golang.org/x/net module dependency.
aws-sdk-go-automation added a commit that referenced this pull request Jul 6, 2021
Release v1.39.1 (2021-07-06)
===

### Service Client Updates
* `service/eks`: Updates service API
* `service/imagebuilder`: Updates service API and documentation
* `service/lambda`: Updates service API, documentation, and examples
  * Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
* `service/macie2`: Updates service documentation
* `service/mgn`: Updates service API
* `service/sns`: Updates service documentation and paginators
  * Documentation updates for Amazon SNS.

### SDK Enhancements
* Update golang.org/x/net dependency [#3991](#3991)
    * Updates the SDK's dependency on golang.org/x/net module dependency.
@rittneje
Copy link
Contributor

@skotambkar This did not update the transitive x/crypto dependency. The newer version of x/net doesn't depend on x/crypto at all, so the transitive dependency got removed entirely.

This actually causes a confusing situation downstream. We have a dependency on another module that in turn depends on an older version of x/crypto. So by upgrading the AWS SDK, we actually downgraded x/crypto. To fix this we need to explicitly add x/crypto as a indirect requirement to retain the newer version.

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.

None yet

3 participants