Skip to content

Commit

Permalink
升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 25, 2023
1 parent 4d5245a commit b3741f7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ module github.com/farseer-go/rabbit
go 1.19

require (
github.com/farseer-go/collections v0.10.0
github.com/farseer-go/fs v0.10.0
github.com/farseer-go/collections v0.11.0
github.com/farseer-go/fs v0.11.0
github.com/rabbitmq/amqp091-go v1.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.13 // indirect
github.com/kr/pretty v0.3.0 // 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 b3741f7

Please sign in to comment.