-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathgo.mod
32 lines (28 loc) · 1.06 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 example.com/m/v2
go 1.20
require (
github.com/kevinburke/ssh_config v1.2.0
github.com/trzsz/trzsz-go v1.1.7
golang.org/x/crypto v0.18.0
golang.org/x/term v0.16.0
)
require (
github.com/UserExistsError/conpty v0.1.2 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/creack/pty v1.1.21 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/klauspost/compress v1.17.5 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/ncruces/zenity v0.10.11 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/rivo/uniseg v0.4.6 // indirect
github.com/trzsz/go-arg v1.5.3 // indirect
github.com/trzsz/promptui v0.10.6 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
replace github.com/trzsz/trzsz-go => ../