llqgit commented on PR #737: URL: https://github.com/apache/pulsar-client-go/pull/737#issuecomment-1101196293
@zymap I just run: ``` go mod init my_project go mod tidy ``` This is the official way to init, it should be all right. And the dependences like this: <img width="705" alt="image" src="https://user-images.githubusercontent.com/8063914/163776343-6ebd1f26-d6bd-40ae-b158-38d83cfd860b.png"> <img width="863" alt="image" src="https://user-images.githubusercontent.com/8063914/163776299-06c9dcb0-6c93-4e95-80e2-28d26492b4cb.png"> If I run my program, the errors shown like this: <img width="1345" alt="image" src="https://user-images.githubusercontent.com/8063914/163776430-3ebb2fc6-b30b-4887-b55f-6d60615b8053.png"> You said the new version of `github.com/keybase/go-keychain` fix the problem. So, if I just upgrade this package by `go get github.com/keybase/go-keychain` CMD. The version would be: <img width="870" alt="image" src="https://user-images.githubusercontent.com/8063914/163776787-88c5d559-6a85-4170-a8cb-6dc5036f7239.png"> It should be good. But I got some new errors which looks worse: <img width="1342" alt="image" src="https://user-images.githubusercontent.com/8063914/163776954-ecbd062f-4888-470a-b063-9e99ccc515ea.png"> By the way. My mac OS version <img width="563" alt="image" src="https://user-images.githubusercontent.com/8063914/163777249-cca3c95b-1bb1-421b-84a1-e5aa9577bd4d.png"> From my perspective, the warning problem was not fixed yet or not effective. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
