forked from grailbio/bio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 875 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
23
module github.com/grailbio/bio
require (
blainsmith.com/go/seahash v1.1.2
github.com/antzucaro/matchr v0.0.0-20160303212615-63146c76a4e1
github.com/aws/aws-sdk-go v1.29.24
github.com/biogo/store v0.0.0-20190426020002-884f370e325d
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f
github.com/gogo/protobuf v1.3.1
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
github.com/grailbio/base v0.0.10-0.20200817015340-8e5f8ec2e457
github.com/grailbio/hts v1.0.2-0.20200303061016-030e6b9f995e
github.com/grailbio/testutil v0.0.3
github.com/klauspost/compress v1.8.6
github.com/minio/highwayhash v0.0.0-20190112144901-fc990dfafa15
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
github.com/yasushi-saito/zlibng v0.0.0-20190922135643-2a860060b80c
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
v.io/x/lib v0.1.5
)
go 1.13