-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.09 KB
/
go.mod
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
module github.com/lixiangzhong/sshs
go 1.23
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/jedib0t/go-pretty/v6 v6.4.9
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/manifoldco/promptui v0.9.0
github.com/pkg/sftp v1.13.6
github.com/schollz/progressbar/v3 v3.13.0
github.com/spf13/afero v1.11.0
github.com/urfave/cli/v2 v2.25.0
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/term v0.23.0
gopkg.in/yaml.v2 v2.2.3
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
)