blacknon / go-sshlib

easy ssh library for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto11.PKCS11Config error

chinhtrandn opened this issue · comments

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

This problem takes time to fix.
If possible, please enable GO111MODULE=auto for a while.

Supported by Version 0.1.2.
close.