Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 821b439

Browse files
authored
Merge pull request #70 from novalagung/refactor-jwt-go
refactor: use golang-jwt/jwt instead of dgrijalva/jwt-go
2 parents 7e16a16 + 90e7d1e commit 821b439

File tree

3 files changed

+88
-4
lines changed

3 files changed

+88
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/antihax/optional v1.0.0
7-
github.com/dgrijalva/jwt-go v3.2.0+incompatible
7+
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
88
github.com/google/uuid v1.1.1
99
github.com/jarcoal/httpmock v1.0.4
1010
github.com/spf13/cobra v0.0.6

0 commit comments

Comments
 (0)