From f5e2ddb44866895524fdd117bd5157ef3fad0159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:20:18 +0000 Subject: [PATCH] build(deps): bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bc3044f..cf885b1 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.8.0 + github.com/PuerkitoBio/goquery v1.8.1 github.com/go-chi/chi v4.1.2+incompatible github.com/justinas/alice v1.2.0 github.com/rs/zerolog v1.28.0 github.com/stretchr/testify v1.7.0 github.com/urfave/cli/v2 v2.23.7 - golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 + golang.org/x/net v0.7.0 )