From 534093a1790c48c890328f66baad89a2a140b15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:45:40 +0000 Subject: [PATCH] Bump github.com/tidwall/gjson from 1.1.3 to 1.9.3 in /geektime_crawler Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.1.3 to 1.9.3. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](https://github.com/tidwall/gjson/compare/v1.1.3...v1.9.3) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- geektime_crawler/go.mod | 6 ++++-- geektime_crawler/go.sum | 10 ++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/geektime_crawler/go.mod b/geektime_crawler/go.mod index 28a17ec..4405a69 100644 --- a/geektime_crawler/go.mod +++ b/geektime_crawler/go.mod @@ -4,6 +4,8 @@ require ( github.com/SebastiaanKlippert/go-wkhtmltopdf v1.3.0 github.com/hhrutter/pdfcpu v0.1.20 github.com/pkg/errors v0.8.1 // indirect - github.com/tidwall/gjson v1.1.3 - github.com/tidwall/match v1.0.1 // indirect + github.com/tidwall/gjson v1.9.3 + github.com/tidwall/match v1.1.1 // indirect ) + +require github.com/tidwall/pretty v1.2.0 // indirect diff --git a/geektime_crawler/go.sum b/geektime_crawler/go.sum index ef89ab4..9ce6dfa 100644 --- a/geektime_crawler/go.sum +++ b/geektime_crawler/go.sum @@ -4,7 +4,9 @@ github.com/hhrutter/pdfcpu v0.1.20 h1:xFzkqb4LbMZpI3JI/W2SQhfZXgv+VluyYmQxbegKaN github.com/hhrutter/pdfcpu v0.1.20/go.mod h1:iaCmXGnOXPIvoGLELZZc4m/GpIopVsvLQ00thrbu8LU= github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/tidwall/gjson v1.1.3 h1:u4mspaByxY+Qk4U1QYYVzGFI8qxN/3jtEV0ZDb2vRic= -github.com/tidwall/gjson v1.1.3/go.mod h1:c/nTNbUr0E0OrXEhq1pwa8iEgc2DOt4ZZqAt1HtCkPA= -github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc= -github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E= +github.com/tidwall/gjson v1.9.3 h1:hqzS9wAHMO+KVBBkLxYdkEeeFHuqr95GfClRLKlgK0E= +github.com/tidwall/gjson v1.9.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= +github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= +github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= +github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs= +github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=