cleanup, bump go

This commit is contained in:
Mikaël Cluseau
2019-10-17 11:28:18 +11:00
parent 3a21cfa68e
commit 30c7462a62
26 changed files with 19 additions and 10237 deletions

6
go.mod
View File

@ -1,6 +1,8 @@
module novit.nc/direktil/initrd
require (
gopkg.in/yaml.v2 v2.2.2
novit.nc/direktil/pkg v0.0.0-20181210211743-9dc80cd34b09
gopkg.in/yaml.v2 v2.2.4
novit.nc/direktil/pkg v0.0.0-20191009054056-6e432c2a06e6
)
go 1.13