pkg/go.mod

11 lines
215 B
Modula-2
Raw Normal View History

2018-06-17 06:46:58 +00:00
module novit.nc/direktil/pkg
require (
2019-10-09 05:40:56 +00:00
github.com/kr/pretty v0.1.0 // indirect
github.com/ulikunitz/xz v0.5.6
2018-12-10 07:22:47 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-10-09 05:40:56 +00:00
gopkg.in/yaml.v2 v2.2.4
2018-06-17 06:46:58 +00:00
)
2019-10-09 05:40:56 +00:00
go 1.13