This is an automated email from the ASF dual-hosted git repository. rohit pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git.
from dd613c3 config: Fixes #35 fix panic due to inappropriate config loading new d2d2339 vendor: update dependencies new 224f4aa output: Fix json output to not do html escape new 6d5c80d history: ignore duplicate and empty inputs for shell history new 1fe5674 cmk: debug cmdline args input comma separated for readability The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: cli/history.go | 7 ++ cmd/output.go | 9 +-- cmk.go | 3 +- go.mod | 8 +- go.sum | 8 ++ vendor/github.com/briandowns/spinner/README.md | 92 +++++++++++----------- vendor/github.com/briandowns/spinner/spinner.go | 3 + vendor/github.com/mattn/go-tty/tty_windows.go | 7 +- .../tablewriter/{LICENCE.md => LICENSE.md} | 2 +- vendor/github.com/olekukonko/tablewriter/README.md | 2 +- vendor/github.com/olekukonko/tablewriter/table.go | 4 +- vendor/github.com/pkg/term/termios/pty_bsd.go | 46 +++++------ .../term/termios/{pty_bsd.go => pty_freebsd.go} | 2 - vendor/github.com/pkg/term/termios/pty_netbsd.go | 31 ++++++++ vendor/github.com/pkg/term/termios/termios_bsd.go | 2 +- vendor/modules.txt | 8 +- 16 files changed, 139 insertions(+), 95 deletions(-) rename vendor/github.com/olekukonko/tablewriter/{LICENCE.md => LICENSE.md} (98%) copy vendor/github.com/pkg/term/termios/{pty_bsd.go => pty_freebsd.go} (95%) create mode 100644 vendor/github.com/pkg/term/termios/pty_netbsd.go