Skip to content

Commit b443945

Browse files
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.7
1 parent 1c62306 commit b443945

File tree

2 files changed

+49
-17
lines changed

2 files changed

+49
-17
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gatewayd-io/gatewayd
22

3-
go 1.24
3+
go 1.24.0
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0
@@ -13,7 +13,7 @@ require (
1313
github.com/getsentry/sentry-go v0.35.0
1414
github.com/go-co-op/gocron v1.37.0
1515
github.com/google/go-github/v68 v68.0.0
16-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
16+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7
1717
github.com/hashicorp/go-hclog v1.6.3
1818
github.com/hashicorp/go-plugin v1.6.3
1919
github.com/hashicorp/raft v1.7.3
@@ -31,18 +31,18 @@ require (
3131
github.com/spaolacci/murmur3 v1.1.0
3232
github.com/spf13/cast v1.9.2
3333
github.com/spf13/cobra v1.9.1
34-
github.com/stretchr/testify v1.10.0
34+
github.com/stretchr/testify v1.11.1
3535
github.com/testcontainers/testcontainers-go v0.38.0
3636
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
37-
go.opentelemetry.io/otel v1.37.0
37+
go.opentelemetry.io/otel v1.38.0
3838
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
3939
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
40-
go.opentelemetry.io/otel/sdk v1.37.0
41-
go.opentelemetry.io/otel/trace v1.37.0
42-
golang.org/x/text v0.27.0
43-
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b
44-
google.golang.org/grpc v1.74.2
45-
google.golang.org/protobuf v1.36.7
40+
go.opentelemetry.io/otel/sdk v1.38.0
41+
go.opentelemetry.io/otel/trace v1.38.0
42+
golang.org/x/text v0.33.0
43+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409
44+
google.golang.org/grpc v1.78.0
45+
google.golang.org/protobuf v1.36.11
4646
gopkg.in/natefinch/lumberjack.v2 v2.2.1
4747
gopkg.in/yaml.v3 v3.0.1
4848
)
@@ -152,16 +152,16 @@ require (
152152
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
153153
github.com/xanzy/ssh-agent v0.3.3 // indirect
154154
github.com/yusufpapurcu/wmi v1.2.4 // indirect
155-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
155+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
156156
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
157-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
157+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
158158
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
159159
go.uber.org/atomic v1.11.0 // indirect
160-
golang.org/x/crypto v0.39.0 // indirect
161-
golang.org/x/net v0.41.0 // indirect
162-
golang.org/x/sync v0.16.0 // indirect
163-
golang.org/x/sys v0.33.0 // indirect
164-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
160+
golang.org/x/crypto v0.44.0 // indirect
161+
golang.org/x/net v0.47.0 // indirect
162+
golang.org/x/sync v0.19.0 // indirect
163+
golang.org/x/sys v0.38.0 // indirect
164+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
165165
gopkg.in/warnings.v0 v0.1.2 // indirect
166166
oras.land/oras-go/v2 v2.5.0 // indirect
167167
)

go.sum

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)