Initial commit

This commit is contained in:
2024-11-05 22:42:46 +01:00
commit a0fb036da5
6 changed files with 187 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module wowdocscraper
go 1.23.2
require (
github.com/PuerkitoBio/goquery v1.10.0
golang.org/x/time v0.7.0
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
golang.org/x/net v0.29.0 // indirect
)