From 5eeae0c3557815dd84183430cd70ef3179191f51 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Thu, 27 Jul 2023 22:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 11 ++++++----- update.sh | 4 ++++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 update.sh 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