|
1 | 1 | module github.com/gatewayd-io/gatewayd-plugin-sql-ids-ips
|
2 | 2 |
|
3 |
| -go 1.23.3 |
| 3 | +go 1.24 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/carlmjohnson/requests v0.24.2 |
| 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.3.4 |
9 |
| - github.com/getsentry/sentry-go v0.29.1 |
| 8 | + github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.2 |
| 9 | + github.com/getsentry/sentry-go v0.33.0 |
10 | 10 | github.com/hashicorp/go-hclog v1.6.3
|
11 |
| - github.com/hashicorp/go-plugin v1.6.2 |
12 |
| - github.com/jackc/pgx/v5 v5.7.1 |
13 |
| - github.com/prometheus/client_golang v1.20.5 |
14 |
| - github.com/spf13/cast v1.7.0 |
15 |
| - github.com/stretchr/testify v1.9.0 |
16 |
| - google.golang.org/grpc v1.68.0 |
| 11 | + github.com/hashicorp/go-plugin v1.6.3 |
| 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 |
| 15 | + github.com/stretchr/testify v1.10.0 |
| 16 | + google.golang.org/grpc v1.72.1 |
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.16.9 // indirect |
| 24 | + github.com/expr-lang/expr v1.17.3 // 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
|
28 |
| - github.com/klauspost/compress v1.17.11 // indirect |
29 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
| 28 | + github.com/mattn/go-colorable v0.1.14 // indirect |
30 | 29 | github.com/mattn/go-isatty v0.0.20 // indirect
|
31 | 30 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
32 | 31 | github.com/oklog/run v1.1.0 // indirect
|
33 |
| - github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect |
| 32 | + github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect |
34 | 33 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
35 | 34 | github.com/prometheus/client_model v0.6.1 // indirect
|
36 |
| - github.com/prometheus/common v0.60.1 // indirect |
| 35 | + github.com/prometheus/common v0.62.0 // indirect |
37 | 36 | github.com/prometheus/procfs v0.15.1 // indirect
|
38 |
| - github.com/redis/go-redis/v9 v9.7.0 // indirect |
39 |
| - github.com/rs/zerolog v1.33.0 // indirect |
40 |
| - github.com/tetratelabs/wazero v1.8.1 // indirect |
41 |
| - github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 // indirect |
42 |
| - github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect |
43 |
| - golang.org/x/net v0.33.0 // indirect |
44 |
| - golang.org/x/sys v0.28.0 // indirect |
45 |
| - golang.org/x/text v0.21.0 // indirect |
46 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
47 |
| - google.golang.org/protobuf v1.35.1 // indirect |
| 37 | + github.com/redis/go-redis/v9 v9.8.0 // indirect |
| 38 | + github.com/rs/zerolog v1.34.0 // indirect |
| 39 | + github.com/tetratelabs/wazero v1.9.0 // indirect |
| 40 | + github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07 // indirect |
| 41 | + github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect |
| 42 | + golang.org/x/net v0.40.0 // indirect |
| 43 | + golang.org/x/sys v0.33.0 // indirect |
| 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 |
48 | 47 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
49 | 48 | )
|
0 commit comments