go mod tidy
This commit is contained in:
5
go.mod
5
go.mod
@ -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
|
||||
|
Reference in New Issue
Block a user