2019-05-31 11:07:56 +02:00
|
|
|
module github.com/PuerkitoBio/goquery
|
|
|
|
|
|
|
|
require (
|
2020-10-24 12:40:39 +02:00
|
|
|
github.com/andybalholm/cascadia v1.1.0
|
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2019-05-31 11:07:56 +02:00
|
|
|
)
|
2020-10-24 12:40:39 +02:00
|
|
|
|
|
|
|
go 1.13
|