2019-08-29 03:18:42 +00:00
|
|
|
module github.com/PuerkitoBio/goquery
|
|
|
|
|
|
|
|
require (
|
2020-07-11 21:07:52 +00:00
|
|
|
github.com/andybalholm/cascadia v1.1.0
|
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2019-08-29 03:18:42 +00:00
|
|
|
)
|
2020-07-11 21:07:52 +00:00
|
|
|
|
|
|
|
go 1.13
|