-
-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/#617-dispatch-event
- Loading branch information
Showing
275 changed files
with
1,715 additions
and
814 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
module github.com/MontFerret/ferret | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.0 | ||
github.com/antchfx/htmlquery v1.2.5 | ||
github.com/antchfx/xpath v1.2.1 | ||
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220722194653-14703f21b580 | ||
github.com/corpix/uarand v0.1.1 | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/antchfx/htmlquery v1.3.0 | ||
github.com/antchfx/xpath v1.2.4 | ||
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 | ||
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 | ||
github.com/corpix/uarand v0.2.0 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/gorilla/css v1.0.0 | ||
github.com/jarcoal/httpmock v1.2.0 | ||
github.com/mafredri/cdp v0.32.0 | ||
github.com/jarcoal/httpmock v1.3.0 | ||
github.com/mafredri/cdp v0.34.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rs/zerolog v1.26.1 | ||
github.com/sethgrid/pester v1.1.0 | ||
github.com/rs/zerolog v1.29.0 | ||
github.com/sethgrid/pester v1.2.0 | ||
github.com/smartystreets/goconvey v1.7.2 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/wI2L/jettison v0.7.4 | ||
golang.org/x/net v0.0.0-20211209124913-491a49abca63 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/text v0.3.7 | ||
golang.org/x/net v0.8.0 | ||
golang.org/x/sync v0.1.0 | ||
golang.org/x/text v0.8.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/smartystreets/assertions v1.2.0 // indirect | ||
github.com/stretchr/objx v0.1.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.