cleanup: Ran go mod tidy to clear out an unused dep.

This commit is contained in:
2024-09-20 13:41:51 -05:00
parent f9eee282bc
commit 8ba54001ce
2 changed files with 0 additions and 2 deletions

1
go.mod
View File

@@ -21,7 +21,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
)