Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jul 27, 2023
1 parent 15438d5 commit 5eeae0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ module github.com/farseer-go/cacheMemory
go 1.19

require (
github.com/farseer-go/cache v0.2.0
github.com/farseer-go/collections v0.4.0
github.com/farseer-go/fs v0.7.0
github.com/stretchr/testify v1.8.2
github.com/farseer-go/cache v0.8.0
github.com/farseer-go/collections v0.8.0
github.com/farseer-go/fs v0.8.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/devfeel/mapper v0.7.10 // indirect
github.com/farseer-go/mapper v0.3.0 // indirect
github.com/farseer-go/mapper v0.8.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
github.com/stretchr/objx v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
4 changes: 4 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
go get github.com/farseer-go/cache
go get github.com/farseer-go/collections
go get github.com/farseer-go/fs
go get github.com/stretchr/testify

0 comments on commit 5eeae0c

Please sign in to comment.