File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,6 @@ require (
48
48
google.golang.org/protobuf v1.31.0 // indirect
49
49
gopkg.in/yaml.v3 v3.0.1 // indirect
50
50
)
51
+
52
+ // https://github.com/zeroshade/arrow/tree/arm64-assembly-funtimes
53
+ replace github.com/apache/arrow/go/v14 => github.com/zeroshade/arrow/go/v14 v14.0.0-20230926190308-c9693c5f9b33
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE
8
8
github.com/alecthomas/repr v0.1.0 /go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8 =
9
9
github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs =
10
10
github.com/andybalholm/brotli v1.0.5 /go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig =
11
- github.com/apache/arrow/go/v14 v14.0.0-20230922164031-772a01c080ad h1:SR1hiquYLx7Z3uM+t0lwcpDIVMyGpz29ZRUOBl5qz/s =
12
- github.com/apache/arrow/go/v14 v14.0.0-20230922164031-772a01c080ad /go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8 =
13
11
github.com/apache/thrift v0.17.0 h1:cMd2aj52n+8VoAtvSvLn4kDC3aZ6IAkBuqWQ2IDu7wo =
14
12
github.com/apache/thrift v0.17.0 /go.mod h1:OLxhMRJxomX+1I/KUw03qoV3mMz16BwaKI+d4fPBx7Q =
15
13
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -99,6 +97,8 @@ github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
99
97
github.com/zeebo/assert v1.3.0 /go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0 =
100
98
github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0 =
101
99
github.com/zeebo/xxh3 v1.0.2 /go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA =
100
+ github.com/zeroshade/arrow/go/v14 v14.0.0-20230926190308-c9693c5f9b33 h1:tCieoltG8rGY1pGbN68Ot8kJymxvDfNxyaYBsdrzUdQ =
101
+ github.com/zeroshade/arrow/go/v14 v14.0.0-20230926190308-c9693c5f9b33 /go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8 =
102
102
go.mongodb.org/mongo-driver v1.11.4 h1:4ayjakA013OdpGyL2K3ZqylTac/rMjrJOMZ1EHizXas =
103
103
go.mongodb.org/mongo-driver v1.11.4 /go.mod h1:PTSz5yu21bkT/wXpkS7WR5f0ddqw5quethTUn9WM+2g =
104
104
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
You can’t perform that action at this time.
0 commit comments