-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
22 lines (20 loc) · 888 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/gtfierro/mortar2
go 1.14
require (
github.com/apache/arrow/go/arrow v0.0.0-20210920193912-bdb2f74131ef
github.com/frankban/quicktest v1.11.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/jackc/pgx/v4 v4.13.0
github.com/jackc/puddle v1.1.4 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/knakk/digest v0.0.0-20160404164910-fd45becddc49 // indirect
github.com/knakk/rdf v0.0.0-20190304171630-8521bf4c5042
github.com/knakk/sparql v0.0.0-20200914044602-05f8b3d450be
github.com/pierrec/lz4 v2.6.1+incompatible
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200910201057-6591123024b3 // indirect
)