diff --git a/go.mod b/go.mod index 43a1c25..9c9c415 100644 --- a/go.mod +++ b/go.mod @@ -3,20 +3,18 @@ module github.com/farseer-go/cacheMemory go 1.19 require ( - github.com/farseer-go/cache v0.10.0 - github.com/farseer-go/collections v0.10.0 - github.com/farseer-go/fs v0.10.0 + github.com/farseer-go/cache v0.11.0 + github.com/farseer-go/collections v0.11.0 + github.com/farseer-go/fs v0.11.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/farseer-go/mapper v0.10.0 // indirect + github.com/farseer-go/mapper v0.11.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/rogpeppe/go-internal v1.12.0 // indirect github.com/timandy/routine v1.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )