1
1
module github.com/gatewayd-io/gatewayd-plugin-sql-ids-ips
2
2
3
- go 1.23.1
3
+ go 1.23.3
4
4
5
5
require (
6
6
github.com/carlmjohnson/requests v0.24.2
7
7
github.com/corazawaf/libinjection-go v0.2.2
8
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.3
8
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.4
9
9
github.com/getsentry/sentry-go v0.29.1
10
10
github.com/hashicorp/go-hclog v1.6.3
11
- github.com/hashicorp/go-plugin v1.6.1
11
+ github.com/hashicorp/go-plugin v1.6.2
12
12
github.com/jackc/pgx/v5 v5.7.1
13
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.1
16
+ google.golang.org/grpc v1.68.0
17
17
)
18
18
19
19
require (
@@ -22,29 +22,28 @@ require (
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
24
github.com/expr-lang/expr v1.16.9 // indirect
25
- github.com/fatih/color v1.17 .0 // indirect
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
28
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
- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
32
31
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
33
32
github.com/oklog/run v1.1.0 // indirect
34
33
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
35
34
github.com/pmezard/go-difflib v1.0.0 // indirect
36
35
github.com/prometheus/client_model v0.6.1 // indirect
37
- github.com/prometheus/common v0.60.0 // indirect
36
+ github.com/prometheus/common v0.60.1 // indirect
38
37
github.com/prometheus/procfs v0.15.1 // indirect
39
38
github.com/redis/go-redis/v9 v9.7.0 // indirect
40
39
github.com/rs/zerolog v1.33.0 // indirect
41
40
github.com/tetratelabs/wazero v1.8.1 // indirect
42
41
github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 // indirect
43
42
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // 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
43
+ golang.org/x/net v0.31 .0 // indirect
44
+ golang.org/x/sys v0.27 .0 // indirect
45
+ golang.org/x/text v0.20 .0 // indirect
46
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
48
47
google.golang.org/protobuf v1.35.1 // indirect
49
48
gopkg.in/yaml.v3 v3.0.1 // indirect
50
49
)
0 commit comments