File: go.mod

package info (click to toggle)
golang-github-brentp-vcfgo 0.0~git20250902.a31336c-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,940 kB
  • sloc: makefile: 5; sh: 1
file content (13 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/brentp/vcfgo

go 1.22.5

require (
	github.com/brentp/irelate v0.0.1
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)

require (
	github.com/kr/pretty v0.2.1 // indirect
	github.com/kr/text v0.1.0 // indirect
)