Initial commit of Warewulf v4 POC

This commit is contained in:
Gregory Kurtzer
2020-10-27 19:24:38 -04:00
parent a8b88db140
commit c168aa9418
15 changed files with 592 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/hpcng/warewulf
go 1.15
require gopkg.in/yaml.v2 v2.3.0