This commit is contained in:
Arik Jones
2024-09-14 15:11:24 -05:00
parent 8932f503c6
commit a3b23a6d34
3 changed files with 30 additions and 3 deletions

6
go.mod
View File

@@ -2,14 +2,16 @@ module github.com/tnypxl/rollup
go 1.23
require github.com/spf13/cobra v1.8.1
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/spf13/cobra v1.8.1
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/kr/text v0.1.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/net v0.27.0 // indirect