Skip to content

Commit

Permalink
升级组件
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 17, 2023
1 parent 628f998 commit f0ae193
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,16 +3,16 @@ module github.com/farseer-go/cacheMemory
go 1.19

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

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/devfeel/mapper v0.7.13 // indirect
github.com/farseer-go/mapper v0.9.0 // indirect
github.com/farseer-go/mapper v0.10.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.6.1 // indirect
Expand Down

0 comments on commit f0ae193

Please sign in to comment.