Update go mod name

This commit is contained in:
Arik Jones
2024-09-03 11:05:28 -05:00
parent baf92acfd2
commit 8d402affbd
2 changed files with 2 additions and 91 deletions

11
go.mod
View File

@@ -1,17 +1,10 @@
module rollup
module github.com/tnypxl/rollup
go 1.23
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/spf13/cobra v1.8.1
)
require github.com/spf13/cobra v1.8.1
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sashabaranov/go-openai v1.29.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.25.0 // indirect
)