Skip to content

Commit

Permalink
升级组件版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Feb 4, 2024
1 parent 8d38851 commit 7f9d5f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/farseer-go/webapi
go 1.19

require (
github.com/farseer-go/collections v0.12.0
github.com/farseer-go/fs v0.12.0
github.com/farseer-go/collections v0.13.0
github.com/farseer-go/fs v0.13.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.16.0
Expand Down
14 changes: 7 additions & 7 deletions session-redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/farseer-go/webapi/session-redis
go 1.19

require (
github.com/farseer-go/cache v0.12.0
github.com/farseer-go/cacheMemory v0.12.0
github.com/farseer-go/fs v0.12.0
github.com/farseer-go/redis v0.12.0
github.com/farseer-go/webapi v0.12.0
github.com/farseer-go/cache v0.13.0
github.com/farseer-go/cacheMemory v0.13.0
github.com/farseer-go/fs v0.13.0
github.com/farseer-go/redis v0.13.0
github.com/farseer-go/webapi v0.13.0
)

require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/farseer-go/collections v0.12.0 // indirect
github.com/farseer-go/mapper v0.12.0 // indirect
github.com/farseer-go/collections v0.13.0 // indirect
github.com/farseer-go/mapper v0.13.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
Expand Down

0 comments on commit 7f9d5f9

Please sign in to comment.