go mod tidy

This commit is contained in:
Mikaël Cluseau
2022-03-30 11:49:17 +02:00
parent b1056c4365
commit 070ea02679
2 changed files with 16 additions and 2 deletions

5
go.mod
View File

@ -1,10 +1,11 @@
module novit.tech/direktil/pkg
require (
github.com/kr/pretty v0.1.0 // indirect
github.com/cavaliergopher/cpio v1.0.1
github.com/ulikunitz/xz v0.5.6
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
gopkg.in/yaml.v2 v2.2.4
novit.nc/direktil/pkg v0.0.0-20220221171542-fd3ce3a1491b
)
go 1.13