diff --git a/go.mod b/go.mod index 03ac97a..e5195a1 100644 --- a/go.mod +++ b/go.mod @@ -3,18 +3,19 @@ module github.com/farseer-go/cacheMemory go 1.19 require ( - github.com/farseer-go/cache v0.2.0 - github.com/farseer-go/collections v0.4.0 - github.com/farseer-go/fs v0.7.0 - github.com/stretchr/testify v1.8.2 + github.com/farseer-go/cache v0.8.0 + github.com/farseer-go/collections v0.8.0 + github.com/farseer-go/fs v0.8.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/farseer-go/mapper v0.3.0 // indirect + github.com/farseer-go/mapper v0.8.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 gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..8906f48 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +go get github.com/farseer-go/cache +go get github.com/farseer-go/collections +go get github.com/farseer-go/fs +go get github.com/stretchr/testify \ No newline at end of file