github.com/suntong/cascadia@v1.3.0/go.mod (about)

     1  module github.com/suntong/cascadia
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/PuerkitoBio/goquery v1.8.1
     7  	github.com/andybalholm/cascadia v1.3.1
     8  	github.com/mkideal/cli v0.2.7
     9  	golang.org/x/net v0.10.0
    10  )
    11  
    12  require (
    13  	github.com/labstack/gommon v0.3.0 // indirect
    14  	github.com/mattn/go-colorable v0.1.7 // indirect
    15  	github.com/mattn/go-isatty v0.0.12 // indirect
    16  	github.com/mkideal/expr v0.1.0 // indirect
    17  	github.com/mkideal/pkg v0.1.3 // indirect
    18  	golang.org/x/crypto v0.1.0 // indirect
    19  	golang.org/x/sys v0.8.0 // indirect
    20  	golang.org/x/term v0.8.0 // indirect
    21  )