Bumps [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/manifoldco/promptui/releases) - [Changelog](https://github.com/manifoldco/promptui/blob/master/CHANGELOG.md) - [Commits](https://github.com/manifoldco/promptui/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/manifoldco/promptui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
1014 B
Modula-2
30 lines
1014 B
Modula-2
module github.com/hpcng/warewulf
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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.7.0
|
|
github.com/fatih/color v1.13.0
|
|
github.com/golang/glog v1.0.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
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.6.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/talos-systems/go-smbios v0.1.1
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|