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 656ae83 commit d44553e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/farseer-go/cacheMemory
go 1.19

require (
github.com/farseer-go/cache v0.12.0
github.com/farseer-go/collections v0.12.0
github.com/farseer-go/fs v0.12.0
github.com/farseer-go/cache v0.13.0
github.com/farseer-go/collections v0.13.0
github.com/farseer-go/fs v0.13.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/farseer-go/mapper v0.12.0 // indirect
github.com/farseer-go/mapper v0.13.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
Expand Down

0 comments on commit d44553e

Please sign in to comment.