@@ -3,46 +3,46 @@ module github.com/gatewayd-io/gatewayd
3
3
go 1.24
4
4
5
5
require (
6
- github.com/Masterminds/semver/v3 v3.3.1
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
- github.com/docker/go-connections v0.5 .0
10
+ github.com/docker/go-connections v0.6 .0
11
11
github.com/envoyproxy/protoc-gen-validate v1.2.1
12
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.2
13
- github.com/getsentry/sentry-go v0.33 .0
12
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.3
13
+ github.com/getsentry/sentry-go v0.35 .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.26.3
16
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
17
17
github.com/hashicorp/go-hclog v1.6.3
18
18
github.com/hashicorp/go-plugin v1.6.3
19
19
github.com/hashicorp/raft v1.7.3
20
- github.com/hashicorp/raft-boltdb v0.0.0-20250225060035-8f7048cdfa53
20
+ github.com/hashicorp/raft-boltdb v0.0.0-20250701115049-6cdf087e85ed
21
21
github.com/invopop/jsonschema v0.13.0
22
22
github.com/jackc/pgx/v5 v5.7.5
23
23
github.com/knadh/koanf v1.5.0
24
24
github.com/mitchellh/mapstructure v1.5.0
25
- github.com/prometheus/client_golang v1.22 .0
25
+ github.com/prometheus/client_golang v1.23 .0
26
26
github.com/prometheus/client_model v0.6.2
27
- github.com/prometheus/common v0.64 .0
28
- github.com/redis/go-redis/v9 v9.8 .0
27
+ github.com/prometheus/common v0.65 .0
28
+ github.com/redis/go-redis/v9 v9.12 .0
29
29
github.com/rs/zerolog v1.34.0
30
30
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
31
31
github.com/spaolacci/murmur3 v1.1.0
32
- github.com/spf13/cast v1.8.0
32
+ github.com/spf13/cast v1.9.2
33
33
github.com/spf13/cobra v1.9.1
34
34
github.com/stretchr/testify v1.10.0
35
- github.com/testcontainers/testcontainers-go v0.37 .0
35
+ github.com/testcontainers/testcontainers-go v0.38 .0
36
36
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
37
- go.opentelemetry.io/otel v1.35 .0
38
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0
39
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0
40
- go.opentelemetry.io/otel/sdk v1.35 .0
41
- go.opentelemetry.io/otel/trace v1.35 .0
42
- golang.org/x/text v0.25 .0
43
- google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9
44
- google.golang.org/grpc v1.72.1
45
- google.golang.org/protobuf v1.36.6
37
+ go.opentelemetry.io/otel v1.37 .0
38
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37 .0
39
+ 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
46
46
gopkg.in/natefinch/lumberjack.v2 v2.2.1
47
47
gopkg.in/yaml.v3 v3.0.1
48
48
)
@@ -59,8 +59,11 @@ require (
59
59
github.com/boltdb/bolt v1.3.1 // indirect
60
60
github.com/buger/jsonparser v1.1.1 // indirect
61
61
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
62
+ github.com/cenkalti/backoff/v5 v5.0.2 // indirect
62
63
github.com/cespare/xxhash/v2 v2.3.0 // indirect
63
- github.com/cloudflare/circl v1.4.0 // indirect
64
+ github.com/cloudflare/circl v1.6.1 // indirect
65
+ github.com/containerd/errdefs v1.0.0 // indirect
66
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
64
67
github.com/containerd/log v0.1.0 // indirect
65
68
github.com/containerd/platforms v0.2.1 // indirect
66
69
github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -70,11 +73,11 @@ require (
70
73
github.com/davecgh/go-spew v1.1.1 // indirect
71
74
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
72
75
github.com/distribution/reference v0.6.0 // indirect
73
- github.com/docker/docker v28.0.1 +incompatible // indirect
76
+ github.com/docker/docker v28.2.2 +incompatible // indirect
74
77
github.com/docker/go-units v0.5.0 // indirect
75
- github.com/ebitengine/purego v0.8.2 // indirect
78
+ github.com/ebitengine/purego v0.8.4 // indirect
76
79
github.com/emirpasic/gods v1.18.1 // indirect
77
- github.com/expr-lang/expr v1.17.3 // indirect
80
+ github.com/expr-lang/expr v1.17.5 // indirect
78
81
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
79
82
github.com/fatih/color v1.18.0 // indirect
80
83
github.com/fatih/structs v1.1.0 // indirect
@@ -84,7 +87,7 @@ require (
84
87
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
85
88
github.com/go-git/go-billy/v5 v5.6.0 // indirect
86
89
github.com/go-git/go-git/v5 v5.13.0 // indirect
87
- github.com/go-logr/logr v1.4.2 // indirect
90
+ github.com/go-logr/logr v1.4.3 // indirect
88
91
github.com/go-logr/stdr v1.2.2 // indirect
89
92
github.com/go-ole/go-ole v1.3.0 // indirect
90
93
github.com/gogo/protobuf v1.3.2 // indirect
@@ -112,9 +115,10 @@ require (
112
115
github.com/mitchellh/copystructure v1.2.0 // indirect
113
116
github.com/mitchellh/reflectwalk v1.0.2 // indirect
114
117
github.com/moby/docker-image-spec v1.3.1 // indirect
118
+ github.com/moby/go-archive v0.1.0 // indirect
115
119
github.com/moby/patternmatcher v0.6.0 // indirect
116
120
github.com/moby/sys/sequential v0.6.0 // indirect
117
- github.com/moby/sys/user v0.3 .0 // indirect
121
+ github.com/moby/sys/user v0.4 .0 // indirect
118
122
github.com/moby/sys/userns v0.1.0 // indirect
119
123
github.com/moby/term v0.5.0 // indirect
120
124
github.com/morikuni/aec v1.0.0 // indirect
@@ -128,13 +132,13 @@ require (
128
132
github.com/pkg/errors v0.9.1 // indirect
129
133
github.com/pmezard/go-difflib v1.0.0 // indirect
130
134
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
131
- github.com/prometheus/procfs v0.15 .1 // indirect
135
+ github.com/prometheus/procfs v0.16 .1 // indirect
132
136
github.com/qri-io/jsonpointer v0.1.1 // indirect
133
137
github.com/qri-io/jsonschema v0.2.1 // indirect
134
138
github.com/robfig/cron/v3 v3.0.1 // indirect
135
139
github.com/russross/blackfriday/v2 v2.1.0 // indirect
136
140
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
137
- github.com/shirou/gopsutil/v4 v4.25.1 // indirect
141
+ github.com/shirou/gopsutil/v4 v4.25.5 // indirect
138
142
github.com/sirupsen/logrus v1.9.3 // indirect
139
143
github.com/skeema/knownhosts v1.3.0 // indirect
140
144
github.com/spf13/afero v1.11.0 // indirect
@@ -150,14 +154,14 @@ require (
150
154
github.com/yusufpapurcu/wmi v1.2.4 // indirect
151
155
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
152
156
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
153
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
154
- go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
157
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
158
+ go.opentelemetry.io/proto/otlp v1.7 .0 // indirect
155
159
go.uber.org/atomic v1.11.0 // indirect
156
- golang.org/x/crypto v0.38 .0 // indirect
157
- golang.org/x/net v0.40 .0 // indirect
158
- golang.org/x/sync v0.14 .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
159
163
golang.org/x/sys v0.33.0 // indirect
160
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
164
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
161
165
gopkg.in/warnings.v0 v0.1.2 // indirect
162
166
oras.land/oras-go/v2 v2.5.0 // indirect
163
167
)
0 commit comments