Skip to content

Commit b7e0a7c

Browse files
authored
Update deps (#28)
* Update SDK * Update direct deps
1 parent 93aeb90 commit b7e0a7c

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ go 1.24
55
require (
66
github.com/carlmjohnson/requests v0.24.3
77
github.com/corazawaf/libinjection-go v0.2.2
8-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.2
9-
github.com/getsentry/sentry-go v0.33.0
8+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.3
9+
github.com/getsentry/sentry-go v0.35.0
1010
github.com/hashicorp/go-hclog v1.6.3
1111
github.com/hashicorp/go-plugin v1.6.3
1212
github.com/jackc/pgx/v5 v5.7.5
13-
github.com/prometheus/client_golang v1.22.0
14-
github.com/spf13/cast v1.8.0
13+
github.com/prometheus/client_golang v1.23.0
14+
github.com/spf13/cast v1.9.2
1515
github.com/stretchr/testify v1.10.0
16-
google.golang.org/grpc v1.72.1
16+
google.golang.org/grpc v1.74.2
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
2323
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
24-
github.com/expr-lang/expr v1.17.3 // indirect
24+
github.com/expr-lang/expr v1.17.5 // indirect
2525
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
@@ -31,18 +31,18 @@ require (
3131
github.com/oklog/run v1.1.0 // indirect
3232
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
34-
github.com/prometheus/client_model v0.6.1 // indirect
35-
github.com/prometheus/common v0.62.0 // indirect
36-
github.com/prometheus/procfs v0.15.1 // indirect
37-
github.com/redis/go-redis/v9 v9.8.0 // indirect
34+
github.com/prometheus/client_model v0.6.2 // indirect
35+
github.com/prometheus/common v0.65.0 // indirect
36+
github.com/prometheus/procfs v0.16.1 // indirect
37+
github.com/redis/go-redis/v9 v9.12.0 // indirect
3838
github.com/rs/zerolog v1.34.0 // indirect
3939
github.com/tetratelabs/wazero v1.9.0 // indirect
4040
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07 // indirect
4141
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
4242
golang.org/x/net v0.40.0 // indirect
4343
golang.org/x/sys v0.33.0 // indirect
4444
golang.org/x/text v0.25.0 // indirect
45-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
46-
google.golang.org/protobuf v1.36.6 // indirect
45+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
46+
google.golang.org/protobuf v1.36.7 // indirect
4747
gopkg.in/yaml.v3 v3.0.1 // indirect
4848
)

go.sum

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

0 commit comments

Comments
 (0)