Skip to content

Commit ee18714

Browse files
authored
Update deps (#85)
* Update SDK * Update Go version * Update deps
1 parent 4eb2b42 commit ee18714

File tree

2 files changed

+81
-88
lines changed

2 files changed

+81
-88
lines changed

Diff for: go.mod

+27-26
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,61 @@
11
module github.com/gatewayd-io/gatewayd-plugin-cache
22

3-
go 1.23.1
3+
go 1.23.3
44

55
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
1010
github.com/go-co-op/gocron v1.37.0
1111
github.com/go-redis/redis/v8 v8.11.5
1212
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
1616
github.com/spf13/cast v1.7.0
1717
github.com/stretchr/testify v1.9.0
1818
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
2121
)
2222

2323
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
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2929
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
3131
github.com/golang/protobuf v1.5.4 // indirect
3232
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
3636
github.com/mattn/go-colorable v0.1.13 // indirect
3737
github.com/mattn/go-isatty v0.0.20 // indirect
38-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3938
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4039
github.com/oklog/run v1.1.0 // indirect
40+
github.com/onsi/gomega v1.27.10 // indirect
4141
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect
4343
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
4545
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
4747
github.com/robfig/cron/v3 v3.0.1 // indirect
48+
github.com/rogpeppe/go-internal v1.12.0 // indirect
4849
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
5152
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
5354
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
5960
gopkg.in/yaml.v3 v3.0.1 // indirect
6061
)

0 commit comments

Comments
 (0)