fix some stuff lol

This commit is contained in:
2024-10-19 14:32:16 +02:00
parent 9acfc490f0
commit 20d6510053
10 changed files with 131 additions and 30 deletions
+2
View File
@@ -6,10 +6,12 @@ toolchain go1.23.2
require (
github.com/PuerkitoBio/goquery v1.10.0
github.com/fsnotify/fsnotify v1.7.0
github.com/joho/godotenv v1.5.1
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)