Skip to content

Commit 2dc1f63

Browse files
authored
Update deps (#83)
1 parent ceb0e9b commit 2dc1f63

File tree

2 files changed

+45
-35
lines changed

2 files changed

+45
-35
lines changed

go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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.13
7+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.16
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
1212
github.com/hashicorp/go-plugin v1.6.1
13-
github.com/jackc/pgx/v5 v5.5.5
13+
github.com/jackc/pgx/v5 v5.6.0
1414
github.com/prometheus/client_golang v1.19.1
1515
github.com/spf13/cast v1.6.0
1616
github.com/stretchr/testify v1.9.0
@@ -24,7 +24,7 @@ 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.7 // indirect
27+
github.com/expr-lang/expr v1.16.9 // indirect
2828
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
@@ -36,18 +36,20 @@ 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.53.0 // indirect
40-
github.com/prometheus/procfs v0.14.0 // indirect
39+
github.com/prometheus/common v0.54.0 // indirect
40+
github.com/prometheus/procfs v0.15.1 // indirect
41+
github.com/redis/go-redis/v9 v9.5.2 // indirect
4142
github.com/robfig/cron/v3 v3.0.1 // indirect
42-
github.com/rs/zerolog v1.32.0 // indirect
43+
github.com/rs/zerolog v1.33.0 // indirect
4344
github.com/tetratelabs/wazero v1.7.2 // indirect
44-
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb // indirect
45+
github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc // indirect
46+
github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 // indirect
4547
github.com/yuin/gopher-lua v1.1.0 // indirect
4648
go.uber.org/atomic v1.11.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
49+
golang.org/x/net v0.26.0 // indirect
50+
golang.org/x/sys v0.21.0 // indirect
51+
golang.org/x/text v0.16.0 // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
5153
google.golang.org/protobuf v1.34.1 // indirect
5254
gopkg.in/yaml.v3 v3.0.1 // indirect
5355
)

go.sum

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

0 commit comments

Comments
 (0)