aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-10-25 16:13:31 -0700
committerChris Lu <chris.lu@gmail.com>2021-10-25 16:13:31 -0700
commit3eeaffeadd9bcff0148d0b1c860ea4ff03e82904 (patch)
tree99082f145eeee921ae772d0c8601f97f40b7f074 /go.mod
parentd774fa6c9a9d4685f8f4e0081f7385537f98ea84 (diff)
downloadseaweedfs-3eeaffeadd9bcff0148d0b1c860ea4ff03e82904.tar.xz
seaweedfs-3eeaffeadd9bcff0148d0b1c860ea4ff03e82904.zip
update gjson
resolve github.com/tidwall/gjson vulnerability found
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 0651f0a25..187e5675f 100644
--- a/go.mod
+++ b/go.mod
@@ -112,9 +112,9 @@ require (
github.com/stretchr/testify v1.7.0
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
- github.com/tidwall/gjson v1.8.1
- github.com/tidwall/match v1.0.3
- github.com/tidwall/pretty v1.1.0 // indirect
+ github.com/tidwall/gjson v1.10.2
+ github.com/tidwall/match v1.1.1
+ github.com/tidwall/pretty v1.2.0 // indirect
github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365
github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
github.com/valyala/bytebufferpool v1.0.0