Skip to content

chore: Bump the gomod group with 18 updates - #4667

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/gomod-b13ca777ba
Open

chore: Bump the gomod group with 18 updates#4667
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/gomod-b13ca777ba

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 18 updates:

Package From To
github.com/hashicorp/terraform-exec 0.25.2 0.25.3
github.com/stretchr/testify 1.11.1 1.12.1
github.com/aws/aws-sdk-go-v2 1.43.5 1.43.7
github.com/aws/aws-sdk-go-v2/config 1.32.36 1.32.38
github.com/aws/aws-sdk-go-v2/credentials 1.19.35 1.19.37
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.44.5 1.44.7
github.com/aws/aws-sdk-go-v2/service/sts 1.45.5 1.45.7
github.com/aws/aws-sdk-go-v2/feature/ec2/imds 1.18.36 1.18.38
github.com/aws/aws-sdk-go-v2/internal/configsources 1.4.36 1.4.38
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 2.7.36 2.7.38
github.com/aws/aws-sdk-go-v2/internal/v4a 1.4.37 1.4.39
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding 1.13.16 1.13.17
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url 1.13.36 1.13.38
github.com/aws/aws-sdk-go-v2/service/signin 1.5.5 1.5.7
github.com/aws/aws-sdk-go-v2/service/sso 1.33.5 1.33.7
github.com/aws/aws-sdk-go-v2/service/ssooidc 1.38.5 1.38.7
github.com/aws/smithy-go 1.27.7 1.27.8
google.golang.org/grpc 1.83.0 1.83.1

Updates github.com/hashicorp/terraform-exec from 0.25.2 to 0.25.3

Release notes

Sourced from github.com/hashicorp/terraform-exec's releases.

v0.25.3

DEPENDENCIES:

  • build(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 (#589)
  • build(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.2 (#588, #591, #604)
  • build(deps): bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (#598)
  • build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#597)
  • build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 (#595)
Changelog

Sourced from github.com/hashicorp/terraform-exec's changelog.

0.25.3 (August 17, 2026)

DEPENDENCIES:

  • build(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 (#589)
  • build(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.2 (#588, #591, #604)
  • build(deps): bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (#598)
  • build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#597)
  • build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 (#595)
Commits
  • b9e71a3 v0.25.3 [skip ci]
  • de738e6 Prepare Changelog for v0.25.3 (#606)
  • 0e7f6fb build(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 (#604)
  • 162f496 github/tests+nightly: Declare permissions explicitly (#601)
  • 5758bb9 build(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-...
  • 4b7c78d build(deps): bump actions/setup-go from 6.5.0 to 7.0.0 in the github-actions-...
  • 1fec9ed build(deps): bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (...
  • e42a8ba build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#597)
  • d9bc8c3 build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 (#595)
  • 70075e9 build(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the github-actions-...
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.11.1 to 1.12.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 959dbda Merge pull request #1935 from harryzcy/yaml-update
  • 9bb7176 Update go.yaml.in/yaml/v3 to v3.0.5
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.43.5 to 1.43.7

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.36 to 1.32.38

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.35 to 1.19.37

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.44.5 to 1.44.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.5 to 1.45.7

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.36 to 1.18.38

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.4.36 to 1.4.38

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.7.36 to 2.7.38

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.4.37 to 1.4.39

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.16 to 1.13.17

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from 1.13.36 to 1.13.38

Commits

Updates github.com/aws/aws-sdk-go-v2/service/signin from 1.5.5 to 1.5.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sso from 1.33.5 to 1.33.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssooidc from 1.38.5 to 1.38.7

Commits

Updates github.com/aws/smithy-go from 1.27.7 to 1.27.8

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.8
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-07)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.7
    • Bug Fix: Don't serialize unset JSON documents as nil in structure members.
    • Bug Fix: Fix a deserialization panic around collection members in recursive shape configs.

Release (2026-07-31)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.6
    • Bug Fix: Fix failure to deserialize any @httpPayload struct with a non-string member.
    • Bug Fix: Fix failure to serialize any @httpPayload struct with a nested struct.

Release (2026-07-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.

... (truncated)

Commits

Updates google.golang.org/grpc from 1.83.0 to 1.83.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.1

Security

  • xds/rbac: Fix a bug where nested Principal or Permission rules with :scheme or grpc- prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)
  • xds/rbac: Fix a bug where the host header matcher was not being replaced with :authority in nested Principal or Permission rules. (#9258)
  • xds/rbac: Fix a bug where a header matcher whose name was not lowercase, such as X-Role, matched no header, which could cause DENY rules to fail open. (#9332)
  • xds/rbac: Fix a bug where a :scheme or grpc- prefixed header matcher was accepted when its name was not lowercase. (#9332)
  • xds/rbac: Fix a bug where a Host header matcher was not replaced with :authority. (#9332)

Performance

  • transport: Restrict memory overhead of buffering small data frames. (#9331)
Commits

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 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 gomod group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) | `0.25.2` | `0.25.3` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.5` | `1.43.7` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.36` | `1.32.38` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.35` | `1.19.37` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.44.5` | `1.44.7` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.45.5` | `1.45.7` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.18.36` | `1.18.38` |
| [github.com/aws/aws-sdk-go-v2/internal/configsources](https://github.com/aws/aws-sdk-go-v2) | `1.4.36` | `1.4.38` |
| [github.com/aws/aws-sdk-go-v2/internal/endpoints/v2](https://github.com/aws/aws-sdk-go-v2) | `2.7.36` | `2.7.38` |
| [github.com/aws/aws-sdk-go-v2/internal/v4a](https://github.com/aws/aws-sdk-go-v2) | `1.4.37` | `1.4.39` |
| [github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding](https://github.com/aws/aws-sdk-go-v2) | `1.13.16` | `1.13.17` |
| [github.com/aws/aws-sdk-go-v2/service/internal/presigned-url](https://github.com/aws/aws-sdk-go-v2) | `1.13.36` | `1.13.38` |
| [github.com/aws/aws-sdk-go-v2/service/signin](https://github.com/aws/aws-sdk-go-v2) | `1.5.5` | `1.5.7` |
| [github.com/aws/aws-sdk-go-v2/service/sso](https://github.com/aws/aws-sdk-go-v2) | `1.33.5` | `1.33.7` |
| [github.com/aws/aws-sdk-go-v2/service/ssooidc](https://github.com/aws/aws-sdk-go-v2) | `1.38.5` | `1.38.7` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.27.7` | `1.27.8` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.1` |


Updates `github.com/hashicorp/terraform-exec` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.25.2...v0.25.3)

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.1)

Updates `github.com/aws/aws-sdk-go-v2` from 1.43.5 to 1.43.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.5...v1.43.7)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.36 to 1.32.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.36...config/v1.32.38)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.35 to 1.19.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.35...credentials/v1.19.37)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.44.5 to 1.44.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mgn/v1.44.5...service/ssm/v1.44.7)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.5 to 1.45.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.45.5...service/sts/v1.45.7)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.18.36 to 1.18.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.36...config/v1.18.38)

Updates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.4.36 to 1.4.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.36...internal/v4a/v1.4.38)

Updates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.7.36 to 2.7.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/endpoints/v2.7.36...internal/endpoints/v2.7.38)

Updates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.4.37 to 1.4.39
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.37...internal/v4a/v1.4.39)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.13.16 to 1.13.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.16...service/mq/v1.13.17)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` from 1.13.36 to 1.13.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.13.36...credentials/v1.13.38)

Updates `github.com/aws/aws-sdk-go-v2/service/signin` from 1.5.5 to 1.5.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mpa/v1.5.5...service/mpa/v1.5.7)

Updates `github.com/aws/aws-sdk-go-v2/service/sso` from 1.33.5 to 1.33.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sfn/v1.33.5...service/ebs/v1.33.7)

Updates `github.com/aws/aws-sdk-go-v2/service/ssooidc` from 1.38.5 to 1.38.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.5...service/sts/v1.38.7)

Updates `github.com/aws/smithy-go` from 1.27.7 to 1.27.8
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.27.7...v1.27.8)

Updates `google.golang.org/grpc` from 1.83.0 to 1.83.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.0...v1.83.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.44.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-version: 1.18.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/configsources
  dependency-version: 1.4.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
  dependency-version: 2.7.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/v4a
  dependency-version: 1.4.39
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
  dependency-version: 1.13.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
  dependency-version: 1.13.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/signin
  dependency-version: 1.5.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sso
  dependency-version: 1.33.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc
  dependency-version: 1.38.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels Aug 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 23, 2026 23:02
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels Aug 23, 2026
@augmentcode

augmentcode Bot commented Aug 23, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This Dependabot PR refreshes the Go module dependency group.
Changes:

  • Bumps terraform-exec and the testify test dependency.
  • Updates the AWS SDK v2 core, configuration, credentials, STS, and Secrets Manager modules, plus their transitive SDK modules.
  • Updates aws/smithy-go and applies the gRPC v1.83.1 security release.
  • Records Testify's new YAML dependency and removes its obsolete transitive go-spew entry.
Technical Notes: The changes are confined to module metadata; go.sum is refreshed to match the revised dependency graph.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants