1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-12 11:15:14 +02:00
ferret/go.mod
dependabot[bot] 74de7da035
Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.1 (#632)
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.1 to 1.7.1.
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.1...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-13 20:29:53 -04:00

23 lines
660 B
Modula-2

module github.com/MontFerret/ferret
go 1.13
require (
github.com/PuerkitoBio/goquery v1.7.1
github.com/antchfx/htmlquery v1.2.3
github.com/antchfx/xpath v1.1.11
github.com/antlr/antlr4 v0.0.0-20210503161921-88ad58426b90
github.com/corpix/uarand v0.1.1
github.com/gobwas/glob v0.2.3
github.com/gorilla/css v1.0.0
github.com/mafredri/cdp v0.31.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.22.0
github.com/sethgrid/pester v1.1.0
github.com/smartystreets/goconvey v1.6.4
github.com/wI2L/jettison v0.7.1
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.6
)