fetching and splitting the verse

This commit is contained in:
github_username_here
2026-02-27 17:53:14 +01:00
parent 52ce0f6db1
commit 92b7c5ecab
7 changed files with 369 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module project.hechon.fr
go 1.25.4
require (
github.com/PuerkitoBio/goquery v1.11.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.47.0 // indirect
)