parent
eb11c1b0aa
commit
2ff9be4898
@ -1,3 +1,9 @@ |
||||
# twtse |
||||
# yarns |
||||
|
||||
A Search Engine for Twtxt. |
||||
🔍 yarns is a Search Engine for Twtxt. |
||||
|
||||
See: https://search.twtxt.net/ |
||||
|
||||
## License |
||||
|
||||
yarns is covered by the [MIT license](/LICENSE) |
||||
|
@ -1,42 +1,111 @@ |
||||
module git.mills.io/prologic/twtse |
||||
module git.mills.io/yarnsocial/yarns |
||||
|
||||
go 1.14 |
||||
go 1.17 |
||||
|
||||
require ( |
||||
git.mills.io/prologic/bitcask v1.0.0 |
||||
git.mills.io/prologic/observe v0.0.0-20210712230028-fc31c7aa2bd1 |
||||
git.mills.io/yarnsocial/yarn v0.0.0-20210907161233-11a3c9b00df2 |
||||
github.com/GeertJohan/go.rice v1.0.2 |
||||
github.com/Masterminds/sprig v2.22.0+incompatible |
||||
github.com/NYTimes/gziphandler v1.1.1 |
||||
github.com/PuerkitoBio/goquery v1.6.1 // indirect |
||||
github.com/andreadipersio/securecookie v0.0.0-20131119095127-e3c3b33544ec |
||||
github.com/antchfx/xmlquery v1.3.3 // indirect |
||||
github.com/apex/log v1.9.0 |
||||
github.com/blevesearch/bleve/v2 v2.0.1 |
||||
github.com/creasty/defaults v1.5.1 |
||||
github.com/blevesearch/bleve/v2 v2.1.0 |
||||
github.com/creasty/defaults v1.5.2 |
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
||||
github.com/dustin/go-humanize v1.0.0 |
||||
github.com/gabstv/merger v1.0.1 |
||||
github.com/go-mail/mail v2.3.1+incompatible |
||||
github.com/goccy/go-yaml v1.8.6 |
||||
github.com/goccy/go-yaml v1.9.3 |
||||
github.com/gocolly/colly/v2 v2.1.0 |
||||
github.com/gomarkdown/markdown v0.0.0-20201113031856-722100d81a8e |
||||
github.com/google/uuid v1.2.0 // indirect |
||||
github.com/gomarkdown/markdown v0.0.0-20210820032736-385812cbea76 |
||||
github.com/goware/urlx v0.3.1 |
||||
github.com/james4k/fmatter v0.0.0-20150827042251-377c8ea6259d |
||||
github.com/jointwt/twtxt v0.0.0-20210206113220-605dc6440c1b |
||||
github.com/julienschmidt/httprouter v1.3.0 |
||||
github.com/justinas/nosurf v1.1.1 |
||||
github.com/patrickmn/go-cache v2.1.0+incompatible |
||||
git.mills.io/prologic/bitcask v0.3.10 |
||||
git.mills.io/prologic/observe v0.0.0-20181231082615-747b185a0928 |
||||
github.com/renstrom/shortuuid v3.0.0+incompatible |
||||
github.com/robfig/cron v1.2.0 |
||||
github.com/sirupsen/logrus v1.7.0 |
||||
github.com/sirupsen/logrus v1.8.1 |
||||
github.com/spf13/pflag v1.0.5 |
||||
github.com/steambap/captcha v1.3.1 |
||||
github.com/stretchr/testify v1.6.1 |
||||
github.com/steambap/captcha v1.4.1 |
||||
github.com/stretchr/testify v1.7.0 |
||||
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979 |
||||
github.com/vcraescu/go-paginator v1.0.0 |
||||
github.com/wblakecaldwell/profiler v0.0.0-20150908040756-6111ef1313a1 |
||||
github.com/writeas/slug v1.2.0 |
||||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad |
||||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 |
||||
) |
||||
|
||||
require ( |
||||
github.com/Masterminds/goutils v1.1.1 // indirect |
||||
github.com/Masterminds/semver v1.5.0 // indirect |
||||
github.com/PuerkitoBio/goquery v1.7.1 // indirect |
||||
github.com/PuerkitoBio/purell v1.1.1 // indirect |
||||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
||||
github.com/RoaringBitmap/roaring v0.7.3 // indirect |
||||
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect |
||||
github.com/andybalholm/cascadia v1.2.0 // 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/beorn7/perks v1.0.1 // indirect |
||||
github.com/bits-and-blooms/bitset v1.2.0 // indirect |
||||
github.com/blevesearch/bleve_index_api v1.0.1 // indirect |
||||
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect |
||||
github.com/blevesearch/mmap-go v1.0.2 // indirect |
||||
github.com/blevesearch/scorch_segment_api/v2 v2.0.1 // indirect |
||||
github.com/blevesearch/segment v0.9.0 // indirect |
||||
github.com/blevesearch/snowballstem v0.9.0 // indirect |
||||
github.com/blevesearch/upsidedown_store_api v1.0.1 // indirect |
||||
github.com/blevesearch/vellum v1.0.5 // indirect |
||||
github.com/blevesearch/zapx/v11 v11.2.2 // indirect |
||||
github.com/blevesearch/zapx/v12 v12.2.2 // indirect |
||||
github.com/blevesearch/zapx/v13 v13.2.2 // indirect |
||||
github.com/blevesearch/zapx/v14 v14.2.2 // indirect |
||||
github.com/blevesearch/zapx/v15 v15.2.2 // indirect |
||||
github.com/cespare/xxhash/v2 v2.1.1 // indirect |
||||
github.com/daaku/go.zipexe v1.0.0 // indirect |
||||
github.com/davecgh/go-spew v1.1.1 // indirect |
||||
github.com/fatih/color v1.12.0 // indirect |
||||
github.com/gobwas/glob v0.2.3 // indirect |
||||
github.com/gofrs/flock v0.8.1 // indirect |
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect |
||||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
||||
github.com/golang/protobuf v1.5.2 // indirect |
||||
github.com/golang/snappy v0.0.1 // indirect |
||||
github.com/google/uuid v1.2.0 // indirect |
||||
github.com/huandu/xstrings v1.3.2 // indirect |
||||
github.com/imdario/mergo v0.3.12 // indirect |
||||
github.com/kennygrant/sanitize v1.2.4 // indirect |
||||
github.com/mattn/go-colorable v0.1.8 // indirect |
||||
github.com/mattn/go-isatty v0.0.13 // indirect |
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
||||
github.com/mitchellh/copystructure v1.2.0 // indirect |
||||
github.com/mitchellh/reflectwalk v1.0.2 // indirect |
||||
github.com/mschoch/smat v0.2.0 // indirect |
||||
github.com/pkg/errors v0.9.1 // indirect |
||||
github.com/plar/go-adaptive-radix-tree v1.0.4 // indirect |
||||
github.com/pmezard/go-difflib v1.0.0 // indirect |
||||
github.com/prometheus/client_golang v1.11.0 // indirect |
||||
github.com/prometheus/client_model v0.2.0 // indirect |
||||
github.com/prometheus/common v0.29.0 // indirect |
||||
github.com/prometheus/procfs v0.7.0 // indirect |
||||
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect |
||||
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect |
||||
github.com/steveyen/gtreap v0.1.0 // indirect |
||||
github.com/temoto/robotstxt v1.1.1 // indirect |
||||
go.etcd.io/bbolt v1.3.5 // indirect |
||||
golang.org/x/exp v0.0.0-20210722180016-6781d3edade3 // indirect |
||||
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect |
||||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect |
||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
||||
golang.org/x/text v0.3.6 // indirect |
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
||||
google.golang.org/appengine v1.6.7 // indirect |
||||
google.golang.org/protobuf v1.27.1 // indirect |
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect |
||||
gopkg.in/yaml.v2 v2.4.0 // indirect |
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
||||
) |
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue