mirror of
https://github.com/Dvorinka/facr-scraper.git
synced 2026-06-03 20:12:57 +00:00
16 lines
238 B
Modula-2
16 lines
238 B
Modula-2
module facr-scraper
|
|
|
|
go 1.24.1
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.3
|
|
github.com/gorilla/mux v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
)
|