From 97995a167cea1375d4f95cfb3bbc475ae210a37b Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Thu, 27 Jul 2023 22:57:01 +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 | 3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 update.sh diff --git a/go.mod b/go.mod index c20b6b1..b1d2c21 100644 --- a/go.mod +++ b/go.mod @@ -3,17 +3,18 @@ module github.com/farseer-go/utils go 1.19 require ( - github.com/farseer-go/fs v0.7.0 - github.com/stretchr/testify v1.8.2 - github.com/valyala/fasthttp v1.38.0 + github.com/farseer-go/fs v0.8.0 + github.com/stretchr/testify v1.8.4 + github.com/valyala/fasthttp v1.48.0 ) require ( - github.com/andybalholm/brotli v1.0.4 // indirect + github.com/andybalholm/brotli v1.0.5 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/klauspost/compress v1.15.0 // indirect + github.com/klauspost/compress v1.16.3 // indirect github.com/kr/pretty v0.3.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.5.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..3f23a2b --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +go get github.com/farseer-go/fs +go get github.com/stretchr/testify +go get github.com/valyala/fasthttp \ No newline at end of file