From db3582bcdebe988b1e2024e9c5832707f90c2534 Mon Sep 17 00:00:00 2001 From: chncaption <101684156+chncaption@users.noreply.github.com> Date: Sun, 4 Dec 2022 16:10:18 +0800 Subject: [PATCH] update github.com/tidwall/gjson v1.6.0 to 1.9.3 --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 03516ce..6fb6a2e 100644 --- a/go.mod +++ b/go.mod @@ -13,8 +13,7 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 github.com/nwidger/jsoncolor v0.3.0 - github.com/tidwall/gjson v1.6.0 - github.com/tidwall/pretty v1.0.1 // indirect + github.com/tidwall/gjson v1.9.3 github.com/x86kernel/htmlcolor v0.0.0-20190529101448-c589f58466d0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect