yukshimizu commented on issue #407: URL: https://github.com/apache/pulsar-client-go/issues/407#issuecomment-736911953
Thanks @merlimat. I tried it, but the result was same. ``` # github.com/99designs/keyring ../../../../pkg/mod/github.com/99designs/[email protected]/keychain.go:136:8: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess) ../../../../pkg/mod/github.com/99designs/[email protected]/keychain.go:181:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess) ../../../../pkg/mod/github.com/99designs/[email protected]/keychain.go:181:21: undefined: keychain.Access ../../../../pkg/mod/github.com/99designs/[email protected]/keychain.go:187:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess) ../../../../pkg/mod/github.com/99designs/[email protected]/keychain.go:187:21: undefined: keychain.Access ``` https://github.com/apache/pulsar-client-go/pull/404 looks it is for MacOS Catalina, but my environment is Mojave. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
