File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ import (
1616var (
1717 errHostnameRequired = errors .New ("API did not return a hostname for the connection" )
1818 errResourceIDRequired = errors .New ("Resource (alias or identifier) is required; example: pangolin ssh my-server.internal" )
19- errNoClientRunning = errors .New ("No client is currently running. Start the client first with `pangolin up`" )
20- errNoClientRunningWindows = errors .New ("No client is currently running. Start the client first in the system tray" )
19+ errNoClientRunning = errors .New ("No client is currently running. Start the client first." )
2120)
2221
2322func SSHCmd () * cobra.Command {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ require (
99 github.com/charmbracelet/huh v0.8.0
1010 github.com/charmbracelet/lipgloss v1.1.0
1111 github.com/creack/pty v1.1.24
12- github.com/fosrl/newt v1.12.0
13- github.com/fosrl/olm v1.5.0
12+ github.com/fosrl/newt v1.12.2
13+ github.com/fosrl/olm v1.5.1
1414 github.com/mattn/go-isatty v0.0.20
1515 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1616 github.com/spf13/cobra v1.10.2
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
5050github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
5151github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4 =
5252github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f /go.mod h1:vw97MGsxSvLiUE2X8qFplwetxpGLQrlU1Q9AUEIzCaM =
53- github.com/fosrl/newt v1.12.0 h1:IodzVlsprOYkHvKrXwDfDTh2ZMtXV6IG1rhUj6Jhd44 =
54- github.com/fosrl/newt v1.12.0 /go.mod h1:IJW2sZ4WKKLRuxMz6oBm8PMyAEVkOxZk6d1OUV5/LPM =
55- github.com/fosrl/olm v1.5.0 h1:0iwTYljZj9SOp+0PEtUmy/CHnCzCGU71Iq/QQZsHLmE =
56- github.com/fosrl/olm v1.5.0 /go.mod h1:SxeQNFngDMgwrXpTWjt1gheyoZo2TltmNrQ2vXX7YT4 =
53+ github.com/fosrl/newt v1.12.2 h1:k99iF+twyggRG+PZTXPYxDyqwM969FPsPfGhtlcttPI =
54+ github.com/fosrl/newt v1.12.2 /go.mod h1:IJW2sZ4WKKLRuxMz6oBm8PMyAEVkOxZk6d1OUV5/LPM =
55+ github.com/fosrl/olm v1.5.1 h1:IfcWbhXSaWuBf7JIQRDAf/x3mbjAqGFvb715nKzyzTo =
56+ github.com/fosrl/olm v1.5.1 /go.mod h1:SiDJhJIvG4rH4JofNSDN2dRRqWu7NIvtXykVSmOR54w =
5757github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
5858github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
5959github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k =
You can’t perform that action at this time.
0 commit comments