49 lines
1.9 KiB
Modula-2
49 lines
1.9 KiB
Modula-2
module github.com/christopher876/rsslair
|
|
|
|
go 1.21.0
|
|
|
|
toolchain go1.21.5
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/yuin/gopher-lua v1.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/17xande/configdir v0.0.0-20230822134354-9441875917e7 // indirect
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/antchfx/htmlquery v1.2.3 // indirect
|
|
github.com/antchfx/xmlquery v1.2.4 // indirect
|
|
github.com/antchfx/xpath v1.1.8 // indirect
|
|
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // 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-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/temoto/robotstxt v1.1.1 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.16.0 // indirect
|
|
golang.org/x/sync v0.4.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20231114163143-69313e640400 // indirect
|
|
golang.org/x/term v0.15.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/tools v0.14.1-0.20231114185516-c9d3e7de13fd // indirect
|
|
golang.org/x/vuln v1.0.1 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
honnef.co/go/tools v0.4.5 // indirect
|
|
mvdan.cc/gofumpt v0.4.0 // indirect
|
|
mvdan.cc/xurls/v2 v2.4.0 // indirect
|
|
)
|