-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (42 loc) · 1.58 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/nimatrueway/unbound-ssh
go 1.21
toolchain go1.22.1
require (
github.com/BurntSushi/toml v1.3.2
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/creack/pty v1.1.21
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/gliderlabs/ssh v0.3.7
github.com/google/uuid v1.6.0
github.com/hashicorp/yamux v0.1.1
github.com/mcuadros/go-defaults v1.2.0
github.com/pkg/sftp v1.13.6
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab
github.com/samber/lo v1.39.0
github.com/samber/mo v1.11.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/ztrue/tracerr v0.4.0
golang.org/x/crypto v0.21.0
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
golang.org/x/mod v0.17.0
golang.org/x/net v0.21.0
golang.org/x/sync v0.6.0
golang.org/x/term v0.18.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)