-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (24 loc) · 881 Bytes
/
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
module github.com/abakum/winssh
go 1.21
// replace github.com/abakum/go-console => ../go-console
require (
github.com/Microsoft/go-winio v0.6.2
github.com/abakum/go-ansiterm v0.0.0-20240209124652-4fc46d492442
github.com/abakum/go-console v0.0.0-20240420142043-eda1cdf92473
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
github.com/gliderlabs/ssh v0.3.7
github.com/magiconair/properties v1.8.7
github.com/mitchellh/go-ps v1.0.0
github.com/pkg/sftp v1.13.6
github.com/xlab/closer v1.1.0
github.com/zzl/go-win32api/v2 v2.1.0
golang.org/x/crypto v0.22.0
golang.org/x/sys v0.19.0
)
require (
github.com/abakum/embed-encrypt v0.0.0-20240419131915-ba2ccee1a359 // indirect
github.com/creack/pty v1.1.21 // indirect
github.com/iamacarpet/go-winpty v1.0.4 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
)