You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:151:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess)
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:151:21: undefined: keychain.Access
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:157:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess)
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:157:21: undefined: keychain.Access
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:187:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess)
<
The text was updated successfully, but these errors were encountered:
Hi JT !
Still having the same error when running the command without -u option.
I've just found another opened issue on keyring repo. It looks like keyring has not been able to sync with latest version of go-keychain released on MacOS Catalina. Let's wait for a updated version of keyring then.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputOS Version
macOS 10.15.2What did you do?
go get -u github.com/jtbonhomme/gotp/cmd/gotp
What did you expect to see?
I guess it shouldn't raise any error .
What did you see instead?
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:151:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess)
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:151:21: undefined: keychain.Access
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:157:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess)
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:157:21: undefined: keychain.Access
../../../victor5114/go/src/github.com/99designs/keyring/keychain.go:187:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess)
<
The text was updated successfully, but these errors were encountered: