mirror of
https://github.com/lunchcat/sif.git
synced 2026-01-11 04:33:40 -08:00
49 lines
1.9 KiB
Modula-2
49 lines
1.9 KiB
Modula-2
module github.com/pushfs/sif
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.16.1
|
|
github.com/charmbracelet/bubbletea v0.24.1
|
|
github.com/charmbracelet/lipgloss v0.8.0
|
|
github.com/charmbracelet/log v0.2.4
|
|
github.com/rocketlaunchr/google-search v1.1.6
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/antchfx/htmlquery v1.3.0 // indirect
|
|
github.com/antchfx/xmlquery v1.3.15 // indirect
|
|
github.com/antchfx/xpath v1.2.4 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/harmonica v0.2.0 // indirect
|
|
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gocolly/colly/v2 v2.1.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/term v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|