Skip to content

Commit 6e635d1

Browse files
authored
Merge pull request #72 from fosrl/dev
Dev
2 parents 5afbd94 + c4c6002 commit 6e635d1

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

cmd/ssh/ssh.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import (
1616
var (
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

2322
func SSHCmd() *cobra.Command {

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
5050
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
5151
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=
5252
github.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=
5757
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
5858
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
5959
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=

0 commit comments

Comments
 (0)