-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.06 KB
/
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
24
25
26
27
28
29
30
31
module open-anno
go 1.18
require (
github.com/brentp/bix v0.0.0-20190718140914-00aa7a7f205d
github.com/brentp/faidx v0.0.0-20200301150453-c39eb85760d8
github.com/brentp/irelate v0.0.1
github.com/brentp/vcfgo v0.0.0-20221128230736-759c0d32541e
github.com/go-playground/validator/v10 v10.19.0
github.com/spf13/cobra v1.8.0
github.com/syndtr/goleveldb v1.0.0
)
require (
github.com/biogo/hts v1.4.4 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)