File: 0001-use-jwt-go-v3.patch

package info (click to toggle)
golang-github-azure-go-autorest 8.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 728 kB
  • ctags: 1,266
  • sloc: makefile: 4
file content (23 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Shengjing Zhu <i@zhsj.me>
Date: Sun, 30 Jul 2017 22:03:26 +0800
Subject: use jwt-go-v3

Forwarded: not-needed
Signed-off-by: Shengjing Zhu <i@zhsj.me>
---
 autorest/adal/token.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autorest/adal/token.go b/autorest/adal/token.go
index 5536113..23b5ea6 100644
--- a/autorest/adal/token.go
+++ b/autorest/adal/token.go
@@ -15,7 +15,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/dgrijalva/jwt-go"
+	jwt "github.com/dgrijalva/jwt-go-v3"
 )
 
 const (