|
1 | 1 | module github.com/gatewayd-io/gatewayd-plugin-cache |
2 | 2 |
|
3 | | -go 1.23.1 |
| 3 | +go 1.23.3 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/alicebob/miniredis/v2 v2.30.5 |
7 | | - github.com/gatewayd-io/gatewayd v0.9.7 |
8 | | - github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.1 |
9 | | - github.com/getsentry/sentry-go v0.28.1 |
| 6 | + github.com/alicebob/miniredis/v2 v2.33.0 |
| 7 | + github.com/gatewayd-io/gatewayd v0.9.10 |
| 8 | + github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.4 |
| 9 | + github.com/getsentry/sentry-go v0.29.1 |
10 | 10 | github.com/go-co-op/gocron v1.37.0 |
11 | 11 | github.com/go-redis/redis/v8 v8.11.5 |
12 | 12 | github.com/hashicorp/go-hclog v1.6.3 |
13 | | - github.com/hashicorp/go-plugin v1.6.1 |
14 | | - github.com/jackc/pgx/v5 v5.7.0 |
15 | | - github.com/prometheus/client_golang v1.20.3 |
| 13 | + github.com/hashicorp/go-plugin v1.6.2 |
| 14 | + github.com/jackc/pgx/v5 v5.7.1 |
| 15 | + github.com/prometheus/client_golang v1.20.5 |
16 | 16 | github.com/spf13/cast v1.7.0 |
17 | 17 | github.com/stretchr/testify v1.9.0 |
18 | 18 | github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04 |
19 | | - google.golang.org/grpc v1.66.0 |
20 | | - google.golang.org/protobuf v1.34.2 |
| 19 | + google.golang.org/grpc v1.68.0 |
| 20 | + google.golang.org/protobuf v1.35.1 |
21 | 21 | ) |
22 | 22 |
|
23 | 23 | require ( |
24 | | - github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
| 24 | + github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect |
25 | 25 | github.com/beorn7/perks v1.0.1 // indirect |
26 | 26 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
27 | 27 | github.com/davecgh/go-spew v1.1.1 // indirect |
28 | 28 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
29 | 29 | github.com/expr-lang/expr v1.16.9 // indirect |
30 | | - github.com/fatih/color v1.17.0 // indirect |
| 30 | + github.com/fatih/color v1.18.0 // indirect |
31 | 31 | github.com/golang/protobuf v1.5.4 // indirect |
32 | 32 | github.com/google/uuid v1.6.0 // indirect |
33 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect |
34 | | - github.com/hashicorp/yamux v0.1.1 // indirect |
35 | | - github.com/klauspost/compress v1.17.9 // indirect |
| 33 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect |
| 34 | + github.com/hashicorp/yamux v0.1.2 // indirect |
| 35 | + github.com/klauspost/compress v1.17.11 // indirect |
36 | 36 | github.com/mattn/go-colorable v0.1.13 // indirect |
37 | 37 | github.com/mattn/go-isatty v0.0.20 // indirect |
38 | | - github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
39 | 38 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
40 | 39 | github.com/oklog/run v1.1.0 // indirect |
| 40 | + github.com/onsi/gomega v1.27.10 // indirect |
41 | 41 | github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect |
42 | 42 | github.com/pmezard/go-difflib v1.0.0 // indirect |
43 | 43 | github.com/prometheus/client_model v0.6.1 // indirect |
44 | | - github.com/prometheus/common v0.59.1 // indirect |
| 44 | + github.com/prometheus/common v0.60.1 // indirect |
45 | 45 | github.com/prometheus/procfs v0.15.1 // indirect |
46 | | - github.com/redis/go-redis/v9 v9.6.1 // indirect |
| 46 | + github.com/redis/go-redis/v9 v9.7.0 // indirect |
47 | 47 | github.com/robfig/cron/v3 v3.0.1 // indirect |
| 48 | + github.com/rogpeppe/go-internal v1.12.0 // indirect |
48 | 49 | github.com/rs/zerolog v1.33.0 // indirect |
49 | | - github.com/tetratelabs/wazero v1.8.0 // indirect |
50 | | - github.com/wasilibs/go-pgquery v0.0.0-20240826014338-9ea9e19d01fd // indirect |
| 50 | + github.com/tetratelabs/wazero v1.8.1 // indirect |
| 51 | + github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 // indirect |
51 | 52 | github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect |
52 | | - github.com/yuin/gopher-lua v1.1.0 // indirect |
| 53 | + github.com/yuin/gopher-lua v1.1.1 // indirect |
53 | 54 | go.uber.org/atomic v1.11.0 // indirect |
54 | | - golang.org/x/net v0.29.0 // indirect |
55 | | - golang.org/x/sys v0.25.0 // indirect |
56 | | - golang.org/x/text v0.18.0 // indirect |
57 | | - google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect |
58 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect |
| 55 | + golang.org/x/net v0.31.0 // indirect |
| 56 | + golang.org/x/sys v0.27.0 // indirect |
| 57 | + golang.org/x/text v0.20.0 // indirect |
| 58 | + google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
| 59 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
59 | 60 | gopkg.in/yaml.v3 v3.0.1 // indirect |
60 | 61 | ) |
0 commit comments