Skip to content

Commit 452d3a0

Browse files
committed
update go.mod
1 parent 93d9ec3 commit 452d3a0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

go.mod

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ go 1.21.1
55
toolchain go1.21.5
66

77
require (
8-
github.com/apache/arrow/go/v14 v14.0.0-20231031200323-c49e24273160
98
github.com/cloudquery/plugin-sdk/v4 v4.20.0
109
github.com/rs/zerolog v1.29.1
1110
)
1211

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+
)
1416

1517
replace github.com/apache/arrow/go/v14 => github.com/cloudquery/arrow/go/v14 v14.0.0-20230904001200-cd3d4114faa0
1618

@@ -111,7 +113,7 @@ require (
111113
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
112114
golang.org/x/arch v0.3.0 // indirect
113115
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
115117
golang.org/x/mod v0.14.0 // indirect
116118
golang.org/x/net v0.19.0 // indirect
117119
golang.org/x/sync v0.5.0 // indirect

0 commit comments

Comments
 (0)