We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d38919 commit c866742Copy full SHA for c866742
repositories.bzl
@@ -48,8 +48,8 @@ def go_repositories():
48
go_repository(
49
name = "com_github_dgrijalva_jwt_go",
50
importpath = "github.com/dgrijalva/jwt-go",
51
- sum = "h1:54T2qn/iIwjg7JGrMsKD3WID0+CaYUrJgyXDM5ckYLk=",
52
- version = "v2.7.0+incompatible",
+ sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
+ version = "v3.2.0+incompatible",
53
)
54
55
name = "com_github_go_kit_kit",
0 commit comments