-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.22 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
module github.com/unkaktus/robin
go 1.19
require (
github.com/BurntSushi/toml v1.2.1
github.com/creack/pty v1.1.18
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/gliderlabs/ssh v0.3.5
github.com/gorilla/mux v1.8.1
github.com/hpcloud/tail v1.0.0
github.com/matryer/is v1.4.0
github.com/rs/zerolog v1.31.0
github.com/unkaktus/tablewriter v0.0.0-20230703221853-6772552276dd
github.com/urfave/cli/v2 v2.25.0
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
)
require (
aead.dev/minisign v0.2.0 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/minio/selfupdate v0.6.0 // indirect
github.com/rivo/uniseg v0.1.0 // 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.12.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)