|
1 | 1 | module github.com/gatewayd-io/gatewayd-plugin-js
|
2 | 2 |
|
3 |
| -go 1.22 |
| 3 | +go 1.23.3 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/dop251/goja v0.0.0-20240220182346-e401ed450204 |
7 |
| - github.com/dop251/goja_nodejs v0.0.0-20240221231712-27eeffc9c235 |
8 |
| - github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13 |
9 |
| - github.com/getsentry/sentry-go v0.27.0 |
| 6 | + github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd |
| 7 | + github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc |
| 8 | + github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.4 |
| 9 | + github.com/getsentry/sentry-go v0.29.1 |
10 | 10 | github.com/hashicorp/go-hclog v1.6.3
|
11 |
| - github.com/hashicorp/go-plugin v1.6.1 |
12 |
| - github.com/prometheus/client_golang v1.19.1 |
13 |
| - github.com/spf13/cast v1.6.0 |
14 |
| - github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb |
15 |
| - golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 |
16 |
| - google.golang.org/grpc v1.64.0 |
| 11 | + github.com/hashicorp/go-plugin v1.6.2 |
| 12 | + github.com/prometheus/client_golang v1.20.5 |
| 13 | + github.com/spf13/cast v1.7.0 |
| 14 | + github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 |
| 15 | + golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f |
| 16 | + google.golang.org/grpc v1.68.0 |
17 | 17 | )
|
18 | 18 |
|
19 | 19 | require (
|
20 | 20 | github.com/beorn7/perks v1.0.1 // indirect
|
21 | 21 | github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
22 |
| - github.com/dlclark/regexp2 v1.11.0 // indirect |
23 |
| - github.com/fatih/color v1.17.0 // indirect |
| 22 | + github.com/dlclark/regexp2 v1.11.4 // indirect |
| 23 | + github.com/fatih/color v1.18.0 // indirect |
24 | 24 | github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
25 | 25 | github.com/golang/protobuf v1.5.4 // indirect
|
26 |
| - github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f // indirect |
27 |
| - github.com/hashicorp/yamux v0.1.1 // indirect |
| 26 | + github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 // indirect |
| 27 | + github.com/hashicorp/yamux v0.1.2 // indirect |
| 28 | + github.com/klauspost/compress v1.17.11 // indirect |
28 | 29 | github.com/mattn/go-colorable v0.1.13 // indirect
|
29 | 30 | github.com/mattn/go-isatty v0.0.20 // indirect
|
30 |
| - github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
| 31 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
31 | 32 | github.com/oklog/run v1.1.0 // indirect
|
32 | 33 | github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
|
33 | 34 | github.com/prometheus/client_model v0.6.1 // indirect
|
34 |
| - github.com/prometheus/common v0.53.0 // indirect |
35 |
| - github.com/prometheus/procfs v0.14.0 // indirect |
36 |
| - github.com/rs/zerolog v1.32.0 // indirect |
37 |
| - github.com/tetratelabs/wazero v1.7.2 // 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 |
| 35 | + github.com/prometheus/common v0.60.1 // indirect |
| 36 | + github.com/prometheus/procfs v0.15.1 // indirect |
| 37 | + github.com/rs/zerolog v1.33.0 // indirect |
| 38 | + github.com/tetratelabs/wazero v1.8.1 // indirect |
| 39 | + github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect |
| 40 | + golang.org/x/net v0.31.0 // indirect |
| 41 | + golang.org/x/sys v0.27.0 // indirect |
| 42 | + golang.org/x/text v0.20.0 // indirect |
| 43 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
| 44 | + google.golang.org/protobuf v1.35.1 // indirect |
43 | 45 | )
|
0 commit comments