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

chore(deps): bump the gomod group across 1 directory with 20 updates #3942

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the gomod group with 6 updates in the / directory:

Package From To
github.com/google/certificate-transparency-go 1.2.1 1.2.2
github.com/sigstore/fulcio 1.6.3 1.6.5
github.com/sigstore/rekor 1.3.6 1.3.7
github.com/sigstore/sigstore-go 0.6.1 0.6.2
github.com/sigstore/timestamp-authority 1.2.2 1.2.3
github.com/theupdateframework/go-tuf/v2 2.0.1 2.0.2

Updates github.com/google/certificate-transparency-go from 1.2.1 to 1.2.2

Release notes

Sourced from github.com/google/certificate-transparency-go's releases.

v1.2.2

What's Changed

  • Recommended Go version for development: 1.22
    • Using a different version can lead to presubmits failing due to unexpected diffs.

Add TLS Support

Add TLS support for Trillian: By using --trillian_tls_ca_cert_file flag, users can provide a CA certificate, that is used to establish a secure communication with Trillian log server.

Add TLS support for ct_server: By using --tls_certificate and --tls_key flags, users can provide a service certificate and key, that enables the server to handle HTTPS requests.

HTTP Idle Connection Timeout Flag

A new flag http_idle_timeout is added to set the HTTP server's idle timeout value in the ct_server binary. This controls the maximum amount of time to wait for the next request when keep-alives are enabled.

Misc

Fixes

Dependency update

... (truncated)

Changelog

Sourced from github.com/google/certificate-transparency-go's changelog.

v1.2.2

  • Recommended Go version for development: 1.22
    • Using a different version can lead to presubmits failing due to unexpected diffs.

Add TLS Support

Add TLS support for Trillian: By using --trillian_tls_ca_cert_file flag, users can provide a CA certificate, that is used to establish a secure communication with Trillian log server.

Add TLS support for ct_server: By using --tls_certificate and --tls_key flags, users can provide a service certificate and key, that enables the server to handle HTTPS requests.

HTTP Idle Connection Timeout Flag

A new flag http_idle_timeout is added to set the HTTP server's idle timeout value in the ct_server binary. This controls the maximum amount of time to wait for the next request when keep-alives are enabled.

Misc

Fixes

Dependency update

... (truncated)

Commits

Updates github.com/sigstore/fulcio from 1.6.3 to 1.6.5

Release notes

Sourced from github.com/sigstore/fulcio's releases.

v1.6.5

Features

  • use go1.23.2 (#1834)
  • fallback to json default cfg path if yaml does not exist (#1810)
  • Include IDP type and subject domain in configuration API response (#1824)

Documentation

  • Update OIDC claim mapping table to reflect the current state (#1801)

Contributors

  • Aditya Sirish
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Hayden B
  • Nina
  • Richard Fan

v1.6.4

Features

  • use go1.22.6 to build fulcio (#1793)

Bugs

  • Revert "If custom server url exists, use that instead of the default one." (#1791)

Contributors

  • Carlos Tadeu Panato Junior
  • Fredrik Skogman

Full Changelog: sigstore/fulcio@v1.6.3...v1.6.4

Changelog

Sourced from github.com/sigstore/fulcio's changelog.

v1.6.5

Features

  • use go1.23.2 (#1834)
  • fallback to json default cfg path if yaml does not exist (#1810)
  • Include IDP type and subject domain in configuration API response (#1824)

Documentation

  • Update OIDC claim mapping table to reflect the current state (#1801)

Contributors

  • Aditya Sirish
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Hayden B
  • Nina
  • Richard Fan

v1.6.4

Features

  • use go1.22.6 to build fulcio (#1793)

Bugs

  • Revert "If custom server url exists, use that instead of the default one." (#1791)

Contributors

  • Carlos Tadeu Panato Junior
  • Fredrik Skogman
Commits
  • 7920be2 Add CHANGELOG for v1.6.5 (#1835)
  • ab24f1c use go1.23.2 (#1834)
  • 8b77b21 Bump chainguard.dev/sdk in the all group across 1 directory (#1833)
  • 50cc9ca Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#1832)
  • f3c069d Bump golang from 1.23.1 to 1.23.2 in the all group (#1828)
  • 85bf1df Bump the all group with 4 updates (#1829)
  • 04f761b Bump github.com/spiffe/go-spiffe/v2 from 2.3.0 to 2.4.0 (#1831)
  • a2cba3e fallback to json default cfg path if yaml does not exist (#1810)
  • c07462d extend TLS cert used in tests to 100 year expiration (#1826)
  • df65c59 Include IDP type and subject domain in configuration API response (#1824)
  • Additional commits viewable in compare view

Updates github.com/sigstore/rekor from 1.3.6 to 1.3.7

Release notes

Sourced from github.com/sigstore/rekor's releases.

v1.3.7

Changelog

Please see https://github.com/sigstore/rekor/blob/main/CHANGELOG.md for changes included in this release.

Thanks for all contributors!

Changelog

Sourced from github.com/sigstore/rekor's changelog.

v1.3.7

New Features

  • log request body on 500 error to aid debugging (#2283)
  • Add support for signing with Tink keyset (#2228)
  • Add public key hash check in Signed Note verification (#2214)
  • update Trillian TLS configuration (#2202)
  • Add TLS support for Trillian server (#2164)
  • Replace docker-compose with plugin if available (#2153)
  • Add flags to backfill script (#2146)
  • Unset DisableKeepalive for backfill HTTP client (#2137)
  • Add script to delete indexes from Redis (#2120)
  • Run CREATE statement in backfill script (#2109)
  • Add MySQL support to backfill script (#2081)
  • Run e2e tests on mysql and redis index backends (#2079)

Bug Fixes

  • remove unneeded value in log message (#2282)
  • Add error message when computing consistency proof (#2278)
  • fix validation error handling on API (#2217)
  • fix error in pretty-printed inclusion proof from verify subcommand (#2210)
  • Fix index scripts (#2203)
  • fix failing sharding test
  • Better error handling in backfill script (#2148)
  • Batch entries in cleanup script (#2158)
  • Add missing workflow for index cleanup test (#2121)
  • hashedrekord: fix schema $id (#2092)

Contributors

  • Aditya Sirish
  • Bob Callaway
  • Colleen Murphy
  • cpanato
  • Firas Ghanmi
  • Hayden B
  • Hojoung (Brian) Jang
  • William Woodruff
Commits
  • 4caadbc changelog for v1.3.7 (#2284)
  • 9fddf00 log request body on 500 error to aid debugging (#2283)
  • 92584b7 remove unneeded value in log message (#2282)
  • 56ea4b5 Add error message when computing consistency proof (#2278)
  • 3eb84f9 build(deps): Bump the all group with 2 updates
  • 28aa29c build(deps): Bump google/cloud-sdk from 500.0.0 to 501.0.0
  • d7e2d1d build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • a018e78 build(deps): Bump google.golang.org/api from 0.205.0 to 0.206.0
  • 38d5f67 build(deps): Bump golang from d56c3e0 to 73f06be
  • ded5cd1 build(deps): Bump google.golang.org/api from 0.204.0 to 0.205.0
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore from 1.8.9 to 1.8.10

Release notes

Sourced from github.com/sigstore/sigstore's releases.

v1.8.10

What's Changed

and several dependencies updates

New Contributors

Full Changelog: sigstore/sigstore@v1.8.9...v1.8.10

Commits
  • 305ff9e bump to go 1.22.8 (#1865)
  • d88a949 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#1860)
  • cfde863 build(deps): Bump the gomod group across 1 directory with 3 updates (#1859)
  • e928a84 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#1861)
  • 66f05db build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1862)
  • f0978ed build(deps): Bump the all group with 2 updates (#1863)
  • 9398b12 build(deps): Bump the all group in /test/e2e with 2 updates (#1864)
  • bd8ee68 Mark TUF client as deprecated (#1858)
  • c59dfa0 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#1852)
  • bde3e53 build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 (#1851)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore-go from 0.6.1 to 0.6.2

Release notes

Sourced from github.com/sigstore/sigstore-go's releases.

v0.6.2

This is a minor release to enable better error handling in the gh CLI.

What's Changed

Full Changelog: sigstore/sigstore-go@v0.6.1...v0.6.2

Commits

Updates github.com/sigstore/sigstore/pkg/signature/kms/aws from 1.8.8 to 1.8.10

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/aws's releases.

v1.8.10

What's Changed

and several dependencies updates

New Contributors

Full Changelog: sigstore/sigstore@v1.8.9...v1.8.10

v1.8.9

What's Changed

Full Changelog: sigstore/sigstore@v1.8.8...v1.8.9

Commits
  • 305ff9e bump to go 1.22.8 (#1865)
  • d88a949 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#1860)
  • cfde863 build(deps): Bump the gomod group across 1 directory with 3 updates (#1859)
  • e928a84 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#1861)
  • 66f05db build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1862)
  • f0978ed build(deps): Bump the all group with 2 updates (#1863)
  • 9398b12 build(deps): Bump the all group in /test/e2e with 2 updates (#1864)
  • bd8ee68 Mark TUF client as deprecated (#1858)
  • c59dfa0 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#1852)
  • bde3e53 build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 (#1851)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/azure from 1.8.8 to 1.8.10

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/azure's releases.

v1.8.10

What's Changed

and several dependencies updates

New Contributors

Full Changelog: sigstore/sigstore@v1.8.9...v1.8.10

v1.8.9

What's Changed

Full Changelog: sigstore/sigstore@v1.8.8...v1.8.9

Commits
  • 305ff9e bump to go 1.22.8 (#1865)
  • d88a949 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#1860)
  • cfde863 build(deps): Bump the gomod group across 1 directory with 3 updates (#1859)
  • e928a84 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#1861)
  • 66f05db build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1862)
  • f0978ed build(deps): Bump the all group with 2 updates (#1863)
  • 9398b12 build(deps): Bump the all group in /test/e2e with 2 updates (#1864)
  • bd8ee68 Mark TUF client as deprecated (#1858)
  • c59dfa0 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#1852)
  • bde3e53 build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 (#1851)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/gcp from 1.8.8 to 1.8.10

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/gcp's releases.

v1.8.10

What's Changed

and several dependencies updates

New Contributors

Full Changelog: sigstore/sigstore@v1.8.9...v1.8.10

v1.8.9

What's Changed

Full Changelog: sigstore/sigstore@v1.8.8...v1.8.9

Commits
  • 305ff9e bump to go 1.22.8 (#1865)
  • d88a949 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#1860)
  • cfde863 build(deps): Bump the gomod group across 1 directory with 3 updates (#1859)
  • e928a84 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#1861)
  • 66f05db build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1862)
  • f0978ed build(deps): Bump the all group with 2 updates (#1863)
  • 9398b12 build(deps): Bump the all group in /test/e2e with 2 updates (#1864)
  • bd8ee68 Mark TUF client as deprecated (#1858)
  • c59dfa0 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#1852)
  • bde3e53 build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 (#1851)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/hashivault from 1.8.8 to 1.8.10

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/hashivault's releases.

v1.8.10

What's Changed

and several dependencies updates

New Contributors

Full Changelog: sigstore/sigstore@v1.8.9...v1.8.10

v1.8.9

What's Changed

Full Changelog: sigstore/sigstore@v1.8.8...v1.8.9

Commits
  • 305ff9e bump to go 1.22.8 (#1865)
  • d88a949 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#1860)
  • cfde863 build(deps): Bump the gomod group across 1 directory with 3 updates (#1859)
  • e928a84 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#1861)
  • 66f05db build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1862)
  • f0978ed build(deps): Bump the all group with 2 updates (#1863)
  • 9398b12 build(deps): Bump the all group in /test/e2e with 2 updates (#1864)
  • bd8ee68 Mark TUF client as deprecated (#1858)
  • c59dfa0 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#1852)
  • bde3e53 build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 (#1851)
  • Additional commits viewable in compare view

Updates github.com/sigstore/timestamp-authority from 1.2.2 to 1.2.3

Release notes

Sourced from github.com/sigstore/timestamp-authority's releases.

v1.2.3

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 22, 2024
Bumps the gomod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/certificate-transparency-go](https://github.com/google/certificate-transparency-go) | `1.2.1` | `1.2.2` |
| [github.com/sigstore/fulcio](https://github.com/sigstore/fulcio) | `1.6.3` | `1.6.5` |
| [github.com/sigstore/rekor](https://github.com/sigstore/rekor) | `1.3.6` | `1.3.7` |
| [github.com/sigstore/sigstore-go](https://github.com/sigstore/sigstore-go) | `0.6.1` | `0.6.2` |
| [github.com/sigstore/timestamp-authority](https://github.com/sigstore/timestamp-authority) | `1.2.2` | `1.2.3` |
| [github.com/theupdateframework/go-tuf/v2](https://github.com/theupdateframework/go-tuf) | `2.0.1` | `2.0.2` |



Updates `github.com/google/certificate-transparency-go` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/google/certificate-transparency-go/releases)
- [Changelog](https://github.com/google/certificate-transparency-go/blob/master/CHANGELOG.md)
- [Commits](google/certificate-transparency-go@v1.2.1...v1.2.2)

Updates `github.com/sigstore/fulcio` from 1.6.3 to 1.6.5
- [Release notes](https://github.com/sigstore/fulcio/releases)
- [Changelog](https://github.com/sigstore/fulcio/blob/main/CHANGELOG.md)
- [Commits](sigstore/fulcio@v1.6.3...v1.6.5)

Updates `github.com/sigstore/rekor` from 1.3.6 to 1.3.7
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](sigstore/rekor@v1.3.6...v1.3.7)

Updates `github.com/sigstore/sigstore` from 1.8.9 to 1.8.10
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.9...v1.8.10)

Updates `github.com/sigstore/sigstore-go` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/sigstore/sigstore-go/releases)
- [Commits](sigstore/sigstore-go@v0.6.1...v0.6.2)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/aws` from 1.8.8 to 1.8.10
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.8...v1.8.10)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/azure` from 1.8.8 to 1.8.10
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.8...v1.8.10)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/gcp` from 1.8.8 to 1.8.10
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.8...v1.8.10)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/hashivault` from 1.8.8 to 1.8.10
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.8...v1.8.10)

Updates `github.com/sigstore/timestamp-authority` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/sigstore/timestamp-authority/releases)
- [Changelog](https://github.com/sigstore/timestamp-authority/blob/main/CHANGELOG.md)
- [Commits](sigstore/timestamp-authority@v1.2.2...v1.2.3)

Updates `github.com/spiffe/go-spiffe/v2` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/spiffe/go-spiffe/releases)
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
- [Commits](spiffe/go-spiffe@v2.3.0...v2.4.0)

Updates `github.com/theupdateframework/go-tuf/v2` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/theupdateframework/go-tuf/releases)
- [Changelog](https://github.com/theupdateframework/go-tuf/blob/master/.goreleaser.yaml)
- [Commits](theupdateframework/go-tuf@v2.0.1...v2.0.2)

Updates `go.step.sm/crypto` from 0.51.2 to 0.54.2
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](smallstep/crypto@v0.51.2...v0.54.2)

Updates `golang.org/x/crypto` from 0.27.0 to 0.29.0
- [Commits](golang/crypto@v0.27.0...v0.29.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

Updates `golang.org/x/term` from 0.24.0 to 0.26.0
- [Commits](golang/term@v0.24.0...v0.26.0)

Updates `google.golang.org/api` from 0.196.0 to 0.206.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.196.0...v0.206.0)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.2

Updates `sigs.k8s.io/release-utils` from 0.8.4 to 0.8.5
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: github.com/google/certificate-transparency-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/fulcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/rekor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/sigstore-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/gcp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/hashivault
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/timestamp-authority
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/spiffe/go-spiffe/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/theupdateframework/go-tuf/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: go.step.sm/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: sigs.k8s.io/release-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-c994b0ae69 branch from ebccc72 to 63c4a4f Compare November 25, 2024 17:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

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

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-c994b0ae69 branch December 2, 2024 18:46
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 Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants