Skip to content

Commit fe588bf

Browse files
committed
Update direct deps
1 parent 69f6718 commit fe588bf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

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

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0
77
github.com/NYTimes/gziphandler v1.1.1
88
github.com/codingsince1985/checksum v1.3.0
99
github.com/cybercyst/go-scaffold v0.0.0-20240606114431-816e6211c151
1010
github.com/docker/go-connections v0.6.0
11-
github.com/envoyproxy/protoc-gen-validate v1.3.0
11+
github.com/envoyproxy/protoc-gen-validate v1.3.3
1212
github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.4
1313
github.com/getsentry/sentry-go v0.42.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.8
16+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
1717
github.com/hashicorp/go-hclog v1.6.3
1818
github.com/hashicorp/go-plugin v1.7.0
1919
github.com/hashicorp/raft v1.7.3
@@ -41,7 +41,7 @@ require (
4141
go.opentelemetry.io/otel/sdk v1.40.0
4242
go.opentelemetry.io/otel/trace v1.40.0
4343
golang.org/x/text v0.34.0
44-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
44+
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d
4545
google.golang.org/grpc v1.79.1
4646
google.golang.org/protobuf v1.36.11
4747
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -141,7 +141,7 @@ require (
141141
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
142142
github.com/sirupsen/logrus v1.9.3 // indirect
143143
github.com/skeema/knownhosts v1.3.0 // indirect
144-
github.com/spf13/afero v1.11.0 // indirect
144+
github.com/spf13/afero v1.15.0 // indirect
145145
github.com/spf13/pflag v1.0.9 // indirect
146146
github.com/stretchr/objx v0.5.2 // indirect
147147
github.com/tetratelabs/wazero v1.9.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)