File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ go 1.21.1
5
5
toolchain go1.21.5
6
6
7
7
require (
8
- github.com/apache/arrow/go/v14 v14.0.0-20231031200323-c49e24273160
9
8
github.com/cloudquery/plugin-sdk/v4 v4.20.0
10
9
github.com/rs/zerolog v1.29.1
11
10
)
12
11
13
- require github.com/google/go-querystring v1.1.0 // indirect
12
+ require (
13
+ github.com/apache/arrow/go/v14 v14.0.0-20231031200323-c49e24273160 // indirect
14
+ github.com/google/go-querystring v1.1.0 // indirect
15
+ )
14
16
15
17
replace github.com/apache/arrow/go/v14 => github.com/cloudquery/arrow/go/v14 v14.0.0-20230904001200-cd3d4114faa0
16
18
@@ -111,7 +113,7 @@ require (
111
113
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
112
114
golang.org/x/arch v0.3.0 // indirect
113
115
golang.org/x/crypto v0.16.0 // indirect
114
- golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
116
+ golang.org/x/exp v0.0.0-20231127185646-65229373498e
115
117
golang.org/x/mod v0.14.0 // indirect
116
118
golang.org/x/net v0.19.0 // indirect
117
119
golang.org/x/sync v0.5.0 // indirect
You can’t perform that action at this time.
0 commit comments