更新jwt-go

This commit is contained in:
2023-07-30 19:23:26 +08:00
parent 8d9c4231c3
commit 090ab99af2
3 changed files with 7 additions and 6 deletions

4
go.mod
View File

@@ -5,8 +5,9 @@ go 1.20
require (
github.com/Jeffail/gabs v1.4.0
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/go-ini/ini v1.67.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.2
@@ -16,7 +17,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect