diff --git a/go.mod b/go.mod index 5aabb8f..ea9723a 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 )