-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.28 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/vimiix/ssx
go 1.24.0
require (
github.com/agiledragon/gomonkey/v2 v2.11.0
github.com/bramvdbogaerde/go-scp v1.5.0
github.com/containerd/console v1.0.5
github.com/denisbrodbeck/machineid v1.0.1
github.com/fatih/color v1.18.0
github.com/jinzhu/copier v0.4.0
github.com/kevinburke/ssh_config v1.4.0
github.com/manifoldco/promptui v0.9.0
github.com/pkg/errors v0.9.1
github.com/skeema/knownhosts v1.3.2
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.18.0
github.com/vimiix/tablewriter v0.0.0-20231207073205-aad9e2006284
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.45.0
golang.org/x/sys v0.39.0
golang.org/x/term v0.37.0
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)