|
1 | 1 | module github.com/gatewayd-io/gatewayd |
2 | 2 |
|
3 | | -go 1.24.0 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/Masterminds/semver/v3 v3.4.0 |
7 | 7 | github.com/NYTimes/gziphandler v1.1.1 |
8 | 8 | github.com/codingsince1985/checksum v1.3.0 |
9 | 9 | github.com/cybercyst/go-scaffold v0.0.0-20240606114431-816e6211c151 |
10 | 10 | 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 |
12 | 12 | github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.4 |
13 | 13 | github.com/getsentry/sentry-go v0.42.0 |
14 | 14 | github.com/go-co-op/gocron v1.37.0 |
15 | 15 | 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 |
17 | 17 | github.com/hashicorp/go-hclog v1.6.3 |
18 | 18 | github.com/hashicorp/go-plugin v1.7.0 |
19 | 19 | github.com/hashicorp/raft v1.7.3 |
@@ -41,7 +41,7 @@ require ( |
41 | 41 | go.opentelemetry.io/otel/sdk v1.40.0 |
42 | 42 | go.opentelemetry.io/otel/trace v1.40.0 |
43 | 43 | 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 |
45 | 45 | google.golang.org/grpc v1.79.1 |
46 | 46 | google.golang.org/protobuf v1.36.11 |
47 | 47 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
@@ -141,7 +141,7 @@ require ( |
141 | 141 | github.com/shirou/gopsutil/v4 v4.25.6 // indirect |
142 | 142 | github.com/sirupsen/logrus v1.9.3 // indirect |
143 | 143 | 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 |
145 | 145 | github.com/spf13/pflag v1.0.9 // indirect |
146 | 146 | github.com/stretchr/objx v0.5.2 // indirect |
147 | 147 | github.com/tetratelabs/wazero v1.9.0 // indirect |
|
0 commit comments