Skip to content

Commit 7a331cd

Browse files
authored
Update deps (#27)
* Update SDK * Update Go version
1 parent dc2f7ee commit 7a331cd

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

go.mod

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/gatewayd-io/gatewayd-plugin-sql-ids-ips
22

3-
go 1.23.1
3+
go 1.23.3
44

55
require (
66
github.com/carlmjohnson/requests v0.24.2
77
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
99
github.com/getsentry/sentry-go v0.29.1
1010
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
1212
github.com/jackc/pgx/v5 v5.7.1
1313
github.com/prometheus/client_golang v1.20.5
1414
github.com/spf13/cast v1.7.0
1515
github.com/stretchr/testify v1.9.0
16-
google.golang.org/grpc v1.67.1
16+
google.golang.org/grpc v1.68.0
1717
)
1818

1919
require (
@@ -22,29 +22,28 @@ require (
2222
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2424
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
2626
github.com/golang/protobuf v1.5.4 // indirect
2727
github.com/hashicorp/yamux v0.1.2 // indirect
2828
github.com/klauspost/compress v1.17.11 // indirect
2929
github.com/mattn/go-colorable v0.1.13 // indirect
3030
github.com/mattn/go-isatty v0.0.20 // indirect
31-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3231
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3332
github.com/oklog/run v1.1.0 // indirect
3433
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
3534
github.com/pmezard/go-difflib v1.0.0 // indirect
3635
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
3837
github.com/prometheus/procfs v0.15.1 // indirect
3938
github.com/redis/go-redis/v9 v9.7.0 // indirect
4039
github.com/rs/zerolog v1.33.0 // indirect
4140
github.com/tetratelabs/wazero v1.8.1 // indirect
4241
github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 // indirect
4342
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
4847
google.golang.org/protobuf v1.35.1 // indirect
4948
gopkg.in/yaml.v3 v3.0.1 // indirect
5049
)

go.sum

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

0 commit comments

Comments
 (0)