Files
warewulf/go.mod

9 lines
125 B
Modula-2

module github.com/hpcng/warewulf
go 1.15
require (
github.com/kelseyhightower/envconfig v1.4.0
gopkg.in/yaml.v2 v2.3.0
)