From 6b6795d7ab3570c3c4a9335142f0f1d118f28482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 15:19:20 +0000 Subject: [PATCH] build(deps): bump github.com/PuerkitoBio/goquery from 1.7.1 to 1.8.0 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b11e3de..feacc1f 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module github.com/tdakkota/gnhentai go 1.13 require ( - github.com/PuerkitoBio/goquery v1.7.1 + github.com/PuerkitoBio/goquery v1.8.0 github.com/go-chi/chi v4.1.2+incompatible github.com/justinas/alice v1.2.0 github.com/rs/zerolog v1.26.0 github.com/stretchr/testify v1.7.0 github.com/urfave/cli/v2 v2.23.7 - golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d + golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 )