Skip to content

Commit a1511a8

Browse files
authored
Update deps (#26)
1 parent 4262a2d commit a1511a8

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

go.mod

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ go 1.23.1
44

55
require (
66
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
1010
github.com/hashicorp/go-hclog v1.6.3
1111
github.com/hashicorp/go-plugin v1.6.1
1212
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
1414
github.com/spf13/cast v1.7.0
1515
github.com/stretchr/testify v1.9.0
16-
google.golang.org/grpc v1.67.0
16+
google.golang.org/grpc v1.67.1
1717
)
1818

1919
require (
@@ -25,7 +25,7 @@ require (
2525
github.com/fatih/color v1.17.0 // indirect
2626
github.com/golang/protobuf v1.5.4 // indirect
2727
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
2929
github.com/mattn/go-colorable v0.1.13 // indirect
3030
github.com/mattn/go-isatty v0.0.20 // indirect
3131
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -34,17 +34,17 @@ require (
3434
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
3535
github.com/pmezard/go-difflib v1.0.0 // indirect
3636
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
3838
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
4040
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
4343
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
4949
gopkg.in/yaml.v3 v3.0.1 // indirect
5050
)

go.sum

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

0 commit comments

Comments
 (0)