Initial commit

This commit is contained in:
Pavel Pivovarov
2025-12-12 11:15:02 +11:00
parent 21899457fd
commit 50a439a499
9 changed files with 830 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/tell-me
go 1.21
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/sashabaranov/go-openai v1.41.2
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/jlubawy/go-boilerpipe v0.4.0 // indirect
golang.org/x/net v0.25.0 // indirect
)