@@ -9,47 +9,46 @@ require (
9
9
github.com/cybercyst/go-scaffold v0.0.0-20240606114431-816e6211c151
10
10
github.com/docker/go-connections v0.5.0
11
11
github.com/envoyproxy/protoc-gen-validate v1.2.1
12
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.1
13
- github.com/getsentry/sentry-go v0.31.1
12
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.2
13
+ github.com/getsentry/sentry-go v0.33.0
14
14
github.com/go-co-op/gocron v1.37.0
15
15
github.com/google/go-github/v68 v68.0.0
16
16
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
17
17
github.com/hashicorp/go-hclog v1.6.3
18
18
github.com/hashicorp/go-plugin v1.6.3
19
- github.com/hashicorp/raft v1.7.2
19
+ github.com/hashicorp/raft v1.7.3
20
20
github.com/hashicorp/raft-boltdb v0.0.0-20250225060035-8f7048cdfa53
21
21
github.com/invopop/jsonschema v0.13.0
22
- github.com/jackc/pgx/v5 v5.7.2
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.21.1
26
- github.com/prometheus/client_model v0.6.1
27
- github.com/prometheus/common v0.62 .0
28
- github.com/redis/go-redis/v9 v9.7.1
29
- github.com/rs/zerolog v1.33 .0
25
+ github.com/prometheus/client_golang v1.22.0
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
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.7.1
32
+ github.com/spf13/cast v1.8.0
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.35 .0
35
+ github.com/testcontainers/testcontainers-go v0.37 .0
36
36
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
37
- go.opentelemetry.io/otel v1.34 .0
38
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0
39
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0
40
- go.opentelemetry.io/otel/sdk v1.34 .0
41
- go.opentelemetry.io/otel/trace v1.34 .0
42
- golang.org/x/text v0.22 .0
43
- google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
44
- google.golang.org/grpc v1.71.0
45
- google.golang.org/protobuf v1.36.5
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
46
46
gopkg.in/natefinch/lumberjack.v2 v2.2.1
47
47
gopkg.in/yaml.v3 v3.0.1
48
48
)
49
49
50
50
require (
51
- dario.cat/mergo v1.0.0 // indirect
52
- github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
51
+ dario.cat/mergo v1.0.1 // indirect
53
52
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
54
53
github.com/Microsoft/go-winio v0.6.2 // indirect
55
54
github.com/ProtonMail/go-crypto v1.1.3 // indirect
@@ -71,10 +70,11 @@ require (
71
70
github.com/davecgh/go-spew v1.1.1 // indirect
72
71
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
73
72
github.com/distribution/reference v0.6.0 // indirect
74
- github.com/docker/docker v27.3 .1+incompatible // indirect
73
+ github.com/docker/docker v28.0 .1+incompatible // indirect
75
74
github.com/docker/go-units v0.5.0 // indirect
75
+ github.com/ebitengine/purego v0.8.2 // indirect
76
76
github.com/emirpasic/gods v1.18.1 // indirect
77
- github.com/expr-lang/expr v1.16.9 // indirect
77
+ github.com/expr-lang/expr v1.17.3 // indirect
78
78
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
79
79
github.com/fatih/color v1.18.0 // indirect
80
80
github.com/fatih/structs v1.1.0 // indirect
@@ -102,10 +102,10 @@ require (
102
102
github.com/inconshreveable/mousetrap v1.1.0 // indirect
103
103
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
104
104
github.com/kevinburke/ssh_config v1.2.0 // indirect
105
- github.com/klauspost/compress v1.17.11 // indirect
105
+ github.com/klauspost/compress v1.18.0 // indirect
106
106
github.com/kylelemons/godebug v1.1.0 // indirect
107
107
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
108
- github.com/magiconair/properties v1.8.7 // indirect
108
+ github.com/magiconair/properties v1.8.10 // indirect
109
109
github.com/mailru/easyjson v0.7.7 // indirect
110
110
github.com/mattn/go-colorable v0.1.14 // indirect
111
111
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -121,9 +121,9 @@ require (
121
121
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
122
122
github.com/oklog/run v1.1.0 // indirect
123
123
github.com/opencontainers/go-digest v1.0.0 // indirect
124
- github.com/opencontainers/image-spec v1.1.0 // indirect
124
+ github.com/opencontainers/image-spec v1.1.1 // indirect
125
125
github.com/pelletier/go-toml v1.9.5 // indirect
126
- github.com/pganalyze/pg_query_go/v6 v6.0 .0 // indirect
126
+ github.com/pganalyze/pg_query_go/v6 v6.1 .0 // indirect
127
127
github.com/pjbgf/sha1cd v0.3.0 // indirect
128
128
github.com/pkg/errors v0.9.1 // indirect
129
129
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -134,8 +134,7 @@ require (
134
134
github.com/robfig/cron/v3 v3.0.1 // indirect
135
135
github.com/russross/blackfriday/v2 v2.1.0 // indirect
136
136
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
137
- github.com/shirou/gopsutil/v3 v3.24.5 // indirect
138
- github.com/shoenig/go-m1cpu v0.1.6 // indirect
137
+ github.com/shirou/gopsutil/v4 v4.25.1 // indirect
139
138
github.com/sirupsen/logrus v1.9.3 // indirect
140
139
github.com/skeema/knownhosts v1.3.0 // indirect
141
140
github.com/spf13/afero v1.11.0 // indirect
@@ -144,23 +143,23 @@ require (
144
143
github.com/tetratelabs/wazero v1.9.0 // indirect
145
144
github.com/tklauser/go-sysconf v0.3.14 // indirect
146
145
github.com/tklauser/numcpus v0.8.0 // indirect
147
- github.com/wasilibs/go-pgquery v0.0.0-20250219053243-148840c597e6 // indirect
146
+ github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07 // indirect
148
147
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
149
148
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
150
149
github.com/xanzy/ssh-agent v0.3.3 // indirect
151
150
github.com/yusufpapurcu/wmi v1.2.4 // indirect
152
151
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
153
152
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
154
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
153
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
155
154
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
156
155
go.uber.org/atomic v1.11.0 // indirect
157
- golang.org/x/crypto v0.35 .0 // indirect
158
- golang.org/x/net v0.35 .0 // indirect
159
- golang.org/x/sync v0.11 .0 // indirect
160
- golang.org/x/sys v0.30 .0 // indirect
161
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // 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
159
+ golang.org/x/sys v0.33 .0 // indirect
160
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
162
161
gopkg.in/warnings.v0 v0.1.2 // indirect
163
162
oras.land/oras-go/v2 v2.5.0 // indirect
164
163
)
165
164
166
- replace github.com/imdario/mergo => dario.cat/mergo v1.0.1
165
+ replace github.com/imdario/mergo => dario.cat/mergo v1.0.2
0 commit comments