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 5810e4b commit e811ccf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/farseer-go/data
go 1.19

require (
github.com/farseer-go/collections v0.10.0
github.com/farseer-go/mapper v0.10.0
github.com/farseer-go/collections v0.11.0
github.com/farseer-go/fs v0.11.0
github.com/farseer-go/mapper v0.11.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.4
gorm.io/driver/mysql v1.5.2
Expand All @@ -13,9 +14,10 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit e811ccf

Please sign in to comment.