15 lines
380 B
Modula-2
15 lines
380 B
Modula-2
module github.com/hpcng/warewulf
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containers/image/v5 v5.7.0
|
|
github.com/fatih/color v1.9.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/manifoldco/promptui v0.8.0
|
|
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
|
|
github.com/opencontainers/umoci v0.4.6
|
|
github.com/spf13/cobra v1.1.1
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|