crypto11.PKCS11Config error
chinhtrandn opened this issue · 2 comments
chinhtrandn commented
go get github.com/blacknon/go-sshlib
..\..\..\..\go\src\github.com\blacknon\go-sshlib\pkcs11.go:74:16: undefined:
crypto11.PKCS11Config
..\..\..\..\go\src\github.com\blacknon\go-sshlib\pkcs11.go:85:24: ctx.OpenSession undefined (type *crypto11.Context has no field or method OpenSession)
..\..\..\..\go\src\github.com\blacknon\go-sshlib\pkcs11.go:90:11: cannot use ctx (type *crypto11.Context) as type *pkcs11.Ctx in assignment
..\..\..\..\go\src\github.com\blacknon\go-sshlib\pkcs11.go:126:20: undefined: crypto11.PKCS11Session
..\..\..\..\go\src\github.com\blacknon\go-sshlib\pkcs11.go:128:21: undefined: crypto11.FindKeyPairOnSession
blacknon commented
This problem takes time to fix.
If possible, please enable GO111MODULE=auto
for a while.
blacknon commented
Supported by Version 0.1.2.
close.