Skip to content

Commit 5497d4c

Browse files
authored
Update deps (#81)
1 parent 27702a4 commit 5497d4c

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ go 1.22
44

55
require (
66
github.com/alicebob/miniredis/v2 v2.30.5
7-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
7+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13
88
github.com/getsentry/sentry-go v0.27.0
99
github.com/go-co-op/gocron v1.37.0
1010
github.com/go-redis/redis/v8 v8.11.5
1111
github.com/hashicorp/go-hclog v1.6.3
12-
github.com/hashicorp/go-plugin v1.6.0
12+
github.com/hashicorp/go-plugin v1.6.1
1313
github.com/jackc/pgx/v5 v5.5.5
14-
github.com/prometheus/client_golang v1.19.0
14+
github.com/prometheus/client_golang v1.19.1
1515
github.com/spf13/cast v1.6.0
16-
github.com/stretchr/testify v1.8.4
16+
github.com/stretchr/testify v1.9.0
1717
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
18-
google.golang.org/grpc v1.63.0
18+
google.golang.org/grpc v1.64.0
1919
)
2020

2121
require (
@@ -24,8 +24,8 @@ require (
2424
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2525
github.com/davecgh/go-spew v1.1.1 // indirect
2626
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
27-
github.com/expr-lang/expr v1.16.3 // indirect
28-
github.com/fatih/color v1.16.0 // indirect
27+
github.com/expr-lang/expr v1.16.7 // indirect
28+
github.com/fatih/color v1.17.0 // indirect
2929
github.com/golang/protobuf v1.5.4 // indirect
3030
github.com/google/uuid v1.6.0 // indirect
3131
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -36,18 +36,18 @@ require (
3636
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
3737
github.com/pmezard/go-difflib v1.0.0 // indirect
3838
github.com/prometheus/client_model v0.6.1 // indirect
39-
github.com/prometheus/common v0.52.2 // indirect
40-
github.com/prometheus/procfs v0.13.0 // indirect
39+
github.com/prometheus/common v0.53.0 // indirect
40+
github.com/prometheus/procfs v0.14.0 // indirect
4141
github.com/robfig/cron/v3 v3.0.1 // indirect
4242
github.com/rs/zerolog v1.32.0 // indirect
43-
github.com/tetratelabs/wazero v1.7.0 // indirect
44-
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 // indirect
43+
github.com/tetratelabs/wazero v1.7.2 // indirect
44+
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb // indirect
4545
github.com/yuin/gopher-lua v1.1.0 // indirect
4646
go.uber.org/atomic v1.11.0 // indirect
47-
golang.org/x/net v0.24.0 // indirect
48-
golang.org/x/sys v0.19.0 // indirect
49-
golang.org/x/text v0.14.0 // indirect
50-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
51-
google.golang.org/protobuf v1.33.0 // indirect
47+
golang.org/x/net v0.25.0 // indirect
48+
golang.org/x/sys v0.20.0 // indirect
49+
golang.org/x/text v0.15.0 // indirect
50+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
51+
google.golang.org/protobuf v1.34.1 // indirect
5252
gopkg.in/yaml.v3 v3.0.1 // indirect
5353
)

go.sum

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

0 commit comments

Comments
 (0)