File: go.mod

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

go 1.14

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.10
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)