initial commit

This commit is contained in:
Mikaël Cluseau
2019-02-11 16:05:43 +11:00
commit 9b1cf89a05
29 changed files with 10508 additions and 0 deletions

6
go.mod Normal file
View File

@ -0,0 +1,6 @@
module novit.nc/direktil/initrd
require (
gopkg.in/yaml.v2 v2.2.2
novit.nc/direktil/pkg v0.0.0-20181210211743-9dc80cd34b09
)