cleanup: go module changes

This commit is contained in:
Arik Jones
2024-09-21 15:39:14 -05:00
parent 96ac2dbfc0
commit beca098b0d
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/spf13/cobra v1.8.1
golang.org/x/time v0.6.0
)
require (
@@ -21,7 +22,6 @@ require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/playwright-community/playwright-go v0.4501.1
github.com/russross/blackfriday/v2 v2.1.0
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v2 v2.4.0
)