Skip to content

Commit

Permalink
build(deps): bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1
Browse files Browse the repository at this point in the history
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](PuerkitoBio/goquery@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2023
1 parent 9a8fdba commit f5e2ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit f5e2ddb

Please sign in to comment.