chore: upgrade dependencies (#1444)

* chore: upgrade dependencies

* ci: upgrade go to 1.15
This commit is contained in:
Kevin Wan
2022-01-14 11:01:02 +08:00
committed by GitHub
parent b9b80c068b
commit 468c237189
7 changed files with 76 additions and 74 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/v4"
"github.com/stretchr/testify/assert"
)