rtk-scrape/go.mod

11 lines
240 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 (
2024-03-31 18:52:12 +00:00
github.com/PuerkitoBio/goquery v1.9.1
2023-12-31 04:27:34 +00:00
github.com/headzoo/surf v1.0.1
2024-03-31 18:52:12 +00:00
github.com/headzoo/ut v0.0.0-20181013193318-a13b5a7a02ca // indirect
golang.org/x/net v0.22.0 // indirect
2020-01-19 02:46:06 +00:00
)