Skip to content

Bump the go group with 25 updates#33154

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/go-8de659c6ad
Closed

Bump the go group with 25 updates#33154
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/go-8de659c6ad

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 9, 2023

Bumps the go group with 25 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.7.2 1.8.0
github.com/ClickHouse/clickhouse-go/v2 2.14.1 2.14.2
github.com/aws/aws-sdk-go 1.45.19 1.45.24
github.com/aws/aws-sdk-go-v2 1.21.0 1.21.1
github.com/aws/aws-sdk-go-v2/config 1.18.42 1.18.44
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.10.40 1.10.41
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.11.87 1.11.89
github.com/aws/aws-sdk-go-v2/service/athena 1.31.6 1.31.7
github.com/aws/aws-sdk-go-v2/service/ec2 1.122.0 1.124.0
github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect 1.17.0 1.17.1
github.com/aws/aws-sdk-go-v2/service/ecs 1.30.1 1.30.2
github.com/aws/aws-sdk-go-v2/service/glue 1.62.0 1.62.1
github.com/aws/aws-sdk-go-v2/service/iam 1.22.5 1.22.6
github.com/aws/aws-sdk-go-v2/service/rds 1.54.0 1.55.2
github.com/aws/aws-sdk-go-v2/service/sns 1.22.0 1.22.1
github.com/aws/aws-sdk-go-v2/service/sqs 1.24.5 1.24.6
github.com/fsouza/fake-gcs-server 1.47.4 1.47.5
github.com/prometheus/client_model 0.4.1-0.20230718164431-9a2bf3000d16 0.5.0
github.com/sashabaranov/go-openai 1.15.3 1.15.4
golang.org/x/crypto 0.13.0 0.14.0
golang.org/x/mod 0.12.0 0.13.0
golang.org/x/net 0.15.0 0.16.0
golang.org/x/oauth2 0.12.0 0.13.0
golang.org/x/sync 0.3.0 0.4.0
google.golang.org/api 0.143.0 0.146.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.2 to 1.8.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.8.0

1.8.0 (2023-10-05)

Features Added

  • Added Claims and EnableCAE fields to policy.TokenRequestOptions.
  • ARM bearer token policy handles CAE challenges.
  • messaging/CloudEvent allows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: link
  • Added functions FetcherForNextLink and EncodeQueryParams along with FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.
  • Added types KeyCredential and SASCredential to the azcore package.
    • Includes their respective constructor functions.
  • Added types KeyCredentialPolicy and SASCredentialPolicy to the azcore/runtime package.
    • Includes their respective constructor functions and options types.

Breaking Changes

These changes affect only code written against beta versions of v1.8.0

  • The beta features for tracing and fakes have been omitted for this release.

Bugs Fixed

  • Fixed an issue that could cause some ARM RPs to not be automatically registered.
  • Block bearer token authentication for non TLS protected endpoints.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions
  • Updated dependencies.

sdk/azcore/v1.8.0-beta.3

1.8.0-beta.3 (2023-09-07)

Features Added

  • Added function FetcherForNextLink and FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.

Bugs Fixed

  • Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions

sdk/azcore/v1.8.0-beta.2

... (truncated)

Commits

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.14.1 to 2.14.2

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.14.2

What's Changed

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.14.1...v2.14.2

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.14.2, 2023-10-04

What's Changed

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.14.1...v2.14.2

Commits
  • 4f115fc Update release notes
  • 3091c87 Remove dependency on github.com/satori/go.uuid (#1085)
  • 78ccf39 Bump go.opentelemetry.io/otel/trace from 1.17.0 to 1.19.0 (#1108)
  • efe5bda Update conn_http_batch.go (#1103)
  • 93692b6 free compressor's buffer as well (#1100)
  • 7d2211d Fix: Block stream read process would be terminated by empty block with zero r...
  • d59283f Bump github.com/testcontainers/testcontainers-go from 0.23.0 to 0.25.0 (#1109)
  • 72fb712 docs: update readme.md (#1068)
  • See full diff in compare view

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

Release notes

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

Release v1.45.24 (2023-10-06)

Service Client Updates

  • service/ec2: Updates service documentation
    • Documentation updates for Elastic Compute Cloud (EC2).
  • service/fsx: Updates service API and documentation
  • service/marketplace-catalog: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
  • service/transfer: Updates service API and documentation
    • This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters

Release v1.45.23 (2023-10-05)

Service Client Updates

  • service/omics: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for corrections and minor improvements.
  • service/route53: Updates service API and documentation
    • Add hostedzonetype filter to ListHostedZones API.
  • service/securityhub: Updates service API and documentation
  • service/storagegateway: Updates service API and documentation
    • Add SoftwareVersion to response of DescribeGatewayInformation.
  • service/workspaces: Updates service API, documentation, and paginators
    • This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.

Release v1.45.22 (2023-10-04)

Service Client Updates

  • service/appconfig: Updates service API and documentation
  • service/datazone: Updates service API, documentation, paginators, and examples
  • service/mediatailor: Updates service API and documentation
  • service/mgn: Updates service API, documentation, and paginators
  • service/sagemaker: Updates service API and documentation
    • Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.

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.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.21.0 to 1.21.1

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.40 to 1.10.41

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/athena from 1.31.6 to 1.31.7

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect from 1.17.0 to 1.17.1

Changelog

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

Release (2022-10-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.12.19
    • Bug Fix: Fixes an issue that prevented logging of the API request or responses when the respective log modes were enabled.
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.19.0
    • Feature: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.19.0
    • Feature: This release adds support for AWS Batch on Amazon EKS.
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.19.0
    • Feature: Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.50.0
    • Feature: SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.

Release (2022-10-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.17.0
    • Feature: Adds aws.IsCredentialsProvider for inspecting CredentialProvider types when needing to determine if the underlying implementation type matches a target type. This resolves an issue where CredentialsCache could mask AnonymousCredentials providers, breaking downstream detection logic.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.21.0
    • Feature: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.16.16
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.29.0
    • Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.49.0
    • Feature: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.0
    • Feature: Add presign functionality for sts:AssumeRole operation

Release (2022-10-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.20.0
    • Feature: This release adds information about the resources DevOps Guru is analyzing.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.15.0
    • Feature: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
  • github.com/aws/aws-sdk-go-v2/service/resiliencehub: v1.7.0
    • Feature: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.7.0
    • Feature: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

Release (2022-10-19)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecs from 1.30.1 to 1.30.2

Commits
  • 3f28b51 Release 2023-02-03
  • 6e8d17f Regenerated Clients
  • 60dbdbb Update endpoints model
  • 212910a Update API model
  • eb8cb66 Upgrade smithy to 1.27.2, correct query empty list serialization
  • 24db9f5 Update processcreds.CredentialProcessResponse visibility to public (#1921)
  • bd3003e dependency: upgrade smithy to 1.27.2 and correct query empty list serialization
  • 0d94f22 Release 2023-02-02
  • 2eec85e Regenerated Clients
  • 4ca6e32 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/glue from 1.62.0 to 1.62.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.22.5 to 1.22.6

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sns from 1.22.0 to 1.22.1

Changelog

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

Release (2022-09-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.16
    • Documentation: added clafirfication on the Credential object to show usage of loadDefaultConfig to load credentials
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.58.0
    • Feature: This release adds support for blocked paths to Amazon VPC Reachability Analyzer.

Release (2022-09-19)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.18.0
    • Feature: This release includes support for importing existing trails into CloudTrail Lake.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.57.0
    • Feature: This release adds CapacityAllocations field to DescribeCapacityReservations
  • github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.17.0
    • Feature: This change allows the customer to use the SRT Caller protocol as part of their flows
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.26.0
    • Feature: This release adds support for Amazon RDS Proxy with SQL Server compatibility.

Release (2022-09-16)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.13.0
    • Feature: This release adds tag based access control for the UntagResource API.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.21
    • Documentation: This release supports new task definition sizes.

Release (2022-09-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.17.0
    • Feature: Increased DynamoDB transaction limit from 25 to 100.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.56.0
    • Feature: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.43.0
    • Feature: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

Release (2022-09-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.24.5 to 1.24.6

Commits

Updates github.com/fsouza/fake-gcs-server from 1.47.4 to 1.47.5

Release notes

Sourced from github.com/fsouza/fake-gcs-server's releases.

v1.47.5

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.47.4...v1.47.5

Commits
  • 32f1834 build(deps): bump urllib3 from 1.26.7 to 1.26.17 in /examples/python (#1345)
  • d19f660 github/workflows/main: bump node and java in examples
  • cff2154 github/workflows/main: pin python to 3.11 in gsutil example
  • b497e7e add missing etag header in download object response (#1344)
  • 44743c5 build(deps): bump alpine from 3.18.3 to 3.18.4 (#1343)
  • 0e640c9 build(deps): bump google.golang.org/api in /examples/go (#1340)
  • 0061488 build(deps): bump google.golang.org/api from 0.142.0 to 0.143.0 (#1341)
  • 3f3e107 build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#1337)
  • 023f728 build(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2 (#1338)
  • d250167 build(deps): bump cloud.google.com/go/storage in /examples/go (#1331)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.5.0 / 2023-10-03

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.4.0...v0.5.0

Commits

Updates github.com/sashabaranov/go-openai from 1.15.3 to 1.15.4

Release notes

Sourced from github.com/sashabaranov/go-openai's releases.

v1.15.4

What's Changed

Full Changelog: sashabaranov/go-openai@v1.15.3...v1.15.4

Commits

Updates golang.org/x/crypto from 0.13.0 to 0.14.0

Commits
  • e3cc52e go.mod: update golang.org/x dependencies
  • 833695f ssh: add server side support for ping@openssh.com protocol extension
  • ec07f4e chacha20: drop Go 1.10 compatibility for arm64
  • b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
  • a1aeb9b ssh: add test cases for compatibility with old (buggy) clients
  • 28c53ff ssh: add MultiAlgorithmSigner
  • 3f0842a sha3: have ShakeHash extend hash.Hash
  • e90f1e1 cryptobyte: add uint48 methods
  • d359caa ssh: support for marshaling keys using the OpenSSH format
  • c5370d2 ssh: check the declared public key algo against decoded one
  • See full diff in compare view

Updates golang.org/x/mod from 0.12.0 to 0.13.0

Commits
  • 5b69280 modfile: use new go version string format in error message
  • 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0
  • See full diff in compare view

Updates golang.org/x/net from 0.15.0 to 0.16.0

Commits
  • 88194ad go.mod: update golang.org/x dependencies
  • 2b60a61 quic: fix severa...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling labels Oct 9, 2023
Bumps the go group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.7.2` | `1.8.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.14.1` | `2.14.2` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.45.19` | `1.45.24` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.21.0` | `1.21.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.42` | `1.18.44` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.10.40` | `1.10.41` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.11.87` | `1.11.89` |
| [github.com/aws/aws-sdk-go-v2/service/athena](https://github.com/aws/aws-sdk-go-v2) | `1.31.6` | `1.31.7` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.122.0` | `1.124.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect](https://github.com/aws/aws-sdk-go-v2) | `1.17.0` | `1.17.1` |
| [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2) | `1.30.1` | `1.30.2` |
| [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.62.0` | `1.62.1` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.22.5` | `1.22.6` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.54.0` | `1.55.2` |
| [github.com/aws/aws-sdk-go-v2/service/sns](https://github.com/aws/aws-sdk-go-v2) | `1.22.0` | `1.22.1` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.24.5` | `1.24.6` |
| [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.47.4` | `1.47.5` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.4.1-0.20230718164431-9a2bf3000d16` | `0.5.0` |
| [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) | `1.15.3` | `1.15.4` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.13.0` | `0.14.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.12.0` | `0.13.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.15.0` | `0.16.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.12.0` | `0.13.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.3.0` | `0.4.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.143.0` | `0.146.0` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.7.2...sdk/azcore/v1.8.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.14.1 to 2.14.2
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.14.1...v2.14.2)

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

Updates `github.com/aws/aws-sdk-go-v2` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.21.0...v1.21.1)

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

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.10.40 to 1.10.41
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/dynamodb/attributevalue/v1.10.40...feature/dynamodb/attributevalue/v1.10.41)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.11.87 to 1.11.89
- [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.89)

Updates `github.com/aws/aws-sdk-go-v2/service/athena` from 1.31.6 to 1.31.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/athena/v1.31.6...service/athena/v1.31.7)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.122.0 to 1.124.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.124.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.17.0...v1.17.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.30.1...service/s3/v1.30.2)

Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.62.0...service/glue/v1.62.1)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.22.5 to 1.22.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/fms/v1.22.5...service/fms/v1.22.6)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.54.0 to 1.55.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.54.0...service/rds/v1.55.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sns` from 1.22.0 to 1.22.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/eks/v1.22.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.22.0...service/eks/v1.22.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.24.5 to 1.24.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/fms/v1.24.5...service/fsx/v1.24.6)

Updates `github.com/fsouza/fake-gcs-server` from 1.47.4 to 1.47.5
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.47.4...v1.47.5)

Updates `github.com/prometheus/client_model` from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/commits/v0.5.0)

Updates `github.com/sashabaranov/go-openai` from 1.15.3 to 1.15.4
- [Release notes](https://github.com/sashabaranov/go-openai/releases)
- [Commits](sashabaranov/go-openai@v1.15.3...v1.15.4)

Updates `golang.org/x/crypto` from 0.13.0 to 0.14.0
- [Commits](golang/crypto@v0.13.0...v0.14.0)

Updates `golang.org/x/mod` from 0.12.0 to 0.13.0
- [Commits](golang/mod@v0.12.0...v0.13.0)

Updates `golang.org/x/net` from 0.15.0 to 0.16.0
- [Commits](golang/net@v0.15.0...v0.16.0)

Updates `golang.org/x/oauth2` from 0.12.0 to 0.13.0
- [Commits](golang/oauth2@v0.12.0...v0.13.0)

Updates `golang.org/x/sync` from 0.3.0 to 0.4.0
- [Commits](golang/sync@v0.3.0...v0.4.0)

Updates `google.golang.org/api` from 0.143.0 to 0.146.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.143.0...v0.146.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/glue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/prometheus/client_model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/sashabaranov/go-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-8de659c6ad branch from c5b21fd to c8141b4 Compare October 9, 2023 17:12
@codingllama
Copy link
Copy Markdown
Contributor

AFAICT google.golang.org/api got a bigger bump here, but otherwise the same as #33121.

@codingllama
Copy link
Copy Markdown
Contributor

I've tracked lib/auth/keystore woes to this /x/crypto change:

I have a separate PR with a fix, just talking to people to check that it makes sense.

@codingllama
Copy link
Copy Markdown
Contributor

Adding more detail: the signer from ssh.NewSignerFromSigner is now a MultiAlgorithmSigner. Its underlying key is always an ssh.rsaPublicKey, so it's type is fixed to "ssh-rsa". Consequently, the chosen algorithm is ssh.KeyAlgoRSASHA256.

I'm not seeing many ways to interact with the ssh.Signer other than wrapping it again.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 10, 2023

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

@dependabot dependabot Bot closed this Oct 10, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/go-8de659c6ad branch October 10, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant