Skip to content

Commit 0f0aa95

Browse files
authored
Update dependencies (#79)
* Update deps * Add .gitattributes to ignore auto-generated files
1 parent d24519f commit 0f0aa95

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
3+
go.sum linguist-generated=true
4+

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ 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.8
7+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
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
11-
github.com/hashicorp/go-hclog v1.6.2
11+
github.com/hashicorp/go-hclog v1.6.3
1212
github.com/hashicorp/go-plugin v1.6.0
1313
github.com/jackc/pgx/v5 v5.5.5
1414
github.com/prometheus/client_golang v1.19.0
1515
github.com/spf13/cast v1.6.0
1616
github.com/stretchr/testify v1.8.4
1717
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
18-
google.golang.org/grpc v1.62.1
18+
google.golang.org/grpc v1.63.0
1919
)
2020

2121
require (
2222
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
2323
github.com/beorn7/perks v1.0.1 // indirect
24-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
24+
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.1 // indirect
27+
github.com/expr-lang/expr v1.16.3 // indirect
2828
github.com/fatih/color v1.16.0 // indirect
2929
github.com/golang/protobuf v1.5.4 // indirect
3030
github.com/google/uuid v1.6.0 // indirect
@@ -35,19 +35,19 @@ require (
3535
github.com/oklog/run v1.1.0 // indirect
3636
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
3737
github.com/pmezard/go-difflib v1.0.0 // indirect
38-
github.com/prometheus/client_model v0.6.0 // indirect
39-
github.com/prometheus/common v0.50.0 // indirect
38+
github.com/prometheus/client_model v0.6.1 // indirect
39+
github.com/prometheus/common v0.52.2 // indirect
4040
github.com/prometheus/procfs v0.13.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-pre.1.0.20240312010644-4242b5e21147 // indirect
44-
github.com/wasilibs/go-pgquery v0.0.0-20240312013253-ea2c9a5ef70c // indirect
43+
github.com/tetratelabs/wazero v1.7.0 // indirect
44+
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 // 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.22.0 // indirect
48-
golang.org/x/sys v0.18.0 // indirect
47+
golang.org/x/net v0.24.0 // indirect
48+
golang.org/x/sys v0.19.0 // indirect
4949
golang.org/x/text v0.14.0 // indirect
50-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314204616-9694c7771956 // indirect
50+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
5151
google.golang.org/protobuf v1.33.0 // indirect
5252
gopkg.in/yaml.v3 v3.0.1 // indirect
5353
)

go.sum

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

0 commit comments

Comments
 (0)