rtk-scrape/go.mod

13 lines
293 B
Modula-2
Raw Normal View History

2023-12-31 04:27:34 +00:00
module git.foosoft.net/alex/rtk-scrape
2020-01-19 02:46:06 +00:00
go 1.13
require (
2023-12-31 04:27:34 +00:00
github.com/PuerkitoBio/goquery v1.8.1
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/headzoo/surf v1.0.1
2020-01-19 02:46:06 +00:00
github.com/pacificporter/surf v1.0.3
2023-12-31 04:27:34 +00:00
golang.org/x/net v0.19.0 // indirect
2020-01-19 02:46:06 +00:00
gopkg.in/headzoo/surf.v1 v1.0.0
)