Skip to content

Commit 039f2db

Browse files
committed
Update deps
1 parent ff511fe commit 039f2db

File tree

2 files changed

+23
-68
lines changed

2 files changed

+23
-68
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ module github.com/gatewayd-io/gatewayd-plugin-js
33
go 1.23.3
44

55
require (
6-
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
7-
github.com/dop251/goja_nodejs v0.0.0-20240221231712-27eeffc9c235
6+
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd
7+
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc
88
github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.4
9-
github.com/getsentry/sentry-go v0.27.0
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.2
1212
github.com/prometheus/client_golang v1.20.5
13-
github.com/spf13/cast v1.6.0
13+
github.com/spf13/cast v1.7.0
1414
github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4
15-
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
15+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
1616
google.golang.org/grpc v1.68.0
1717
)
1818

1919
require (
2020
github.com/beorn7/perks v1.0.1 // indirect
2121
github.com/cespare/xxhash/v2 v2.3.0 // indirect
22-
github.com/dlclark/regexp2 v1.11.0 // indirect
22+
github.com/dlclark/regexp2 v1.11.4 // indirect
2323
github.com/fatih/color v1.18.0 // indirect
2424
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
2525
github.com/golang/protobuf v1.5.4 // indirect
26-
github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f // indirect
26+
github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 // indirect
2727
github.com/hashicorp/yamux v0.1.2 // indirect
2828
github.com/klauspost/compress v1.17.11 // indirect
2929
github.com/mattn/go-colorable v0.1.13 // indirect

go.sum

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

0 commit comments

Comments
 (0)