From bd2957255fbfc3b0e7423bbe3ba37e519821a63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Mon, 8 Apr 2024 11:15:40 +0800 Subject: [PATCH] update go mod --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4b68c60..e55431f 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,11 @@ module git.zhangdeman.cn/zhangdeman/data_mask go 1.21 require ( - github.com/tidwall/gjson v1.17.1 // indirect + github.com/tidwall/gjson v1.17.1 + github.com/tidwall/sjson v1.2.5 +) + +require ( github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect - github.com/tidwall/sjson v1.2.5 // indirect )