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

Commit

Permalink
Merge pull request #70 from novalagung/refactor-jwt-go
Browse files Browse the repository at this point in the history
refactor: use golang-jwt/jwt instead of dgrijalva/jwt-go
  • Loading branch information
moficodes committed Dec 1, 2021
2 parents 7e16a16 + 90e7d1e commit 821b439
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/antihax/optional v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
github.com/google/uuid v1.1.1
github.com/jarcoal/httpmock v1.0.4
github.com/spf13/cobra v0.0.6
Expand Down
Loading

0 comments on commit 821b439

Please sign in to comment.