File: go.mod

package info (click to toggle)
golang-github-biogo-hts 1.1.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,660 kB
  • sloc: makefile: 3
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/biogo/hts

go 1.12

require (
	github.com/biogo/boom v0.0.0-20150317015657-28119bc1ffc1
	github.com/kortschak/utter v0.0.0-20190412033250-50fe362e6560
	github.com/kr/pretty v0.2.0 // indirect
	github.com/ulikunitz/xz v0.5.6
	golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)