-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (39 loc) · 1.59 KB
/
Copy pathgo.mod
File metadata and controls
45 lines (39 loc) · 1.59 KB
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
module github.com/blacknon/go-sshlib
require (
github.com/ScaleFT/sshkeys v1.4.0
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/blacknon/crypto11 v1.6.2-0.20260315101107-fd111b1d25ce // github.com/ThalesIgnite/crypto11 v1.6.1
github.com/blacknon/go-x11auth v0.1.0
github.com/lunixbochs/vtclean v1.0.0
github.com/miekg/pkcs11 v1.1.2
github.com/moby/term v0.5.2
golang.org/x/crypto v0.51.0
golang.org/x/net v0.54.0
golang.org/x/sys v0.44.0
golang.org/x/term v0.43.0
)
require (
github.com/absfs/absfs v1.0.0
github.com/absfs/smbfs v0.9.1
github.com/go-git/go-billy/v5 v5.8.0
github.com/hanwen/go-fuse/v2 v2.10.1
github.com/pkg/sftp v1.13.10
github.com/willscott/go-nfs v0.0.3
)
require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
github.com/geoffgarside/ber v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hirochachacha/go-smb2 v1.1.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 // indirect
github.com/thales-e-security/pool v0.0.2 // indirect
github.com/willscott/go-nfs-client v0.0.0-20251022144359-801f10d98886 // indirect
)
go 1.25.1
replace github.com/go-git/go-billy/v5 => ./internal/third_party/github.com/go-git/go-billy/v5
replace github.com/willscott/go-nfs => ./internal/third_party/github.com/willscott/go-nfs