Skip to content

Commit

Permalink
升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Nov 22, 2023
1 parent 04dcd78 commit c236f3e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@ module github.com/farseer-go/redis
go 1.19

require (
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/farseer-go/cache v0.9.0
github.com/farseer-go/collections v0.9.0
github.com/farseer-go/fs v0.9.0
github.com/go-redis/redis/v8 v8.11.5
github.com/stretchr/testify v1.8.4
)

require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/devfeel/mapper v0.7.10 // indirect
github.com/devfeel/mapper v0.7.13 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/farseer-go/mapper v0.8.0 // indirect
github.com/farseer-go/mapper v0.9.0 // indirect
github.com/fsnotify/fsnotify v1.6.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
github.com/timandy/routine v1.1.2 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit c236f3e

Please sign in to comment.