github.com/MontFerret/ferret@v0.18.0/go.mod (about)

     1  module github.com/MontFerret/ferret
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/PuerkitoBio/goquery v1.8.1
     7  	github.com/antchfx/htmlquery v1.3.0
     8  	github.com/antchfx/xpath v1.2.4
     9  	github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1
    10  	github.com/corpix/uarand v0.2.0
    11  	github.com/gobwas/glob v0.2.3
    12  	github.com/gorilla/css v1.0.0
    13  	github.com/jarcoal/httpmock v1.3.0
    14  	github.com/mafredri/cdp v0.34.0
    15  	github.com/pkg/errors v0.9.1
    16  	github.com/rs/zerolog v1.29.0
    17  	github.com/sethgrid/pester v1.2.0
    18  	github.com/smartystreets/goconvey v1.7.2
    19  	github.com/stretchr/testify v1.8.2
    20  	github.com/wI2L/jettison v0.7.4
    21  	golang.org/x/net v0.8.0
    22  	golang.org/x/sync v0.1.0
    23  	golang.org/x/text v0.8.0
    24  )
    25  
    26  require (
    27  	github.com/andybalholm/cascadia v1.3.1 // indirect
    28  	github.com/davecgh/go-spew v1.1.1 // indirect
    29  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    30  	github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
    31  	github.com/gorilla/websocket v1.4.2 // indirect
    32  	github.com/jtolds/gls v4.20.0+incompatible // indirect
    33  	github.com/mattn/go-colorable v0.1.12 // indirect
    34  	github.com/mattn/go-isatty v0.0.14 // indirect
    35  	github.com/pmezard/go-difflib v1.0.0 // indirect
    36  	github.com/smartystreets/assertions v1.2.0 // indirect
    37  	github.com/stretchr/objx v0.5.0 // indirect
    38  	golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
    39  	golang.org/x/sys v0.6.0 // indirect
    40  	gopkg.in/yaml.v3 v3.0.1 // indirect
    41  )