@@ -10,6 +10,7 @@ require (
10
10
cloud.google.com/go/storage v1.32.0
11
11
github.com/AlecAivazis/survey/v2 v2.3.6
12
12
github.com/ClickHouse/clickhouse-go v1.4.5
13
+ github.com/IBM/sarama v1.43.3
13
14
github.com/MakeNowJust/heredoc v1.0.0
14
15
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
15
16
github.com/aws/aws-sdk-go v1.44.314
@@ -25,7 +26,7 @@ require (
25
26
github.com/go-playground/validator/v10 v10.10.0
26
27
github.com/go-sql-driver/mysql v1.7.1
27
28
github.com/gocql/gocql v0.0.0-20210817081954-bc256bbb90de
28
- github.com/google/go-cmp v0.5.9
29
+ github.com/google/go-cmp v0.6.0
29
30
github.com/google/go-github/v37 v37.0.0
30
31
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
31
32
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -39,13 +40,14 @@ require (
39
40
github.com/raystack/frontier v0.7.2
40
41
github.com/raystack/optimus v0.7.2-0.20230725205201-5874457c7bbe
41
42
github.com/raystack/salt v0.3.2
43
+ github.com/rs/zerolog v1.29.1
42
44
github.com/schollz/progressbar/v3 v3.13.0
43
45
github.com/segmentio/kafka-go v0.4.39
44
46
github.com/sijms/go-ora/v2 v2.2.22
45
47
github.com/snowflakedb/gosnowflake v1.6.7
46
48
github.com/spf13/cobra v1.7.0
47
49
github.com/spf13/viper v1.16.0
48
- github.com/stretchr/testify v1.8.4
50
+ github.com/stretchr/testify v1.9.0
49
51
go.mongodb.org/mongo-driver v1.10.2
50
52
go.nhat.io/otelsql v0.11.1
51
53
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
@@ -68,7 +70,19 @@ require (
68
70
gopkg.in/yaml.v3 v3.0.1
69
71
)
70
72
71
- require github.com/felixge/httpsnoop v1.0.3 // indirect
73
+ require (
74
+ github.com/eapache/go-resiliency v1.7.0 // indirect
75
+ github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
76
+ github.com/eapache/queue v1.1.0 // indirect
77
+ github.com/felixge/httpsnoop v1.0.3 // indirect
78
+ github.com/hashicorp/errwrap v1.1.0 // indirect
79
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
80
+ github.com/jcmturner/aescts/v2 v2.0.0 // indirect
81
+ github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
82
+ github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
83
+ github.com/jcmturner/rpc/v2 v2.0.3 // indirect
84
+ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
85
+ )
72
86
73
87
require (
74
88
cloud.google.com/go v0.110.6 // indirect
@@ -146,18 +160,18 @@ require (
146
160
github.com/gorilla/css v1.0.0 // indirect
147
161
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.1 // indirect
148
162
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
149
- github.com/hashicorp/go-uuid v1.0.2 // indirect
163
+ github.com/hashicorp/go-uuid v1.0.3 // indirect
150
164
github.com/hashicorp/go-version v1.6.0 // indirect
151
165
github.com/hashicorp/hcl v1.0.0 // indirect
152
166
github.com/imdario/mergo v0.3.16 // indirect
153
167
github.com/inconshreveable/mousetrap v1.1.0 // indirect
154
- github.com/jcmturner/gofork v1.0.0 // indirect
168
+ github.com/jcmturner/gofork v1.7.6 // indirect
155
169
github.com/jeremywohl/flatten v1.0.1 // indirect
156
170
github.com/jmespath/go-jmespath v0.4.0 // indirect
157
171
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68 // indirect
158
172
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
159
173
github.com/klauspost/asmfmt v1.3.2 // indirect
160
- github.com/klauspost/compress v1.15 .9 // indirect
174
+ github.com/klauspost/compress v1.17 .9 // indirect
161
175
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
162
176
github.com/leodido/go-urn v1.2.1 // indirect
163
177
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -183,7 +197,7 @@ require (
183
197
github.com/opencontainers/runc v1.1.8 // indirect
184
198
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
185
199
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
186
- github.com/pierrec/lz4/v4 v4.1.15 // indirect
200
+ github.com/pierrec/lz4/v4 v4.1.21 // indirect
187
201
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
188
202
github.com/pmezard/go-difflib v1.0.0 // indirect
189
203
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
@@ -201,7 +215,7 @@ require (
201
215
github.com/spf13/cast v1.5.1 // indirect
202
216
github.com/spf13/jwalterweatherman v1.1.0 // indirect
203
217
github.com/spf13/pflag v1.0.5 // indirect
204
- github.com/stretchr/objx v0.5.0 // indirect
218
+ github.com/stretchr/objx v0.5.2 // indirect
205
219
github.com/subosito/gotenv v1.4.2 // indirect
206
220
github.com/tklauser/go-sysconf v0.3.11 // indirect
207
221
github.com/tklauser/numcpus v0.6.0 // indirect
@@ -226,14 +240,14 @@ require (
226
240
go.uber.org/atomic v1.11.0 // indirect
227
241
go.uber.org/multierr v1.11.0 // indirect
228
242
go.uber.org/zap v1.24.0 // indirect
229
- golang.org/x/crypto v0.11 .0 // indirect
230
- golang.org/x/mod v0.12 .0 // indirect
231
- golang.org/x/net v0.12 .0 // indirect
232
- golang.org/x/sync v0.3 .0
233
- golang.org/x/sys v0.10 .0 // indirect
234
- golang.org/x/term v0.10 .0 // indirect
235
- golang.org/x/text v0.11 .0 // indirect
236
- golang.org/x/tools v0.11.0 // indirect
243
+ golang.org/x/crypto v0.26 .0 // indirect
244
+ golang.org/x/mod v0.17 .0 // indirect
245
+ golang.org/x/net v0.28 .0 // indirect
246
+ golang.org/x/sync v0.8 .0
247
+ golang.org/x/sys v0.23 .0 // indirect
248
+ golang.org/x/term v0.23 .0 // indirect
249
+ golang.org/x/text v0.17 .0 // indirect
250
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
237
251
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
238
252
google.golang.org/appengine v1.6.7 // indirect
239
253
google.golang.org/genproto/googleapis/api v0.0.0-20230724170836-66ad5b6ff146 // indirect
0 commit comments