@@ -5,23 +5,23 @@ go 1.24
5
5
require (
6
6
github.com/carlmjohnson/requests v0.24.3
7
7
github.com/corazawaf/libinjection-go v0.2.2
8
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.2
9
- github.com/getsentry/sentry-go v0.33 .0
8
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.3
9
+ github.com/getsentry/sentry-go v0.35 .0
10
10
github.com/hashicorp/go-hclog v1.6.3
11
11
github.com/hashicorp/go-plugin v1.6.3
12
12
github.com/jackc/pgx/v5 v5.7.5
13
- github.com/prometheus/client_golang v1.22 .0
14
- github.com/spf13/cast v1.8.0
13
+ github.com/prometheus/client_golang v1.23 .0
14
+ github.com/spf13/cast v1.9.2
15
15
github.com/stretchr/testify v1.10.0
16
- google.golang.org/grpc v1.72.1
16
+ google.golang.org/grpc v1.74.2
17
17
)
18
18
19
19
require (
20
20
github.com/beorn7/perks v1.0.1 // indirect
21
21
github.com/cespare/xxhash/v2 v2.3.0 // indirect
22
22
github.com/davecgh/go-spew v1.1.1 // indirect
23
23
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
24
- github.com/expr-lang/expr v1.17.3 // indirect
24
+ github.com/expr-lang/expr v1.17.5 // indirect
25
25
github.com/fatih/color v1.18.0 // indirect
26
26
github.com/golang/protobuf v1.5.4 // indirect
27
27
github.com/hashicorp/yamux v0.1.2 // indirect
@@ -31,18 +31,18 @@ require (
31
31
github.com/oklog/run v1.1.0 // indirect
32
32
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
33
33
github.com/pmezard/go-difflib v1.0.0 // indirect
34
- github.com/prometheus/client_model v0.6.1 // indirect
35
- github.com/prometheus/common v0.62 .0 // indirect
36
- github.com/prometheus/procfs v0.15 .1 // indirect
37
- github.com/redis/go-redis/v9 v9.8 .0 // indirect
34
+ github.com/prometheus/client_model v0.6.2 // indirect
35
+ github.com/prometheus/common v0.65 .0 // indirect
36
+ github.com/prometheus/procfs v0.16 .1 // indirect
37
+ github.com/redis/go-redis/v9 v9.12 .0 // indirect
38
38
github.com/rs/zerolog v1.34.0 // indirect
39
39
github.com/tetratelabs/wazero v1.9.0 // indirect
40
40
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07 // indirect
41
41
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
42
42
golang.org/x/net v0.40.0 // indirect
43
43
golang.org/x/sys v0.33.0 // indirect
44
44
golang.org/x/text v0.25.0 // indirect
45
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
46
- google.golang.org/protobuf v1.36.6 // indirect
45
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
46
+ google.golang.org/protobuf v1.36.7 // indirect
47
47
gopkg.in/yaml.v3 v3.0.1 // indirect
48
48
)
0 commit comments