This commit is contained in:
2026-02-19 14:57:33 +03:00
commit 2bb6c5a8d6
4 changed files with 408 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module archiver
go 1.25.7
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/google/uuid v1.6.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.47.0 // indirect
)