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