Skip to content

Commit

Permalink
Bump the gomod-updates group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the gomod-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.25.1` | `2.26.0` |
| [github.com/sqlc-dev/sqlc](https://github.com/sqlc-dev/sqlc) | `1.27.0` | `1.28.0` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250106144421-5f5ef82da422` | `0.0.0-20250115164207-1a7da9e5054f` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.69.4` | `1.70.0` |
| google.golang.org/protobuf | `1.36.4-0.20250116160514-2005adbe0cf6` | `1.36.4` |
| gopkg.in/DataDog/dd-trace-go.v1 | `1.70.1` | `1.71.0` |


Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.25.1 to 2.26.0
- [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.25.1...v2.26.0)

Updates `github.com/sqlc-dev/sqlc` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/sqlc-dev/sqlc/releases)
- [Commits](sqlc-dev/sqlc@v1.27.0...v1.28.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250106144421-5f5ef82da422 to 0.0.0-20250115164207-1a7da9e5054f
- [Commits](https://github.com/googleapis/go-genproto/commits)

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

Updates `google.golang.org/protobuf` from 1.36.4-0.20250116160514-2005adbe0cf6 to 1.36.4

Updates `gopkg.in/DataDog/dd-trace-go.v1` from 1.70.1 to 1.71.0

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-updates
- dependency-name: github.com/sqlc-dev/sqlc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-updates
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-updates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-updates
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-updates
- dependency-name: gopkg.in/DataDog/dd-trace-go.v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 27, 2025
1 parent a281f4a commit d436cbb
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 56 deletions.
32 changes: 15 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ require (
github.com/bufbuild/buf v1.50.0
github.com/ethereum/go-ethereum v1.14.7
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
github.com/jackc/pgx/v5 v5.7.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0
github.com/jackc/pgx/v5 v5.7.2
github.com/jessevdk/go-flags v1.6.1
github.com/lib/pq v1.10.9
github.com/pingcap/log v1.1.0
github.com/pires/go-proxyproto v0.8.0
github.com/prometheus/client_golang v1.20.2
github.com/segmentio/golines v0.12.2
github.com/sqlc-dev/sqlc v1.27.0
github.com/sqlc-dev/sqlc v1.28.0
github.com/stretchr/testify v1.10.0
github.com/vektra/mockery/v2 v2.51.1
go.uber.org/zap v1.27.0
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422
google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.36.4-0.20250116160514-2005adbe0cf6
gopkg.in/DataDog/dd-trace-go.v1 v1.70.1
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.4
gopkg.in/DataDog/dd-trace-go.v1 v1.71.0
)

require (
Expand Down Expand Up @@ -73,7 +73,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.58.0 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/go-libddwaf/v3 v3.5.1 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.0-20241106155157-194426bbbd59 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20241206090539-a14610dc22b6 // indirect
github.com/DataDog/go-sqllexer v0.0.14 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.20.0 // indirect
Expand Down Expand Up @@ -210,7 +210,6 @@ require (
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
Expand Down Expand Up @@ -293,9 +292,9 @@ require (
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63 // indirect
github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c // indirect
github.com/pingcap/tidb/pkg/parser v0.0.0-20231103154709-4f00ece106b1 // indirect
github.com/pingcap/errors v0.11.5-0.20240311024730-e056997136bb // indirect
github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect
github.com/pingcap/tidb/pkg/parser v0.0.0-20241203170126-9812d85d0d25 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/profile v1.7.0 // indirect
Expand Down Expand Up @@ -366,6 +365,7 @@ require (
go.opentelemetry.io/collector/component v0.104.0 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.104.0 // indirect
go.opentelemetry.io/collector/pdata v1.11.0 // indirect
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
Expand All @@ -380,7 +380,7 @@ require (
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/oauth2 v0.25.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
Expand All @@ -390,7 +390,7 @@ require (
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand All @@ -401,7 +401,6 @@ require (
modernc.org/db v1.0.0 // indirect
modernc.org/file v1.0.0 // indirect
modernc.org/fileutil v1.3.0 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/golex v1.1.0 // indirect
modernc.org/internal v1.0.0 // indirect
modernc.org/libc v1.55.3 // indirect
Expand All @@ -410,9 +409,8 @@ require (
modernc.org/memory v1.8.0 // indirect
modernc.org/ql v1.0.0 // indirect
modernc.org/sortutil v1.2.0 // indirect
modernc.org/sqlite v1.31.1 // indirect
modernc.org/sqlite v1.34.5 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
modernc.org/zappy v1.0.0 // indirect
pluginrpc.com/pluginrpc v0.5.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
Expand Down
Loading

0 comments on commit d436cbb

Please sign in to comment.