Skip to content

Commit

Permalink
update gtoken v1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbiao committed Apr 1, 2020
1 parent 184e995 commit 7fa54f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Change Log 更新说明
------------------------------
## 2020-03-31 v1.1.5
1. gtoken升级到v1.3.16 支持不需要认证的路径排除配置

## 2020-03-31 v1.1.4
1. 解决前后端分离跨域部署认证问题

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module gmanager
go 1.13

require (
github.com/goflyfox/gtoken v1.3.15
github.com/goflyfox/gtoken v1.3.16
github.com/gogf/gf v1.12.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/gf-third/yaml v1.0.1 h1:pqD4ix+65DqGphU1MDnToPZfGYk0tuuwRzuTSl3g0d0=
github.com/gf-third/yaml v1.0.1/go.mod h1:t443vj0txEw3+E0MOtkr83kt+PrZg2I8SRuYfn85NM0=
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/goflyfox/gtoken v1.3.15 h1:optFPQ84CiSH5SXCDVDeG2wFOJqZIUi0Jv0U71qXy8s=
github.com/goflyfox/gtoken v1.3.15/go.mod h1:a9Q08qaHzoS+ko/AFrCBnq4KCesnRFZ/3eLIiERRhtU=
github.com/goflyfox/gtoken v1.3.16 h1:Vpv+a0MiykPc9UynxYJPo4l+ub7ttFv9AiyP8MXhZaE=
github.com/goflyfox/gtoken v1.3.16/go.mod h1:a9Q08qaHzoS+ko/AFrCBnq4KCesnRFZ/3eLIiERRhtU=
github.com/gogf/gf v1.12.1 h1:DTwxiFIqCzrrlCHvMgOxkgMn41gPKxb9oVy4Nx7ahGs=
github.com/gogf/gf v1.12.1/go.mod h1:5ItmC5B/St8P4hp0/waKmnvHwAfAJ1uspMvR2wUD4UA=
github.com/gomodule/redigo v2.0.0+incompatible h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0=
Expand Down

0 comments on commit 7fa54f5

Please sign in to comment.