-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
59 lines (51 loc) · 2.2 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module github.com/cloudquery/filetypes
go 1.19
require (
github.com/cloudquery/plugin-sdk v1.44.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.2
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/uuid v1.3.0
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect; indirect // indirect
github.com/rs/zerolog v1.29.0 // indirect; indirect // indirect
github.com/thoas/go-funk v0.9.3 // indirect; indirect // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect; indirect // indirect // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516
github.com/apache/arrow/go/v12 v12.0.0-20230306000349-d5b3b4737838
github.com/goccy/go-json v0.9.11
github.com/google/go-cmp v0.5.9
github.com/xitongsys/parquet-go v1.6.2
)
replace github.com/apache/arrow/go/v12 => github.com/cloudquery/arrow/go/v12 v12.0.0-20230317130341-c648117570af
require golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/apache/thrift v0.16.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v2.0.8+incompatible // indirect
github.com/klauspost/asmfmt v1.3.2 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
github.com/xitongsys/parquet-go-source v0.0.0-20221025031416-9877e685ef65 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
)
require (
github.com/getsentry/sentry-go v0.18.0 // indirect; indirect // indirect
github.com/klauspost/compress v1.16.0 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect; indirect // indirect
golang.org/x/text v0.7.0 // indirect; indirect // indirect
)