-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
397 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,29 @@ | ||
module github.com/simonfuhrer/nutactl | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/briandowns/spinner v1.11.1 | ||
github.com/briandowns/spinner v1.16.0 | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/fatih/color v1.10.0 | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/google/uuid v1.1.2 // indirect | ||
github.com/fatih/color v1.12.0 | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect | ||
github.com/k0kubun/pp v3.0.1+incompatible | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.3.3 // indirect | ||
github.com/olekukonko/tablewriter v0.0.4 | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/mattn/go-isatty v0.0.13 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/afero v1.4.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/spf13/viper v1.8.1 | ||
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8 | ||
github.com/tecbiz-ch/nutanix-go-sdk v0.1.11 | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect | ||
golang.org/x/sys v0.0.0-20201110211018-35f3e6cf4a65 // indirect | ||
golang.org/x/text v0.3.4 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 | ||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect | ||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect | ||
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/client-go v11.0.0+incompatible | ||
) |
Oops, something went wrong.