Skip to content

Commit bc5513b

Browse files
authored
Update deps (#36)
1 parent 8b05bf4 commit bc5513b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.21
55
toolchain go1.22.0
66

77
require (
8-
github.com/expr-lang/expr v1.16.7
8+
github.com/expr-lang/expr v1.16.9
99
github.com/hashicorp/go-hclog v1.6.3
1010
github.com/hashicorp/go-plugin v1.6.1
11-
github.com/jackc/pgx/v5 v5.5.5
11+
github.com/jackc/pgx/v5 v5.6.0
1212
github.com/pganalyze/pg_query_go/v5 v5.1.0
1313
github.com/prometheus/client_golang v1.19.1
1414
github.com/redis/go-redis/v9 v9.5.1
15-
github.com/rs/zerolog v1.32.0
15+
github.com/rs/zerolog v1.33.0
1616
github.com/stretchr/testify v1.9.0
1717
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb
1818
google.golang.org/grpc v1.64.0
@@ -36,11 +36,11 @@ require (
3636
github.com/pmezard/go-difflib v1.0.0 // indirect
3737
github.com/prometheus/client_model v0.6.1 // indirect
3838
github.com/prometheus/common v0.53.0 // indirect
39-
github.com/prometheus/procfs v0.14.0 // indirect
39+
github.com/prometheus/procfs v0.15.0 // indirect
4040
github.com/tetratelabs/wazero v1.7.2 // indirect
4141
golang.org/x/net v0.25.0 // indirect
4242
golang.org/x/sys v0.20.0 // indirect
4343
golang.org/x/text v0.15.0 // indirect
44-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
44+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
4545
gopkg.in/yaml.v3 v3.0.1 // indirect
4646
)

go.sum

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

0 commit comments

Comments
 (0)