-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 757 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/chuccp/win-sshpass
go 1.26.0
require (
github.com/ncruces/zenity v0.10.14
github.com/pkg/sftp v1.13.10
github.com/schollz/progressbar/v3 v3.19.0
golang.org/x/crypto v0.54.0
golang.org/x/net v0.57.0
golang.org/x/term v0.45.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/josephspurrier/goversioninfo v1.4.1 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/sys v0.47.0 // indirect
)