@@ -5,39 +5,39 @@ go 1.22
55require (
66 github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
77 github.com/dop251/goja_nodejs v0.0.0-20240221231712-27eeffc9c235
8- github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.8
8+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
99 github.com/getsentry/sentry-go v0.27.0
10- github.com/hashicorp/go-hclog v1.6.2
10+ github.com/hashicorp/go-hclog v1.6.3
1111 github.com/hashicorp/go-plugin v1.6.0
1212 github.com/prometheus/client_golang v1.19.0
1313 github.com/spf13/cast v1.6.0
14- github.com/wasilibs/go-pgquery v0.0.0-20240312013253-ea2c9a5ef70c
15- golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
16- google.golang.org/grpc v1.62.1
14+ github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7
15+ golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
16+ google.golang.org/grpc v1.63.0
1717)
1818
1919require (
2020 github.com/beorn7/perks v1.0.1 // indirect
21- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
21+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
2222 github.com/dlclark/regexp2 v1.11.0 // indirect
2323 github.com/fatih/color v1.16.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-20240227163752-401108e1b7e7 // indirect
26+ github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f // indirect
2727 github.com/hashicorp/yamux v0.1.1 // indirect
2828 github.com/mattn/go-colorable v0.1.13 // indirect
2929 github.com/mattn/go-isatty v0.0.20 // indirect
3030 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3131 github.com/oklog/run v1.1.0 // indirect
3232 github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
33- github.com/prometheus/client_model v0.6.0 // indirect
34- github.com/prometheus/common v0.50.0 // indirect
33+ github.com/prometheus/client_model v0.6.1 // indirect
34+ github.com/prometheus/common v0.52.2 // indirect
3535 github.com/prometheus/procfs v0.13.0 // indirect
3636 github.com/rs/zerolog v1.32.0 // indirect
37- github.com/tetratelabs/wazero v1.7.0-pre.1.0.20240312010644-4242b5e21147 // indirect
38- golang.org/x/net v0.22 .0 // indirect
39- golang.org/x/sys v0.18 .0 // indirect
37+ github.com/tetratelabs/wazero v1.7.0 // indirect
38+ golang.org/x/net v0.24 .0 // indirect
39+ golang.org/x/sys v0.19 .0 // indirect
4040 golang.org/x/text v0.14.0 // indirect
41- google.golang.org/genproto/googleapis/rpc v0.0.0-20240314204616-9694c7771956 // indirect
41+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
4242 google.golang.org/protobuf v1.33.0 // indirect
4343)
0 commit comments