This is an automated email from the ASF dual-hosted git repository.
rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new ddacb92 Bump oauth2 package version to the latest in master (#715)
ddacb92 is described below
commit ddacb9201e621c58488951772a74cecf78f11f54
Author: Oleksandr Prokopovych <[email protected]>
AuthorDate: Fri Jan 21 05:27:44 2022 +0200
Bump oauth2 package version to the latest in master (#715)
* bump oauth2 package to the latest in master
* bump oauth2 package to the latest in master
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index eacc490..c788991 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.15
require (
github.com/AthenZ/athenz v1.10.39
github.com/DataDog/zstd v1.5.0
- github.com/apache/pulsar-client-go/oauth2
v0.0.0-20201120111947-b8bd55bc02bd
+ github.com/apache/pulsar-client-go/oauth2
v0.0.0-20220120090717-25e59572242e
github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
github.com/davecgh/go-spew v1.1.1