Skip to content

[golang-version](deps): Bump the golang-version-updates group across 1 directory with 11 updates #399

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps the golang-version-updates group with 11 updates in the / directory:

Package From To
github.com/avast/retry-go/v4 4.6.0 4.6.1
github.com/consensys/gnark-crypto 0.16.0 0.17.0
github.com/gorilla/mux 1.8.0 1.8.1
github.com/minio/minio-go/v7 7.0.85 7.0.92
github.com/prometheus/client_golang 1.21.1 1.22.0
github.com/testcontainers/testcontainers-go/modules/minio 0.33.0 0.37.0
github.com/testcontainers/testcontainers-go/modules/redis 0.33.0 0.37.0
github.com/urfave/cli/v2 2.27.5 2.27.6
github.com/wealdtech/go-merkletree/v2 2.6.0 2.6.1
go.uber.org/mock 0.4.0 0.5.2
google.golang.org/grpc 1.69.4 1.72.2

Updates github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1

Release notes

Sourced from github.com/avast/retry-go/v4's releases.

v4.6.1

What's Changed

New Contributors

Full Changelog: avast/retry-go@4.6.0...v4.6.1

Commits
  • 93932f8 🚀 (VERSION): bump version from 4.6.0 to 4.6.1 to reflect recent changes and i...
  • d20c351 Merge pull request #125 from haaawk/fix_124
  • 8d7cef7 Make sure DelayType function gets consistent values of n
  • 79a35c4 Merge pull request #123 from avast/dependabot/go_modules/github.com/stretchr/...
  • d873473 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 0eeb96f Merge pull request #126 from avast/issue_99_failing_test_on_windows
  • ac94eb5 Update GitHub Actions workflow to use latest Go version and artifact naming
  • 6523ff3 Upgrade golangci-lint GitHub Actions workflow to latest version
  • 5197715 Update GitHub Actions workflow configuration
  • 1c0cc21 Update GitHub Actions artifact naming to include Go version
  • Additional commits viewable in compare view

Updates github.com/consensys/gnark-crypto from 0.16.0 to 0.17.0

Release notes

Sourced from github.com/consensys/gnark-crypto's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: Consensys/gnark-crypto@v0.16.0...v0.17.0

Changelog

Sourced from github.com/consensys/gnark-crypto's changelog.

[v0.15.0] - 2025-01-21

Build

  • generify
  • update ci for slack bot (#538)
  • deps: bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#579)

Chore

  • update bavard to 0.1.26
  • update citation
  • use errors.New to replace fmt.Errorf with no parameters (#575)
  • fix some function names in comment (#569)
  • fix some function names in comment (#559)
  • ignore gosec false positive
  • use golint option to include generated files (#549)

Docs

  • Change copyright year to 2025 (not autogenerated)
  • update element package doc (#572)
  • fix non generated headers (#571)
  • less verbose Apache 2 header, latest bavard (#570)
  • document batchAddAfine func (#555)
  • GSigma -> GSigmaNeg bn254
  • update README (#533)

Feat

  • cleaned iop (#587)
  • restored sis (#583)
  • generate uint32 arith only for babybear and koalabear (#577)
  • restored fft (#574)
  • hash registry with statestorer (#564)
  • add BabyBear and KoalaBear 31bits fields vanilla Go impl (#558)
  • code gen
  • example fflonk
  • code gen
  • example shplonk
  • half-GCD for Eisenstein integers
  • implement Eisenstein integers arithmetic
  • number of trials for finding the next divisor of r-1 is now limited
  • renaming
  • fixed size folded polynomials
  • renaming
  • use GeneratorFullMultiplicativeGroup
  • add round trip serialisation test
  • renaming gamma -> challenge
  • used bufMaxSizePolynomials[:len(polynomials[i])]
  • randomise SRS
  • code gen
  • code gen
  • code gen

... (truncated)

Commits
  • 7669d25 refactor: generify small fields extensions (#647)
  • b013ef7 test(bn254, bls12-381): test points intentionally not on sugroups G1/2 (#658)
  • ee3c151 refactor: generate code for poseidon2_test (#660)
  • 7c1592e test: improve NAF decomposition test coverage (#617)
  • d2fa915 fix: poseidon2 templates (#648)
  • d9f35aa Poseidon2 compression for small fields (#644)
  • e1c1d0f fix: ensure fast path is taken only with fixed bound and degree (#651)
  • da49c16 feat: baby-bear and koala-bear extensions of degree 4 (#643)
  • ef352e8 chore: remove useless github workflow
  • 8a83584 chore: generify poseidon2 parameters for other curves/fr (#636)
  • Additional commits viewable in compare view

Updates github.com/gorilla/mux from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/gorilla/mux's releases.

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

Commits

Updates github.com/minio/minio-go/v7 from 7.0.85 to 7.0.92

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release and new APIs

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.91...v7.0.92

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.90...v7.0.91

Bugfix v7.0.90

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.89...v7.0.90

Bugfix Release

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/prometheus/client_golang from 1.21.1 to 1.22.0

Release notes

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

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • e84c305 exp: Reset snappy buf (#1756)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/minio from 0.33.0 to 0.37.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/minio's releases.

v0.37.0

What's Changed

🔒 Security

  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /modules/aerospike (#3105) @dependabot[bot]
  • chore(pulsar): bump github.com/apache/pulsar-client-go from 0.10.0 to 0.14.0 in /modules/pulsar (#3100) @​mdelapenya
  • chore(clickhouse): bump github.com/ClickHouse/clickhouse-go/v2 from 2.20.0 to 2.34.0 in /modules/clickhouse (#3099) @dependabot[bot]
  • security(compose): upgrade github.com/docker/compose/v2 to fix security vulnerability (#3095) @​sigi-glovebox

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 08e7b58 chore: use new version (v0.37.0) in modules and examples
  • 9da8340 fix: handle stopped containers more gracefully when reuse is enabled (#3062)
  • 37ce316 feat(gcloud): add option to run firestore in datastore mode (#3009)
  • 224da6d feat: support for mounting images (#3044)
  • 92b9255 chore(ci): close PR if it was sent from main (#3123)
  • 8a498b7 feat: add WithReuseByName for modifying Generic Container Requests (#3064)
  • 1c9b01b chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 (#3120)
  • d7c1a2f chore(deps): bump mkdocs-include-markdown-plugin from 6.2.2 to 7.1.5 (#3119)
  • c71d5c9 chore(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 (#3118)
  • 7c6278f chore(ci): exclude more files for a full-blown build (#3122)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/redis from 0.33.0 to 0.37.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/redis's releases.

v0.37.0

What's Changed

🔒 Security

  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /modules/aerospike (#3105) @dependabot[bot]
  • chore(pulsar): bump github.com/apache/pulsar-client-go from 0.10.0 to 0.14.0 in /modules/pulsar (#3100) @​mdelapenya
  • chore(clickhouse): bump github.com/ClickHouse/clickhouse-go/v2 from 2.20.0 to 2.34.0 in /modules/clickhouse (#3099) @dependabot[bot]
  • security(compose): upgrade github.com/docker/compose/v2 to fix security vulnerability (#3095) @​sigi-glovebox

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs(socat): add missing version marker for new options (#3111) @​mdelapenya
  • docs: fix reference to container types in Run function (#3102) @​mdelapenya
  • docs: ...

    Description has been truncated

@dependabot dependabot bot requested a review from a team May 27, 2025 06:39
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 27, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added the golang label May 27, 2025
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-golang-version-updates-0ed27cd16c branch 3 times, most recently from 74384cd to b5c98f1 Compare June 3, 2025 15:40
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-golang-version-updates-0ed27cd16c branch 4 times, most recently from f33ebd3 to ef7c251 Compare June 11, 2025 15:55
…1 directory with 11 updates

Bumps the golang-version-updates group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) | `4.6.0` | `4.6.1` |
| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.16.0` | `0.17.0` |
| [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.8.0` | `1.8.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.85` | `7.0.92` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.22.0` |
| [github.com/testcontainers/testcontainers-go/modules/minio](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.37.0` |
| [github.com/testcontainers/testcontainers-go/modules/redis](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.37.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.6` |
| [github.com/wealdtech/go-merkletree/v2](https://github.com/wealdtech/go-merkletree) | `2.6.0` | `2.6.1` |
| [go.uber.org/mock](https://github.com/uber/mock) | `0.4.0` | `0.5.2` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.69.4` | `1.72.2` |



Updates `github.com/avast/retry-go/v4` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](avast/retry-go@4.6.0...4.6.1)

Updates `github.com/consensys/gnark-crypto` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/consensys/gnark-crypto/releases)
- [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md)
- [Commits](Consensys/gnark-crypto@v0.16.0...v0.17.0)

Updates `github.com/gorilla/mux` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.8.0...v1.8.1)

Updates `github.com/minio/minio-go/v7` from 7.0.85 to 7.0.92
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.85...v7.0.92)

Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.1...v1.22.0)

Updates `github.com/testcontainers/testcontainers-go/modules/minio` from 0.33.0 to 0.37.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.37.0)

Updates `github.com/testcontainers/testcontainers-go/modules/redis` from 0.33.0 to 0.37.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.37.0)

Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.6
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.5...v2.27.6)

Updates `github.com/wealdtech/go-merkletree/v2` from 2.6.0 to 2.6.1
- [Commits](wealdtech/go-merkletree@v2.6.0...v2.6.1)

Updates `go.uber.org/mock` from 0.4.0 to 0.5.2
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.4.0...v0.5.2)

Updates `google.golang.org/grpc` from 1.69.4 to 1.72.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.4...v1.72.2)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go/v4
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/consensys/gnark-crypto
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/gorilla/mux
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.0.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/testcontainers/testcontainers-go/modules/minio
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/testcontainers/testcontainers-go/modules/redis
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/urfave/cli/v2
  dependency-version: 2.27.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/wealdtech/go-merkletree/v2
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: go.uber.org/mock
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-golang-version-updates-0ed27cd16c branch from ef7c251 to fe61a0b Compare June 11, 2025 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants