This commit is contained in:
Mikaël Cluseau
2019-10-09 16:40:56 +11:00
parent 9dc80cd34b
commit 6e432c2a06
69 changed files with 18 additions and 17561 deletions

7
go.mod
View File

@ -1,7 +1,10 @@
module novit.nc/direktil/pkg
require (
github.com/ulikunitz/xz v0.5.5
github.com/kr/pretty v0.1.0 // indirect
github.com/ulikunitz/xz v0.5.6
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.4
)
go 1.13