fix /boot and fatal

This commit is contained in:
Mikaël Cluseau
2020-11-19 21:22:17 +01:00
parent 0aca84bdb2
commit a794bb3887
3 changed files with 43 additions and 6 deletions

6
go.mod
View File

@ -1,8 +1,10 @@
module novit.nc/direktil/initrd
require (
gopkg.in/yaml.v2 v2.2.4
novit.nc/direktil/pkg v0.0.0-20191009054056-6e432c2a06e6
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
gopkg.in/yaml.v2 v2.3.0
novit.nc/direktil/pkg v0.0.0-20191211161950-96b0448b84c2
)
go 1.13