Refined readme
This commit is contained in:
4
go.mod
4
go.mod
@@ -1,9 +1,10 @@
|
||||
module github.com/tell-me
|
||||
module git.netra.pivpav.com/public/tell-me
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/JohannesKaufmann/html-to-markdown v1.6.0
|
||||
github.com/jlubawy/go-boilerpipe v0.4.0
|
||||
github.com/sashabaranov/go-openai v1.41.2
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
@@ -11,6 +12,5 @@ require (
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user