bnkamalesh commented on issue #407: URL: https://github.com/apache/pulsar-client-go/issues/407#issuecomment-741731359
```go github.com/apache/pulsar-client-go v0.3.0 github.com/apache/pulsar-client-go/oauth2 v0.0.0-20201202064457-9fe66edefe0d // indirect github.com/keybase/go-keychain v0.0.0-20201121013009-976c83ec27a6 // indirect ``` ```bash $ go version go version go1.15.2 darwin/amd64 ``` It's working for me now. Maybe try the following? P.S: It'll upgrade all the dependencies ```bash $ go get -u ./... && go mod verify && go mod tidy ``` ---------------------------------------------------------------- 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]
