module github.com/codemicro/walrss go 1.19 require ( github.com/bwmarrin/go-alone v0.0.0-20190806015146-742bb55d1631 github.com/carlmjohnson/requests v0.22.3 github.com/coreos/go-oidc v2.2.1+incompatible github.com/gofiber/fiber/v2 v2.31.0 github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible github.com/kkyr/fig v0.3.0 github.com/lithammer/shortuuid/v4 v4.0.0 github.com/matcornic/hermes v1.2.0 github.com/mattn/go-sqlite3 v1.14.14 github.com/mmcdole/gofeed v1.1.3 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/rs/zerolog v1.26.1 github.com/stevelacy/daz v0.1.4 github.com/uptrace/bun v1.1.7 github.com/uptrace/bun/dialect/sqlitedialect v1.1.7 github.com/uptrace/bun/extra/bundebug v1.1.7 github.com/valyala/fasthttp v1.34.0 github.com/valyala/quicktemplate v1.7.0 golang.org/x/crypto v0.1.0 golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7 ) require ( github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/PuerkitoBio/goquery v1.5.1 // indirect github.com/andybalholm/brotli v1.0.4 // indirect github.com/andybalholm/cascadia v1.1.0 // indirect github.com/fatih/color v1.13.0 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/uuid v1.3.0 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/json-iterator/go v1.1.10 // indirect github.com/klauspost/compress v1.15.0 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pelletier/go-toml v1.9.3 // indirect github.com/pquerna/cachecontrol v0.1.0 // indirect github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect golang.org/x/net v0.7.0 // indirect golang.org/x/sys v0.5.0 // indirect golang.org/x/text v0.7.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/russross/blackfriday.v2 v2.0.0 // indirect gopkg.in/square/go-jose.v2 v2.6.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )