Skip to content

Commit 03fd9e7

Browse files
committed
Update deps
1 parent ad59d46 commit 03fd9e7

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

go.mod

+16-16
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ go 1.22
55
require (
66
github.com/carlmjohnson/requests v0.23.5
77
github.com/corazawaf/libinjection-go v0.1.3
8-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
8+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13
99
github.com/hashicorp/go-hclog v1.6.3
10-
github.com/hashicorp/go-plugin v1.6.0
10+
github.com/hashicorp/go-plugin v1.6.1
1111
github.com/jackc/pgx/v5 v5.5.5
12-
github.com/prometheus/client_golang v1.19.0
12+
github.com/prometheus/client_golang v1.19.1
1313
github.com/spf13/cast v1.6.0
14-
github.com/stretchr/testify v1.8.4
15-
google.golang.org/grpc v1.63.0
14+
github.com/stretchr/testify v1.9.0
15+
google.golang.org/grpc v1.64.0
1616
)
1717

1818
require (
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2121
github.com/davecgh/go-spew v1.1.1 // indirect
22-
github.com/expr-lang/expr v1.16.3 // indirect
23-
github.com/fatih/color v1.16.0 // indirect
22+
github.com/expr-lang/expr v1.16.7 // indirect
23+
github.com/fatih/color v1.17.0 // indirect
2424
github.com/golang/protobuf v1.5.4 // indirect
2525
github.com/hashicorp/yamux v0.1.1 // indirect
2626
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -30,15 +30,15 @@ require (
3030
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
3131
github.com/pmezard/go-difflib v1.0.0 // indirect
3232
github.com/prometheus/client_model v0.6.1 // indirect
33-
github.com/prometheus/common v0.52.2 // indirect
34-
github.com/prometheus/procfs v0.13.0 // indirect
33+
github.com/prometheus/common v0.53.0 // indirect
34+
github.com/prometheus/procfs v0.14.0 // indirect
3535
github.com/rs/zerolog v1.32.0 // indirect
36-
github.com/tetratelabs/wazero v1.7.0 // indirect
37-
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 // indirect
38-
golang.org/x/net v0.24.0 // indirect
39-
golang.org/x/sys v0.19.0 // indirect
40-
golang.org/x/text v0.14.0 // indirect
41-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
42-
google.golang.org/protobuf v1.33.0 // indirect
36+
github.com/tetratelabs/wazero v1.7.2 // indirect
37+
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb // indirect
38+
golang.org/x/net v0.25.0 // indirect
39+
golang.org/x/sys v0.20.0 // indirect
40+
golang.org/x/text v0.15.0 // indirect
41+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
42+
google.golang.org/protobuf v1.34.1 // indirect
4343
gopkg.in/yaml.v3 v3.0.1 // indirect
4444
)

go.sum

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

0 commit comments

Comments
 (0)