You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/20 22:15:29 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #522: Fixed Athenz repository name

merlimat opened a new pull request #522:
URL: https://github.com/apache/pulsar-client-go/pull/522


   ### Motivation
   
   The Athenz repository has been moved from `github.com/yahoo/athenz` to `github.com/AthenZ/athenz`. 
   
   The command to fetch Pulsar client is failing because of that:
   
   ```
   $ go get -u "github.com/apache/pulsar-client-go/pulsar"
   go get: github.com/yahoo/athenz@v1.8.55 updating to
   	github.com/yahoo/athenz@v1.10.15: parsing go.mod:
   	module declares its path as: github.com/AthenZ/athenz
   	        but was required as: github.com/yahoo/athenz
   ```


-- 
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] merlimat merged pull request #522: Fixed Athenz repository name

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #522:
URL: https://github.com/apache/pulsar-client-go/pull/522


   


-- 
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] cckellogg commented on pull request #522: Fixed Athenz repository name

Posted by GitBox <gi...@apache.org>.
cckellogg commented on pull request #522:
URL: https://github.com/apache/pulsar-client-go/pull/522#issuecomment-845948611


   I think the test file needs updating too
   https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/auth/athenz_test.go


-- 
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] alvaradojl commented on pull request #522: Fixed Athenz repository name

Posted by GitBox <gi...@apache.org>.
alvaradojl commented on pull request #522:
URL: https://github.com/apache/pulsar-client-go/pull/522#issuecomment-872450479


   I just tried go get -u "github.com/apache/pulsar-client-go/pulsar" and I got the same error. Is there some kind of regression?


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org