Skip to content

Commit 9ed4826

Browse files
authored
Update deps (#10)
* Update SDK * Update direct deps
1 parent 984b672 commit 9ed4826

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
@@ -3,17 +3,17 @@ module github.com/gatewayd-io/gatewayd-plugin-js
33
go 1.24
44

55
require (
6-
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c
6+
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994
77
github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0
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
12-
github.com/prometheus/client_golang v1.22.0
13-
github.com/spf13/cast v1.8.0
12+
github.com/prometheus/client_golang v1.23.0
13+
github.com/spf13/cast v1.9.2
1414
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07
15-
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
16-
google.golang.org/grpc v1.72.1
15+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
16+
google.golang.org/grpc v1.74.2
1717
)
1818

1919
require (
@@ -30,15 +30,15 @@ require (
3030
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3131
github.com/oklog/run v1.1.0 // indirect
3232
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
33-
github.com/prometheus/client_model v0.6.1 // indirect
34-
github.com/prometheus/common v0.62.0 // indirect
35-
github.com/prometheus/procfs v0.15.1 // indirect
33+
github.com/prometheus/client_model v0.6.2 // indirect
34+
github.com/prometheus/common v0.65.0 // indirect
35+
github.com/prometheus/procfs v0.16.1 // indirect
3636
github.com/rs/zerolog v1.34.0 // indirect
3737
github.com/tetratelabs/wazero v1.9.0 // indirect
3838
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
3939
golang.org/x/net v0.40.0 // indirect
4040
golang.org/x/sys v0.33.0 // indirect
4141
golang.org/x/text v0.25.0 // indirect
42-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
43-
google.golang.org/protobuf v1.36.6 // indirect
42+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
43+
google.golang.org/protobuf v1.36.7 // indirect
4444
)

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)