This commit is contained in:
2024-10-09 01:11:28 +02:00
commit 614504e933
9 changed files with 564 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module trackncore
go 1.23
toolchain go1.23.2
require (
github.com/PuerkitoBio/goquery v1.10.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
)