aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-22 09:57:49 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-22 09:57:49 -0700
commitf3746d350fc7e8614ba60ada6002d11d6deb5328 (patch)
treea60ca9a3f7646a8b41cd0d83d5271b3a616f6783 /go.mod
parenta70e772a03f2f6c743aa3cc3bca6a7edcd1c6aee (diff)
downloadseaweedfs-f3746d350fc7e8614ba60ada6002d11d6deb5328.tar.xz
seaweedfs-f3746d350fc7e8614ba60ada6002d11d6deb5328.zip
resolve gjson security alert
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1e711c81d..f1d039301 100644
--- a/go.mod
+++ b/go.mod
@@ -66,8 +66,8 @@ require (
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.0
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
- github.com/tidwall/gjson v1.3.2
- github.com/tidwall/match v1.0.1
+ github.com/tidwall/gjson v1.8.1
+ github.com/tidwall/match v1.0.3
github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365
github.com/valyala/bytebufferpool v1.0.0
github.com/viant/assertly v0.5.4 // indirect