@@ -5,19 +5,20 @@ go 1.19
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
7
7
github.com/brianvoe/gofakeit/v6 v6.21.0
8
- github.com/cloudquery/plugin-sdk/v2 v2.5.1
8
+ github.com/cloudquery/plugin-pb-go v1.0.8
9
+ github.com/cloudquery/plugin-sdk/v2 v2.7.0
9
10
github.com/google/uuid v1.3.0
10
11
github.com/koltyakov/gosip v0.0.0-20230416191329-2fa7a7295870
11
12
github.com/koltyakov/gosip-sandbox v0.0.0-20230410140555-1211f873b91c
12
13
github.com/rs/zerolog v1.29.1
13
14
github.com/schollz/progressbar/v3 v3.13.1
14
15
github.com/thoas/go-funk v0.9.3
15
- golang.org/x/sync v0.1 .0
16
+ golang.org/x/sync v0.2 .0
16
17
)
17
18
18
19
replace (
19
20
// ToDo: remove once the changes are merged to upstream
20
- github.com/apache/arrow/go/v12 => github.com/cloudquery/arrow/go/v12 v12 .0.0-20230417154311-f9add0212acd
21
+ github.com/apache/arrow/go/v13 => github.com/cloudquery/arrow/go/v13 v13 .0.0-20230509053643-898a79b1d3c8
21
22
// ToDo: romove once package is fixed
22
23
github.com/grpc-ecosystem/go-grpc-middleware/v2 => github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3
23
24
)
@@ -33,18 +34,18 @@ require (
33
34
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
34
35
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
35
36
github.com/andybalholm/brotli v1.0.5 // indirect
36
- github.com/apache/arrow/go/v12 v12 .0.0-20230428170547-16dbd98e8f52 // indirect
37
+ github.com/apache/arrow/go/v13 v13 .0.0-20230520140400-65520b361941 // indirect
37
38
github.com/apache/thrift v0.18.1 // indirect
38
39
github.com/davecgh/go-spew v1.1.1 // indirect
39
40
github.com/denisbrodbeck/machineid v1.0.1 // indirect
40
41
github.com/dimchansky/utfbom v1.1.1 // indirect
41
- github.com/getsentry/sentry-go v0.20 .0 // indirect
42
+ github.com/getsentry/sentry-go v0.21 .0 // indirect
42
43
github.com/ghodss/yaml v1.0.0 // indirect
43
44
github.com/goccy/go-json v0.10.2 // indirect
44
45
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
45
46
github.com/golang/protobuf v1.5.3 // indirect
46
47
github.com/golang/snappy v0.0.4 // indirect
47
- github.com/google/flatbuffers v23.3.3 +incompatible // indirect
48
+ github.com/google/flatbuffers v23.5.9 +incompatible // indirect
48
49
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.3 // indirect
49
50
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5 // indirect
50
51
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -62,26 +63,27 @@ require (
62
63
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
63
64
github.com/mitchellh/go-homedir v1.1.0 // indirect
64
65
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
66
+ github.com/pierrec/lz4/v4 v4.1.17 // indirect
65
67
github.com/pmezard/go-difflib v1.0.0 // indirect
66
68
github.com/rivo/uniseg v0.4.4 // indirect
67
- github.com/spf13/cast v1.5.0 // indirect
69
+ github.com/spf13/cast v1.5.1 // indirect
68
70
github.com/spf13/cobra v1.7.0 // indirect
69
71
github.com/spf13/pflag v1.0.5 // indirect
70
- github.com/stretchr/testify v1.8.2 // indirect
72
+ github.com/stretchr/testify v1.8.3 // indirect
71
73
github.com/vadimi/go-http-ntlm/v2 v2.4.1 // indirect
72
74
github.com/vadimi/go-ntlm v1.2.1 // indirect
73
75
github.com/zeebo/xxh3 v1.0.2 // indirect
74
- golang.org/x/crypto v0.8 .0 // indirect
75
- golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
76
+ golang.org/x/crypto v0.9 .0 // indirect
77
+ golang.org/x/exp v0.0.0-20230519143937-03e91628a987 // indirect
76
78
golang.org/x/mod v0.10.0 // indirect
77
- golang.org/x/net v0.9 .0 // indirect
78
- golang.org/x/sys v0.7 .0 // indirect
79
- golang.org/x/term v0.7 .0 // indirect
79
+ golang.org/x/net v0.10 .0 // indirect
80
+ golang.org/x/sys v0.8 .0 // indirect
81
+ golang.org/x/term v0.8 .0 // indirect
80
82
golang.org/x/text v0.9.0 // indirect
81
- golang.org/x/tools v0.8.0 // indirect
83
+ golang.org/x/tools v0.9.1 // indirect
82
84
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
83
85
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
84
- google.golang.org/grpc v1.54 .0 // indirect
86
+ google.golang.org/grpc v1.55 .0 // indirect
85
87
google.golang.org/protobuf v1.30.0 // indirect
86
88
gopkg.in/yaml.v2 v2.4.0 // indirect
87
89
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments