Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-679: Go client does not compile #247

Open
sijie opened this issue Dec 2, 2021 · 0 comments
Open

ISSUE-679: Go client does not compile #247

sijie opened this issue Dec 2, 2021 · 0 comments

Comments

@sijie
Copy link
Member

sijie commented Dec 2, 2021

Original Issue: apache#679


Expected behavior

When trying to install the client the output from:

go get -u "github.com/apache/pulsar-client-go/pulsar"

is

go: downloading golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 go: downloading github.com/apache/pulsar-client-go/oauth2 v0.0.0-20211130045649-53d9c28dd3e8 go: downloading golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c github.com/99designs/keyring ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:55:8: query.SetMatchSearchList undefined (type keychain.Item has no field or method SetMatchSearchList) ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:55:28: undefined: keychain.NewWithPath ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:115:34: undefined: keychain.Keychain ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:124:12: queryItem.SetMatchSearchList undefined (type keychain.Item has no field or method SetMatchSearchList) ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:136:8: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess) ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:146:9: undefined: keychain.Keychain ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:166:9: kcItem.UseKeychain undefined (type keychain.Item has no field or method UseKeychain) ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:181:9: kcItem.SetAccess undefined (type keychain.Item has no field or method SetAccess) ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:181:21: undefined: keychain.Access ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:267:36: undefined: keychain.Keychain ../../../go/pkg/mod/github.com/99designs/keyring@v1.1.6/keychain.go:181:21: too many errors

System configuration

MacOS Big Sur 11.6
go version go1.17.2 darwin/amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant