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

build(deps): bump the aws-sdk-go group with 8 updates #1013

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps the aws-sdk-go group with 8 updates:

Package From To
github.com/aws/aws-sdk-go 1.45.19 1.45.21
github.com/aws/aws-sdk-go-v2/config 1.18.42 1.18.43
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.11.87 1.11.88
github.com/aws/aws-sdk-go-v2/service/codestarconnections 1.15.5 1.15.6
github.com/aws/aws-sdk-go-v2/service/ec2 1.122.0 1.123.0
github.com/aws/aws-sdk-go-v2/service/oam 1.3.0 1.4.0
github.com/aws/aws-sdk-go-v2/service/rds 1.54.0 1.55.0
github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 1.4.0 1.4.1

Updates github.com/aws/aws-sdk-go from 1.45.19 to 1.45.21

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.45.21 (2023-10-03)

Service Client Updates

  • service/connect: Updates service API and documentation
  • service/location: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release adds the ability to replace video frames without modifying the audio essence.
  • service/oam: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
  • service/wellarchitected: Updates service API, documentation, and paginators

Release v1.45.20 (2023-10-02)

Service Client Updates

  • service/bedrock: Updates service API, documentation, waiters, and paginators
  • service/bedrock-runtime: Updates service API and documentation
  • service/ec2: Updates service API
    • Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
  • service/managedblockchain: Updates service documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
  • service/sso: Adds new service
    • Fix FIPS Endpoints in aws-us-gov.
  • service/sts: Updates service API and documentation
    • STS API updates for assumeRole
  • service/transfer: Updates service documentation
    • Documentation updates for AWS Transfer Family
Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.43

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.87 to 1.11.88

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codestarconnections from 1.15.5 to 1.15.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.122.0 to 1.123.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/oam from 1.3.0 to 1.4.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/oam's changelog.

Release 2021-05-06

Service Client Highlights

  • service/acmpca - v1.3.0
    • Feature: API client updated
  • service/apigateway - v1.3.0
    • Feature: API client updated
  • service/auditmanager - v1.4.0
    • Feature: API client updated
  • service/chime - v1.3.0
    • Feature: API client updated
  • service/cloudformation - v1.4.0
    • Feature: API client updated
  • service/cloudfront - v1.4.0
    • Feature: API client updated
  • service/codegurureviewer - v1.3.0
    • Feature: API client updated
  • service/connect - v1.3.0
    • Feature: API client updated
  • service/customerprofiles - v1.5.0
    • Feature: API client updated
  • service/devopsguru - v1.3.0
    • Feature: API client updated
  • service/docdb - v1.4.0
    • Feature: API client updated
  • service/ec2 - v1.6.0
    • This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the aws.Bool function to get the address from a bool literal. Similar utilities are available for all other primative types in the aws package.
    • Bug Fix: Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes #1107, #1178, and #1190. This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.
    • Feature: API client updated
  • service/ecs - v1.3.0
    • Feature: API client updated
  • service/eks - v1.3.0
    • Feature: API client updated
  • service/forecast - v1.4.0
    • Feature: API client updated
  • service/glue - v1.4.0
    • Feature: API client updated
  • service/health - v1.3.0
    • Feature: API client updated
  • service/iotsitewise - v1.3.0
    • Feature: API client updated
  • service/iotwireless - v1.4.0
    • Feature: API client updated
  • service/kafka - v1.3.0
    • Feature: API client updated
  • service/kinesisanalyticsv2 - v1.2.0
    • Feature: API client updated
  • service/macie2 - v1.4.0
    • Feature: API client updated
  • service/marketplacecatalog - v1.2.0
    • Feature: API client updated

... (truncated)

Commits
  • cdc9a4c Release 2021-05-06
  • 58abcea add change note for PR 1242
  • 322bcae fixup core module changes version
  • 6f6965b changenote for smithy-go dependency bump
  • 97dda77 cleanup go.mod/sum files
  • e3d4e87 update hand written dependencies on smithy-go
  • adb3010 regenerate API clients for smithy-go v1.4.0
  • e22f8f0 Update API clients from latest models (#1250)
  • 9b93441 service/ec2: Fix generation of number and bool struct members to be pointers ...
  • 92076b9 Migrate to smithy 1.7 and generate APIGateway service (#1240)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.54.0 to 1.55.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/rds's changelog.

Release (2022-09-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/feature/rds/auth: v1.2.0
    • Feature: Updated BuildAuthToken to validate the provided endpoint contains a port.
  • github.com/aws/aws-sdk-go-v2/internal/v4a: v1.0.13
    • Bug Fix: Fixes an issues where an error from an underlying SigV4 credential provider would not be surfaced from the SigV4a credential provider. Contribution by sakthipriyan-aqfer.
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.18.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.7.0
    • Feature: Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components.
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.14.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.17.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.16.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.17.0
    • Feature: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
  • github.com/aws/aws-sdk-go-v2/service/codestar: v1.12.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.12.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.14.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.20.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.26.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.30.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.12.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.20.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.19.0
    • Feature: Added isUnstructured in response for Customer Profiles Integration APIs
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.16.0
    • Feature: Documentation updates for AWS Data Exchange.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.8.0
    • Feature: Fixed the data type of lagDuration that is returned in Describe Source Server API
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.55.0
    • Feature: Documentation updates for Amazon EC2.
    • Feature: This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
    • Feature: This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations.
    • Feature: Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 from 1.4.0 to 1.4.1

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/resourceexplorer2's changelog.

Release (2021-07-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.1.0
    • Feature: Support for :, =, [, ] being present in expression values.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/sqs: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ssmcontacts: v1.2.0
    • Feature: API client updated

Release (2021-06-25)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.7.0
    • Feature: Adds configuration values for enabling endpoint discovery.
    • Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
  • github.com/aws/aws-sdk-go-v2/config: v1.4.0
    • Feature: Adds configuration setting for enabling endpoint discovery.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
    • Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
  • github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
    • Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
  • github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0

... (truncated)

Commits
  • efb96c5 Release 2021-07-01
  • cfdbf01 update go sum
  • e27b618 Updates API models (#1328)
  • eb286a1 Support Op and Sep Tokens in Expression Values (#1324)
  • 431a408 Release 2021-06-25
  • 5393f4a Updated smithy-go dependency version
  • d96de3a Update API Models, adds change log for release, pins protocol test to exclude...
  • e216071 aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...
  • 77ed784 feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)
  • d00f3da credentials: Fix aws.CredentialsCache code usage examples (#1275)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-sdk-go group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.45.19` | `1.45.21` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.42` | `1.18.43` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.11.87` | `1.11.88` |
| [github.com/aws/aws-sdk-go-v2/service/codestarconnections](https://github.com/aws/aws-sdk-go-v2) | `1.15.5` | `1.15.6` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.122.0` | `1.123.0` |
| [github.com/aws/aws-sdk-go-v2/service/oam](https://github.com/aws/aws-sdk-go-v2) | `1.3.0` | `1.4.0` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.54.0` | `1.55.0` |
| [github.com/aws/aws-sdk-go-v2/service/resourceexplorer2](https://github.com/aws/aws-sdk-go-v2) | `1.4.0` | `1.4.1` |


Updates `github.com/aws/aws-sdk-go` from 1.45.19 to 1.45.21
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.19...v1.45.21)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.18.42 to 1.18.43
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.42...config/v1.18.43)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.11.87 to 1.11.88
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.11.87...feature/s3/manager/v1.11.88)

Updates `github.com/aws/aws-sdk-go-v2/service/codestarconnections` from 1.15.5 to 1.15.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.5...config/v1.15.6)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.122.0 to 1.123.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.122.0...service/ec2/v1.123.0)

Updates `github.com/aws/aws-sdk-go-v2/service/oam` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.4.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.3.0...v1.4.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.55.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.54.0...service/ec2/v1.55.0)

Updates `github.com/aws/aws-sdk-go-v2/service/resourceexplorer2` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.4.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.4.0...config/v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codestarconnections
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/oam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourceexplorer2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 4, 2023
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/M and removed dependencies Pull requests that update a dependency file labels Oct 4, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 5, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 5, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-go-3ddeaa5ed8 branch October 5, 2023 06:39
Copy link

github-actions bot commented Nov 5, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
go Pull requests that update Go code size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants