22 lines
704 B
Modula-2
22 lines
704 B
Modula-2
module github.com/hpcng/warewulf
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/brotherpowers/ipsubnet v0.0.0-20170914094241-30bc98f0a5b1
|
|
github.com/containers/image/v5 v5.7.0
|
|
github.com/containers/storage v1.30.0
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
github.com/creasty/defaults v1.5.2
|
|
github.com/fatih/color v1.13.0
|
|
github.com/google/uuid v1.1.2
|
|
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/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/talos-systems/go-smbios v0.1.1
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|