Skip to content

Commit c855087

Browse files
committed
deps
1 parent 0399df2 commit c855087

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

go.mod

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,37 +28,34 @@ require (
2828
gopkg.in/yaml.v3 v3.0.1
2929
)
3030

31+
replace github.com/apache/arrow/go/v12 => github.com/cloudquery/arrow/go/v12 v12.0.0-20230425184555-43f156fcdec9
32+
3133
require (
3234
github.com/andybalholm/brotli v1.0.5 // indirect
3335
github.com/apache/thrift v0.16.0 // indirect
36+
github.com/davecgh/go-spew v1.1.1 // indirect
37+
github.com/golang/protobuf v1.5.3 // indirect
3438
github.com/golang/snappy v0.0.4 // indirect
3539
github.com/google/flatbuffers v2.0.8+incompatible // indirect
40+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3641
github.com/klauspost/asmfmt v1.3.2 // indirect
3742
github.com/klauspost/compress v1.16.0 // indirect
3843
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
39-
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
40-
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
41-
github.com/zeebo/xxh3 v1.0.2 // indirect
42-
golang.org/x/mod v0.8.0 // indirect
43-
golang.org/x/tools v0.6.0 // indirect
44-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
45-
)
46-
47-
replace github.com/apache/arrow/go/v12 => github.com/cloudquery/arrow/go/v12 v12.0.0-20230417154311-f9add0212acd
48-
49-
require (
50-
github.com/davecgh/go-spew v1.1.1 // indirect
51-
github.com/golang/protobuf v1.5.3 // indirect
52-
github.com/inconshreveable/mousetrap v1.1.0 // indirect; indirect // indirect
5344
github.com/mattn/go-colorable v0.1.13 // indirect
54-
github.com/mattn/go-isatty v0.0.18 // indirect; indirect // indirect
45+
github.com/mattn/go-isatty v0.0.18 // indirect
5546
github.com/mattn/go-runewidth v0.0.14 // indirect
47+
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
48+
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
5649
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
5750
github.com/pmezard/go-difflib v1.0.0 // indirect
58-
github.com/rivo/uniseg v0.4.4 // indirect; indirect // indirect
51+
github.com/rivo/uniseg v0.4.4 // indirect
5952
github.com/spf13/pflag v1.0.5 // indirect
53+
github.com/zeebo/xxh3 v1.0.2 // indirect
54+
golang.org/x/mod v0.8.0 // indirect
6055
golang.org/x/sys v0.7.0 // indirect
61-
golang.org/x/term v0.7.0 // indirect; indirect // indirect
62-
google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633 // indirect; indirect // indirect
56+
golang.org/x/term v0.7.0 // indirect
57+
golang.org/x/tools v0.6.0 // indirect
58+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
59+
google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633 // indirect
6360
gopkg.in/yaml.v2 v2.4.0 // indirect
6461
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
4747
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
4848
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
4949
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
50-
github.com/cloudquery/arrow/go/v12 v12.0.0-20230417154311-f9add0212acd h1:G093N165IqQvq84MK3Ozi7QwfAWyfYywXijkOyxGJdI=
51-
github.com/cloudquery/arrow/go/v12 v12.0.0-20230417154311-f9add0212acd/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
50+
github.com/cloudquery/arrow/go/v12 v12.0.0-20230425184555-43f156fcdec9 h1:DOmgyWSIXR8FLBS23UgIwCkEE/JPBWztzTjFHyj5lCw=
51+
github.com/cloudquery/arrow/go/v12 v12.0.0-20230425184555-43f156fcdec9/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
5252
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
5353
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
5454
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=

0 commit comments

Comments
 (0)