Skip to content

Commit 8c38532

Browse files
committed
Update deps
1 parent a9849fe commit 8c38532

File tree

2 files changed

+86
-65
lines changed

2 files changed

+86
-65
lines changed

go.mod

+26-21
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,50 @@
11
module github.com/gatewayd-io/gatewayd-plugin-sql-ids-ips
22

3-
go 1.22
3+
go 1.23.1
44

55
require (
6-
github.com/carlmjohnson/requests v0.23.5
7-
github.com/corazawaf/libinjection-go v0.1.3
8-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13
9-
github.com/getsentry/sentry-go v0.27.0
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
1010
github.com/hashicorp/go-hclog v1.6.3
1111
github.com/hashicorp/go-plugin v1.6.1
12-
github.com/jackc/pgx/v5 v5.5.5
13-
github.com/prometheus/client_golang v1.19.1
14-
github.com/spf13/cast v1.6.0
12+
github.com/jackc/pgx/v5 v5.7.1
13+
github.com/prometheus/client_golang v1.20.4
14+
github.com/spf13/cast v1.7.0
1515
github.com/stretchr/testify v1.9.0
16-
google.golang.org/grpc v1.64.0
16+
google.golang.org/grpc v1.67.0
1717
)
1818

1919
require (
2020
github.com/beorn7/perks v1.0.1 // indirect
2121
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2222
github.com/davecgh/go-spew v1.1.1 // indirect
23-
github.com/expr-lang/expr v1.16.7 // indirect
23+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
24+
github.com/expr-lang/expr v1.16.9 // indirect
2425
github.com/fatih/color v1.17.0 // indirect
2526
github.com/golang/protobuf v1.5.4 // indirect
26-
github.com/hashicorp/yamux v0.1.1 // indirect
27+
github.com/hashicorp/yamux v0.1.2 // indirect
28+
github.com/klauspost/compress v1.17.10 // indirect
2729
github.com/mattn/go-colorable v0.1.13 // indirect
2830
github.com/mattn/go-isatty v0.0.20 // indirect
2931
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
32+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3033
github.com/oklog/run v1.1.0 // indirect
3134
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
3235
github.com/pmezard/go-difflib v1.0.0 // indirect
3336
github.com/prometheus/client_model v0.6.1 // indirect
34-
github.com/prometheus/common v0.53.0 // indirect
35-
github.com/prometheus/procfs v0.14.0 // indirect
36-
github.com/rs/zerolog v1.32.0 // indirect
37-
github.com/tetratelabs/wazero v1.7.2 // indirect
38-
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb // indirect
39-
golang.org/x/net v0.25.0 // indirect
40-
golang.org/x/sys v0.20.0 // indirect
41-
golang.org/x/text v0.15.0 // indirect
42-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
43-
google.golang.org/protobuf v1.34.1 // indirect
37+
github.com/prometheus/common v0.59.1 // indirect
38+
github.com/prometheus/procfs v0.15.1 // indirect
39+
github.com/redis/go-redis/v9 v9.6.1 // indirect
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
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
4449
gopkg.in/yaml.v3 v3.0.1 // indirect
4550
)

go.sum

+60-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)