From 4f614be3b49fc6ecf425c57253adf1ca904a8f45 Mon Sep 17 00:00:00 2001 From: ChengDaqi2023 <131479795+ChengDaqi2023@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:44:28 +0800 Subject: [PATCH] update github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 to 1.1.1 (#2985) Co-authored-by: Weizhen Wang --- contrib/registry/nacos/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/registry/nacos/go.mod b/contrib/registry/nacos/go.mod index c6e5e1c9e..19e95ce00 100644 --- a/contrib/registry/nacos/go.mod +++ b/contrib/registry/nacos/go.mod @@ -9,7 +9,7 @@ require ( require ( github.com/aliyun/alibaba-cloud-sdk-go v1.61.18 // indirect - github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect + github.com/buger/jsonparser v1.1.1 // indirect github.com/go-errors/errors v1.0.1 // indirect github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect github.com/json-iterator/go v1.1.6 // indirect