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

require (
github.com/farseer-go/collections v0.8.0
github.com/farseer-go/fs v0.8.0
github.com/farseer-go/collections v0.9.0
github.com/farseer-go/fs v0.9.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/devfeel/mapper v0.7.13 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit c4d329b

Please sign in to comment.