@@ -4,16 +4,16 @@ go 1.23.1
4
4
5
5
require (
6
6
github.com/carlmjohnson/requests v0.24.2
7
- github.com/corazawaf/libinjection-go v0.2.1
8
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.2
9
- github.com/getsentry/sentry-go v0.29.0
7
+ github.com/corazawaf/libinjection-go v0.2.2
8
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.3
9
+ github.com/getsentry/sentry-go v0.29.1
10
10
github.com/hashicorp/go-hclog v1.6.3
11
11
github.com/hashicorp/go-plugin v1.6.1
12
12
github.com/jackc/pgx/v5 v5.7.1
13
- github.com/prometheus/client_golang v1.20.4
13
+ github.com/prometheus/client_golang v1.20.5
14
14
github.com/spf13/cast v1.7.0
15
15
github.com/stretchr/testify v1.9.0
16
- google.golang.org/grpc v1.67.0
16
+ google.golang.org/grpc v1.67.1
17
17
)
18
18
19
19
require (
@@ -25,7 +25,7 @@ require (
25
25
github.com/fatih/color v1.17.0 // indirect
26
26
github.com/golang/protobuf v1.5.4 // indirect
27
27
github.com/hashicorp/yamux v0.1.2 // indirect
28
- github.com/klauspost/compress v1.17.10 // indirect
28
+ github.com/klauspost/compress v1.17.11 // indirect
29
29
github.com/mattn/go-colorable v0.1.13 // indirect
30
30
github.com/mattn/go-isatty v0.0.20 // indirect
31
31
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -34,17 +34,17 @@ require (
34
34
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
35
35
github.com/pmezard/go-difflib v1.0.0 // indirect
36
36
github.com/prometheus/client_model v0.6.1 // indirect
37
- github.com/prometheus/common v0.59.1 // indirect
37
+ github.com/prometheus/common v0.60.0 // indirect
38
38
github.com/prometheus/procfs v0.15.1 // indirect
39
- github.com/redis/go-redis/v9 v9.6.1 // indirect
39
+ github.com/redis/go-redis/v9 v9.7.0 // indirect
40
40
github.com/rs/zerolog v1.33.0 // indirect
41
- github.com/tetratelabs/wazero v1.8.0 // indirect
42
- github.com/wasilibs/go-pgquery v0.0.0-20240826014338-9ea9e19d01fd // indirect
41
+ github.com/tetratelabs/wazero v1.8.1 // indirect
42
+ github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 // indirect
43
43
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
44
- golang.org/x/net v0.29 .0 // indirect
45
- golang.org/x/sys v0.25 .0 // indirect
46
- golang.org/x/text v0.18 .0 // indirect
47
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect
48
- google.golang.org/protobuf v1.34.2 // indirect
44
+ golang.org/x/net v0.30 .0 // indirect
45
+ golang.org/x/sys v0.26 .0 // indirect
46
+ golang.org/x/text v0.19 .0 // indirect
47
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
48
+ google.golang.org/protobuf v1.35.1 // indirect
49
49
gopkg.in/yaml.v3 v3.0.1 // indirect
50
50
)
0 commit comments