From f756ef1200a7e9bd07eeefc5c3564fbd59b1ff33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 23:26:34 +0000 Subject: [PATCH] Bump github.com/tidwall/gjson from 1.1.3 to 1.6.5 in /geektime_crawler Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.1.3 to 1.6.5. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](https://github.com/tidwall/gjson/compare/v1.1.3...v1.6.5) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- geektime_crawler/go.mod | 3 +-- geektime_crawler/go.sum | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/geektime_crawler/go.mod b/geektime_crawler/go.mod index 28a17ec..34ad691 100644 --- a/geektime_crawler/go.mod +++ b/geektime_crawler/go.mod @@ -4,6 +4,5 @@ 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.6.5 ) diff --git a/geektime_crawler/go.sum b/geektime_crawler/go.sum index ef89ab4..3519091 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.6.5 h1:P/K9r+1pt9AK54uap7HcoIp6T3a7AoMg3v18tUis+Cg= +github.com/tidwall/gjson v1.6.5/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI= +github.com/tidwall/match v1.0.3 h1:FQUVvBImDutD8wJLN6c5eMzWtjgONK9MwIBCOrUJKeE= +github.com/tidwall/match v1.0.3/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= +github.com/tidwall/pretty v1.0.2 h1:Z7S3cePv9Jwm1KwS0513MRaoUe3S01WPbLNV40pwWZU= +github.com/tidwall/pretty v1.0.2/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=