@@ -14,20 +14,20 @@ require (
14
14
github.com/bitly/go-simplejson v0.5.1
15
15
github.com/bmatcuk/doublestar/v4 v4.0.2
16
16
github.com/bufbuild/protocompile v0.13.0
17
- github.com/cenkalti/backoff/v4 v4.2.1
17
+ github.com/cenkalti/backoff/v4 v4.3.0
18
18
github.com/cespare/xxhash/v2 v2.2.0
19
19
github.com/dominikbraun/graph v0.23.0
20
20
github.com/elliotchance/orderedmap/v2 v2.4.0
21
21
github.com/euank/go-kmsg-parser v2.0.0+incompatible
22
22
github.com/go-faster/jx v1.1.0
23
23
github.com/go-redis/redis v6.15.9+incompatible
24
24
github.com/golang/mock v1.6.0
25
- github.com/google/uuid v1.3 .0
25
+ github.com/google/uuid v1.6 .0
26
26
github.com/hashicorp/golang-lru/v2 v2.0.7
27
- github.com/hashicorp/vault/api v1.9.2
28
- github.com/jackc/pgconn v1.14.1
29
- github.com/jackc/pgproto3/v2 v2.3.2
30
- github.com/jackc/pgx/v4 v4.18.1
27
+ github.com/hashicorp/vault/api v1.16.0
28
+ github.com/jackc/pgconn v1.14.3
29
+ github.com/jackc/pgproto3/v2 v2.3.3
30
+ github.com/jackc/pgx/v4 v4.18.3
31
31
github.com/klauspost/compress v1.17.8
32
32
github.com/minio/minio-go v6.0.14+incompatible
33
33
github.com/ozontech/insane-json v0.1.9
@@ -47,7 +47,7 @@ require (
47
47
go.uber.org/atomic v1.11.0
48
48
go.uber.org/automaxprocs v1.5.3
49
49
go.uber.org/zap v1.25.0
50
- golang.org/x/net v0.21 .0
50
+ golang.org/x/net v0.35 .0
51
51
google.golang.org/protobuf v1.33.1-0.20240408130810-98873a205002
52
52
gopkg.in/yaml.v2 v2.4.0
53
53
gopkg.in/yaml.v3 v3.0.1
@@ -63,7 +63,6 @@ require (
63
63
github.com/andybalholm/brotli v1.0.5 // indirect
64
64
github.com/benbjohnson/clock v1.3.0 // indirect
65
65
github.com/beorn7/perks v1.0.1 // indirect
66
- github.com/cenkalti/backoff/v3 v3.0.0 // indirect
67
66
github.com/cilium/ebpf v0.9.1 // indirect
68
67
github.com/containerd/cgroups/v3 v3.0.1 // indirect
69
68
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -74,7 +73,7 @@ require (
74
73
github.com/go-faster/city v1.0.1 // indirect
75
74
github.com/go-faster/errors v0.6.1 // indirect
76
75
github.com/go-ini/ini v1.62.0 // indirect
77
- github.com/go-jose/go-jose/v3 v3 .0.0 // indirect
76
+ github.com/go-jose/go-jose/v4 v4 .0.4 // indirect
78
77
github.com/go-logr/logr v1.3.0 // indirect
79
78
github.com/go-logr/stdr v1.2.2 // indirect
80
79
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -89,19 +88,19 @@ require (
89
88
github.com/hashicorp/errwrap v1.1.0 // indirect
90
89
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
91
90
github.com/hashicorp/go-multierror v1.1.1 // indirect
92
- github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
91
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
93
92
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
94
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
93
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9 // indirect
95
94
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
96
- github.com/hashicorp/go-sockaddr v1.0.2 // indirect
95
+ github.com/hashicorp/go-sockaddr v1.0.7 // indirect
97
96
github.com/hashicorp/go-version v1.6.0 // indirect
98
97
github.com/hashicorp/hcl v1.0.0 // indirect
99
- github.com/imdario/mergo v0.3.7 // indirect
98
+ github.com/imdario/mergo v0.3.11 // indirect
100
99
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
101
100
github.com/jackc/pgio v1.0.0 // indirect
102
101
github.com/jackc/pgpassfile v1.0.0 // indirect
103
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
104
- github.com/jackc/pgtype v1.14.0 // indirect
102
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
103
+ github.com/jackc/pgtype v1.14.4 // indirect
105
104
github.com/jackc/puddle v1.3.0 // indirect
106
105
github.com/jackc/puddle/v2 v2.2.1 // indirect
107
106
github.com/josharian/intern v1.0.0 // indirect
@@ -140,15 +139,15 @@ require (
140
139
go.opentelemetry.io/otel/metric v1.16.0 // indirect
141
140
go.opentelemetry.io/otel/trace v1.16.0 // indirect
142
141
go.uber.org/multierr v1.11.0 // indirect
143
- golang.org/x/crypto v0.23 .0 // indirect
144
- golang.org/x/mod v0.12 .0 // indirect
142
+ golang.org/x/crypto v0.33 .0 // indirect
143
+ golang.org/x/mod v0.17 .0 // indirect
145
144
golang.org/x/oauth2 v0.10.0 // indirect
146
- golang.org/x/sync v0.7 .0 // indirect
147
- golang.org/x/sys v0.20 .0 // indirect
148
- golang.org/x/term v0.20 .0 // indirect
149
- golang.org/x/text v0.15 .0 // indirect
150
- golang.org/x/time v0.3 .0 // indirect
151
- golang.org/x/tools v0.12.0 // indirect
145
+ golang.org/x/sync v0.11 .0 // indirect
146
+ golang.org/x/sys v0.30 .0 // indirect
147
+ golang.org/x/term v0.29 .0 // indirect
148
+ golang.org/x/text v0.22 .0 // indirect
149
+ golang.org/x/time v0.10 .0 // indirect
150
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
152
151
google.golang.org/appengine v1.6.7 // indirect
153
152
gopkg.in/inf.v0 v0.9.1 // indirect
154
153
gopkg.in/ini.v1 v1.62.0 // indirect
0 commit comments