mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-13 06:23:18 +00:00
28 lines
775 B
Modula-2
28 lines
775 B
Modula-2
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/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
|
|
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
|
|
)
|
|
|
|
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
|
|
)
|