2019-02-20 20:23:48 +01:00
|
|
|
module github.com/PuerkitoBio/goquery
|
|
|
|
|
|
|
|
require (
|
2020-03-28 13:44:36 +01:00
|
|
|
github.com/andybalholm/cascadia v1.1.0
|
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2019-02-20 20:23:48 +01:00
|
|
|
)
|
2020-03-28 13:44:36 +01:00
|
|
|
|
|
|
|
go 1.13
|