@@ -5,14 +5,14 @@ go 1.21
5
5
toolchain go1.22.0
6
6
7
7
require (
8
- github.com/expr-lang/expr v1.16.7
8
+ github.com/expr-lang/expr v1.16.9
9
9
github.com/hashicorp/go-hclog v1.6.3
10
10
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
12
12
github.com/pganalyze/pg_query_go/v5 v5.1.0
13
13
github.com/prometheus/client_golang v1.19.1
14
14
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
16
16
github.com/stretchr/testify v1.9.0
17
17
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb
18
18
google.golang.org/grpc v1.64.0
@@ -36,11 +36,11 @@ require (
36
36
github.com/pmezard/go-difflib v1.0.0 // indirect
37
37
github.com/prometheus/client_model v0.6.1 // indirect
38
38
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
40
40
github.com/tetratelabs/wazero v1.7.2 // indirect
41
41
golang.org/x/net v0.25.0 // indirect
42
42
golang.org/x/sys v0.20.0 // indirect
43
43
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
45
45
gopkg.in/yaml.v3 v3.0.1 // indirect
46
46
)
0 commit comments