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

Lines changed: 15 additions & 15 deletions
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

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)