Skip to content

dev: bump the safe group with 48 updates#264

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/safe-fee239bbd0
Closed

dev: bump the safe group with 48 updates#264
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/safe-fee239bbd0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 31, 2025

Bumps the safe group with 48 updates:

Package From To
github.com/KimMachineGun/automemlimit 0.6.1 0.7.4
github.com/aws/aws-sdk-go 1.55.5 1.55.7
github.com/coder/websocket 1.8.12 1.8.13
github.com/emersion/go-smtp 0.21.3 0.23.0
github.com/envoyproxy/protoc-gen-validate 1.1.0 1.2.1
github.com/getsentry/sentry-go 0.29.1 0.34.1
github.com/google/go-cmp 0.6.0 0.7.0
github.com/gorilla/csrf 1.7.2 1.7.3
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus 1.0.1 1.1.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.24.0 2.27.1
github.com/hellofresh/health-go/v5 5.5.3 5.5.5
github.com/jackc/pgx/v5 5.7.1 5.7.5
github.com/jarcoal/httpmock 1.3.1 1.4.0
github.com/klauspost/compress 1.17.11 1.18.0
github.com/nats-io/nats-server/v2 2.10.22 2.11.6
github.com/nats-io/nats.go 1.37.0 1.43.0
github.com/oklog/ulid/v2 2.1.0 2.1.1
github.com/prometheus/client_golang 1.20.5 1.22.0
github.com/redis/go-redis/v9 9.7.0 9.11.0
github.com/sendgrid/sendgrid-go 3.16.0+incompatible 3.16.1+incompatible
github.com/spf13/cast 1.7.0 1.9.2
github.com/spf13/cobra 1.8.1 1.9.1
github.com/spf13/pflag 1.0.5 1.0.6
github.com/spf13/viper 1.19.0 1.20.1
github.com/throttled/throttled/v2 2.12.0 2.13.0
github.com/uptrace/bun 1.2.6 1.2.15
github.com/uptrace/bun/dialect/pgdialect 1.2.6 1.2.15
github.com/uptrace/bun/driver/pgdriver 1.2.6 1.2.15
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux 0.57.0 0.62.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.57.0 0.62.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.57.0 0.62.0
go.opentelemetry.io/otel 1.32.0 1.37.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.32.0 1.37.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace 1.32.0 1.37.0
go.opentelemetry.io/otel/metric 1.32.0 1.37.0
go.opentelemetry.io/otel/sdk 1.32.0 1.37.0
go.opentelemetry.io/otel/trace 1.32.0 1.37.0
gocloud.dev 0.40.0 0.43.0
gocloud.dev/pubsub/natspubsub 0.40.0 0.43.0
golang.org/x/crypto 0.29.0 0.40.0
golang.org/x/net 0.31.0 0.42.0
golang.org/x/oauth2 0.24.0 0.30.0
golang.org/x/sync 0.9.0 0.16.0
google.golang.org/genproto 0.0.0-20241118233622-e639e219e697 0.0.0-20250715232539-7130f93afb79
google.golang.org/genproto/googleapis/api 0.0.0-20241118233622-e639e219e697 0.0.0-20250715232539-7130f93afb79
google.golang.org/genproto/googleapis/rpc 0.0.0-20241118233622-e639e219e697 0.0.0-20250715232539-7130f93afb79
google.golang.org/grpc 1.68.0 1.73.0
google.golang.org/protobuf 1.35.2 1.36.6

Updates github.com/KimMachineGun/automemlimit from 0.6.1 to 0.7.4

Release notes

Sourced from github.com/KimMachineGun/automemlimit's releases.

v0.7.4

What's Changed

New Contributors

Full Changelog: KimMachineGun/automemlimit@v0.7.3...v0.7.4

v0.7.3

What's Changed

Full Changelog: KimMachineGun/automemlimit@v0.7.2...v0.7.3

v0.7.2

What's Changed

Full Changelog: KimMachineGun/automemlimit@v0.7.1...v0.7.2

v0.7.1

What's Changed

New Contributors

Full Changelog: KimMachineGun/automemlimit@v0.7.0...v0.7.1

v0.7.0

What's Changed

Full Changelog: KimMachineGun/automemlimit@v0.6.1...v0.7.0

Commits
  • e8d0135 fix(memlimit): use memory.stat instead of memory.stats (#30)
  • b2c01e8 fix(memlimit): move goroutine execution inside refresh function
  • a9a712b ci: bump ubuntu version
  • a659ed1 fix(memlimit): fix mountinfo validation logic when super options have spaces
  • b5e3683 chore(examples/gosigar): remove gosigar example
  • e027e7e fix(memlimit): fix mountinfo validation logic for multiple optional fields
  • 00da85b Fix 32-bit overflows of math.MaxInt64 constant (#25)
  • 01d8b36 docs: update README.md
  • e1b0a11 feat(memlimit): handle ErrNoLimit as math.MaxInt64 during refresh
  • 0506e2d feat(memlimit): replace containerd/cgroup with own cgroup implementation (#24)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.55.5 to 1.55.7

Release notes

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

Release v1.55.7 (2025-04-22)

SDK Bugs

  • service/s3/s3manager: Abort multipart download if object is modified during download

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24
Commits
  • 163aada release v1.55.7 (2025-04-22) (#5346)
  • 9eb2bfd Abort multi part download if the object is modified during download
  • 8d203cc Update bug-report.yml
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • See full diff in compare view

Updates github.com/coder/websocket from 1.8.12 to 1.8.13

Release notes

Sourced from github.com/coder/websocket's releases.

v1.8.13

Changes

Full Changelog: coder/websocket@v1.8.12...v1.8.13

Commits
  • 64d7449 ci: lock down versions in lint.sh and fix ci (#523)
  • d1468a7 ci: update wasmbrowsertest to a specific commit (#514)
  • 703784f feat: add ping and pong received callbacks (#509)
  • aec630d fix: conform to stricter printf usage in Go 1.24 (#508)
  • 497ac50 ci: disable AppArmor on daily and static workflows (#513)
  • 3e183a9 ci: disable AppArmor to allow Chrome sandbox (#511)
  • 11bda98 fix: avoid writing messages after close and improve handshake (#476)
  • 1253b77 chore: bump the internal-deps group across 2 directories with 5 updates (#500)
  • d67767c chore(.github): group dependabot PRs and reduce frequency (#499)
  • 02080e9 Fix a typo in chat_test.go (#491)
  • Additional commits viewable in compare view

Updates github.com/emersion/go-smtp from 0.21.3 to 0.23.0

Commits
  • 54dd31d Implement DELIVERBY (RFC 2852)
  • 495c409 client: introduce DataCommand
  • f9e8d24 Implement RRVS
  • e2dbc50 server: handle newline characters in error messages
  • b7d48ab Upgrade dependencies
  • 8a5b093 Add checking for auth to Server example
  • c6c3019 server: reset session on EHLO
  • e764d71 client: allow manual Hello after Reset
  • 274020d readme: drop CI badge
  • b63eede client: save greet error
  • Additional commits viewable in compare view

Updates github.com/envoyproxy/protoc-gen-validate from 1.1.0 to 1.2.1

Release notes

Sourced from github.com/envoyproxy/protoc-gen-validate's releases.

v1.2.1

What's Changed

Full Changelog: bufbuild/protoc-gen-validate@v1.2.0...v1.2.1

v1.2.0

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v1.1.0...v1.2.0

Commits

Updates github.com/getsentry/sentry-go from 0.29.1 to 0.34.1

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.34.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.34.1.

Bug Fixes

  • Allow flush to be used multiple times without issues, particularly for the batch logger (#1051)
  • Fix race condition in Scope.GetSpan() method by adding proper mutex locking (#1044)
  • Guard transport on Close() to prevent panic when called multiple times (#1044)

0.34.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.34.0.

Breaking Changes

  • Logrus structured logging support replaces the sentrylogrus.Hook signature from a *Hook to an interface.
var hook *sentrylogrus.Hook
hook = sentrylogrus.New(
    // ... your setup
)
// should change the definition to
var hook sentrylogrus.Hook
hook = sentrylogrus.New(
// ... your setup
)

Features

  • Structured logging support for slog. (#1033)
ctx := context.Background()
handler := sentryslog.Option{
    EventLevel: []slog.Level{slog.LevelError, sentryslog.LevelFatal}, // Only Error and Fatal as events
    LogLevel:   []slog.Level{slog.LevelWarn, slog.LevelInfo},         // Only Warn and Info as logs
}.NewSentryHandler(ctx)
logger := slog.New(handler)
logger.Info("hello"))
logHook, _ := sentrylogrus.NewLogHook(
    []logrus.Level{logrus.InfoLevel, logrus.WarnLevel}, 
    sentry.ClientOptions{
        Dsn: "your-dsn",
        EnableLogs: true, // Required for log entries    
</tr></table> 

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.34.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.34.1.

Bug Fixes

  • Allow flush to be used multiple times without issues, particularly for the batch logger (#1051)
  • Fix race condition in Scope.GetSpan() method by adding proper mutex locking (#1044)
  • Guard transport on Close() to prevent panic when called multiple times (#1044)

0.34.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.34.0.

Breaking Changes

  • Logrus structured logging support replaces the sentrylogrus.Hook signature from a *Hook to an interface.
var hook *sentrylogrus.Hook
hook = sentrylogrus.New(
    // ... your setup
)
// should change the definition to
var hook sentrylogrus.Hook
hook = sentrylogrus.New(
// ... your setup
)

Features

  • Structured logging support for slog. (#1033)
ctx := context.Background()
handler := sentryslog.Option{
    EventLevel: []slog.Level{slog.LevelError, sentryslog.LevelFatal}, // Only Error and Fatal as events
    LogLevel:   []slog.Level{slog.LevelWarn, slog.LevelInfo},         // Only Warn and Info as logs
}.NewSentryHandler(ctx)
logger := slog.New(handler)
logger.Info("hello"))
logHook, _ := sentrylogrus.NewLogHook(
    []logrus.Level{logrus.InfoLevel, logrus.WarnLevel}, 
    sentry.ClientOptions{
</tr></table> 

... (truncated)

Commits

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

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

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/gorilla/csrf from 1.7.2 to 1.7.3

Release notes

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

v1.7.3

This Release fixes the following:

Full Changelog: gorilla/csrf@v1.7.2...v1.7.3

Commits

Updates github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus from 1.0.1 to 1.1.0

Release notes

Sourced from github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus's releases.

v1.1.0

[v1.1.0] - 2019-09-12

Added

Deprecated

  • #201 golang.org/x/net/context - houz42
  • #183 Documentation Generation in favour of <godoc.org>.

Fixed

providers/prometheus/v1.1.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@providers/prometheus/v1.0.1...providers/prometheus/v1.1.0

Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.27.1

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.27.1

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.0...v2.27.1

v2.27.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.3...v2.26.4

v2.26.3

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.2...v2.26.3

v2.26.2

What's Changed

... (truncated)

Commits
  • d08f8db fix: Use type name instead of full type declaration (#5679)
  • ddde420 chore(deps): update googleapis digest to fc1e32c (#5681)
  • 10dc12a chore(deps): update googleapis digest to a4268de (#5680)
  • 2fbec00 chore(deps): update dependency bazel to v8.3.0 (#5677)
  • d723ec1 chore(deps): update googleapis digest to b79e8c4 (#5676)
  • 8e47f4f chore(deps): update googleapis digest to 18314b0 (#5675)
  • 7eae063 chore(deps): update googleapis digest to 9425777 (#5674)
  • d4310fe chore(deps): update googleapis digest to 34b323e (#5672)
  • 16145f3 chore(deps): update googleapis digest to 09243fd (#5671)
  • f7e7da8 chore(deps): update googleapis digest to f01a17a (#5670)
  • Additional commits viewable in compare view

Updates github.com/hellofresh/health-go/v5 from 5.5.3 to 5.5.5

Release notes

Sourced from github.com/hellofresh/health-go/v5's releases.

v5.5.5

What's Changed

New Contributors

Full Changelog: hellofresh/health-go@v5.5.4...v5.5.5

v5.5.4

What's Changed

Full Changelog: hellofresh/health-go@v5.5.3...v5.5.4

In order to fix the security vulnerability in golang.org/x/crypto the minimal go version supported now is 1.23

Commits

Bumps the safe group with 48 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) | `0.6.1` | `0.7.4` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.7` |
| [github.com/coder/websocket](https://github.com/coder/websocket) | `1.8.12` | `1.8.13` |
| [github.com/emersion/go-smtp](https://github.com/emersion/go-smtp) | `0.21.3` | `0.23.0` |
| [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) | `1.1.0` | `1.2.1` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.29.1` | `0.34.1` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/gorilla/csrf](https://github.com/gorilla/csrf) | `1.7.2` | `1.7.3` |
| [github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus](https://github.com/grpc-ecosystem/go-grpc-middleware) | `1.0.1` | `1.1.0` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.24.0` | `2.27.1` |
| [github.com/hellofresh/health-go/v5](https://github.com/hellofresh/health-go) | `5.5.3` | `5.5.5` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.1` | `5.7.5` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.3.1` | `1.4.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` |
| [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.10.22` | `2.11.6` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.37.0` | `1.43.0` |
| [github.com/oklog/ulid/v2](https://github.com/oklog/ulid) | `2.1.0` | `2.1.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.22.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.7.0` | `9.11.0` |
| [github.com/sendgrid/sendgrid-go](https://github.com/sendgrid/sendgrid-go) | `3.16.0+incompatible` | `3.16.1+incompatible` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.0` | `1.9.2` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.20.1` |
| [github.com/throttled/throttled/v2](https://github.com/throttled/throttled) | `2.12.0` | `2.13.0` |
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | `1.2.6` | `1.2.15` |
| [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) | `1.2.6` | `1.2.15` |
| [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun) | `1.2.6` | `1.2.15` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.62.0` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.62.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.62.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.37.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.37.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.37.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.37.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.37.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.37.0` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.40.0` | `0.43.0` |
| [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud) | `0.40.0` | `0.43.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.40.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.42.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.24.0` | `0.30.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.16.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20241118233622-e639e219e697` | `0.0.0-20250715232539-7130f93afb79` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20241118233622-e639e219e697` | `0.0.0-20250715232539-7130f93afb79` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241118233622-e639e219e697` | `0.0.0-20250715232539-7130f93afb79` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.73.0` |
| google.golang.org/protobuf | `1.35.2` | `1.36.6` |


Updates `github.com/KimMachineGun/automemlimit` from 0.6.1 to 0.7.4
- [Release notes](https://github.com/KimMachineGun/automemlimit/releases)
- [Commits](KimMachineGun/automemlimit@v0.6.1...v0.7.4)

Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.7
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.5...v1.55.7)

Updates `github.com/coder/websocket` from 1.8.12 to 1.8.13
- [Release notes](https://github.com/coder/websocket/releases)
- [Commits](coder/websocket@v1.8.12...v1.8.13)

Updates `github.com/emersion/go-smtp` from 0.21.3 to 0.23.0
- [Release notes](https://github.com/emersion/go-smtp/releases)
- [Commits](emersion/go-smtp@v0.21.3...v0.23.0)

Updates `github.com/envoyproxy/protoc-gen-validate` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml)
- [Commits](bufbuild/protoc-gen-validate@v1.1.0...v1.2.1)

Updates `github.com/getsentry/sentry-go` from 0.29.1 to 0.34.1
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.29.1...v0.34.1)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/gorilla/csrf` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/gorilla/csrf/releases)
- [Commits](gorilla/csrf@v1.7.2...v1.7.3)

Updates `github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
- [Commits](grpc-ecosystem/go-grpc-middleware@providers/prometheus/v1.0.1...v1.1.0)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.24.0 to 2.27.1
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.24.0...v2.27.1)

Updates `github.com/hellofresh/health-go/v5` from 5.5.3 to 5.5.5
- [Release notes](https://github.com/hellofresh/health-go/releases)
- [Commits](hellofresh/health-go@v5.5.3...v5.5.5)

Updates `github.com/jackc/pgx/v5` from 5.7.1 to 5.7.5
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.7.1...v5.7.5)

Updates `github.com/jarcoal/httpmock` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.3.1...v1.4.0)

Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.11...v1.18.0)

Updates `github.com/nats-io/nats-server/v2` from 2.10.22 to 2.11.6
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.10.22...v2.11.6)

Updates `github.com/nats-io/nats.go` from 1.37.0 to 1.43.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.37.0...v1.43.0)

Updates `github.com/oklog/ulid/v2` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/oklog/ulid/releases)
- [Changelog](https://github.com/oklog/ulid/blob/main/CHANGELOG.md)
- [Commits](oklog/ulid@v2.1.0...v2.1.1)

Updates `github.com/prometheus/client_golang` from 1.20.5 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.20.5...v1.22.0)

Updates `github.com/redis/go-redis/v9` from 9.7.0 to 9.11.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.7.0...v9.11.0)

Updates `github.com/sendgrid/sendgrid-go` from 3.16.0+incompatible to 3.16.1+incompatible
- [Release notes](https://github.com/sendgrid/sendgrid-go/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-go/blob/main/CHANGELOG.md)
- [Commits](sendgrid/sendgrid-go@v3.16.0...v3.16.1)

Updates `github.com/spf13/cast` from 1.7.0 to 1.9.2
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.7.0...v1.9.2)

Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.9.1)

Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.5...v1.0.6)

Updates `github.com/spf13/viper` from 1.19.0 to 1.20.1
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.19.0...v1.20.1)

Updates `github.com/throttled/throttled/v2` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/throttled/throttled/releases)
- [Changelog](https://github.com/throttled/throttled/blob/master/CHANGELOG.md)
- [Commits](throttled/throttled@v2.12.0...v2.13.0)

Updates `github.com/uptrace/bun` from 1.2.6 to 1.2.15
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.6...v1.2.15)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.6 to 1.2.15
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.6...v1.2.15)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.6 to 1.2.15
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.6...v1.2.15)

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` from 0.57.0 to 0.62.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.57.0...zpages/v0.62.0)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.57.0 to 0.62.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.57.0...zpages/v0.62.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.57.0 to 0.62.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.57.0...zpages/v0.62.0)

Updates `go.opentelemetry.io/otel` from 1.32.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.37.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.32.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.37.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.32.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.37.0)

Updates `go.opentelemetry.io/otel/metric` from 1.32.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.37.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.32.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.37.0)

Updates `go.opentelemetry.io/otel/trace` from 1.32.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.37.0)

Updates `gocloud.dev` from 0.40.0 to 0.43.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.40.0...v0.43.0)

Updates `gocloud.dev/pubsub/natspubsub` from 0.40.0 to 0.43.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.40.0...v0.43.0)

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

Updates `golang.org/x/net` from 0.31.0 to 0.42.0
- [Commits](golang/net@v0.31.0...v0.42.0)

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

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

Updates `google.golang.org/genproto` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20250715232539-7130f93afb79
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20250715232539-7130f93afb79
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20250715232539-7130f93afb79
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.68.0 to 1.73.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.68.0...v1.73.0)

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

---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/coder/websocket
  dependency-version: 1.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/emersion/go-smtp
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/gorilla/csrf
  dependency-version: 1.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/hellofresh/health-go/v5
  dependency-version: 5.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.11.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/oklog/ulid/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/sendgrid/sendgrid-go
  dependency-version: 3.16.1+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/spf13/cast
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/spf13/viper
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/throttled/throttled/v2
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/uptrace/bun
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: gocloud.dev
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: gocloud.dev/pubsub/natspubsub
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/crypto
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/net
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20250715232539-7130f93afb79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250715232539-7130f93afb79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250715232539-7130f93afb79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: google.golang.org/grpc
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 31, 2025
@onizmx onizmx closed this Aug 5, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@onizmx onizmx deleted the dependabot/go_modules/safe-fee239bbd0 branch August 5, 2025 04:32
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.

1 participant