Skip to content

Commit c866742

Browse files
committed
Upgrade com_github_dgrijalva_jwt_go version to v3.2.0
1 parent 8d38919 commit c866742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def go_repositories():
4848
go_repository(
4949
name = "com_github_dgrijalva_jwt_go",
5050
importpath = "github.com/dgrijalva/jwt-go",
51-
sum = "h1:54T2qn/iIwjg7JGrMsKD3WID0+CaYUrJgyXDM5ckYLk=",
52-
version = "v2.7.0+incompatible",
51+
sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
52+
version = "v3.2.0+incompatible",
5353
)
5454
go_repository(
5555
name = "com_github_go_kit_kit",

0 commit comments

Comments
 (0)