📕 yarn is a Self-Hosted, Twitter™-like Decentralised micro-Blogging platform. No ads, no tracking, your content, your data!
https://yarn.social/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
4.4 KiB
97 lines
4.4 KiB
module git.mills.io/yarnsocial/yarn |
|
|
|
go 1.16 |
|
|
|
require ( |
|
git.mills.io/prologic/bitcask v1.0.2 |
|
git.mills.io/prologic/go-gopher v0.0.0-20220131134120-44dd1c17a0dd |
|
git.mills.io/prologic/observe v0.0.0-20210712230028-fc31c7aa2bd1 |
|
git.mills.io/prologic/read-file-last-line v0.0.0-20210710073401-af293d63a6d0 |
|
github.com/Masterminds/sprig/v3 v3.2.2 |
|
github.com/NYTimes/gziphandler v1.1.1 |
|
github.com/PuerkitoBio/goquery v1.8.0 |
|
github.com/andreadipersio/securecookie v0.0.0-20131119095127-e3c3b33544ec |
|
github.com/andyleap/microformats v0.0.0-20150523144534-25ae286f528b |
|
github.com/audiolion/ipip v1.0.0 |
|
github.com/badgerodon/ioutil v0.0.0-20150716134133-06e58e34b867 |
|
github.com/creasty/defaults v1.5.2 |
|
github.com/cyphar/filepath-securejoin v0.2.3 |
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
github.com/disintegration/gift v1.2.1 |
|
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec |
|
github.com/dustin/go-humanize v1.0.0 |
|
github.com/elithrar/simple-scrypt v1.3.0 |
|
github.com/gabstv/merger v1.0.1 |
|
github.com/gavv/httpexpect/v2 v2.3.1 |
|
github.com/go-mail/mail v2.3.1+incompatible |
|
github.com/go-playground/validator/v10 v10.9.0 // indirect |
|
github.com/goccy/go-yaml v1.9.5 |
|
github.com/gofrs/flock v0.8.1 // indirect |
|
github.com/gomarkdown/markdown v0.0.0-20220310201231-552c6011c0b8 |
|
github.com/gorilla/feeds v1.1.1 |
|
github.com/goware/urlx v0.3.1 |
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect |
|
github.com/h2non/filetype v1.1.3 |
|
github.com/huandu/xstrings v1.3.2 // indirect |
|
github.com/imdario/mergo v0.3.12 // indirect |
|
github.com/james4k/fmatter v0.0.0-20150827042251-377c8ea6259d |
|
github.com/jinzhu/gorm v1.9.16 // indirect |
|
github.com/julienschmidt/httprouter v1.3.0 |
|
github.com/justinas/nosurf v1.1.1 |
|
github.com/lithammer/shortuuid/v3 v3.0.7 |
|
github.com/magiconair/properties v1.8.6 // indirect |
|
github.com/makeworld-the-better-one/go-gemini v0.13.0 |
|
github.com/marksalpeter/sugar v0.0.0-20160713164314-a69afe358ea8 // indirect |
|
github.com/marksalpeter/token/v2 v2.0.0 |
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d |
|
github.com/microcosm-cc/bluemonday v1.0.18 |
|
github.com/mitchellh/copystructure v1.2.0 // indirect |
|
github.com/mitchellh/go-homedir v1.1.0 |
|
github.com/naoina/go-stringutil v0.1.0 // indirect |
|
github.com/naoina/toml v0.1.1 |
|
github.com/nicksnyder/go-i18n/v2 v2.2.0 |
|
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022 |
|
github.com/patrickmn/go-cache v2.1.0+incompatible |
|
github.com/petermattis/goid v0.0.0-20220302125637-5f11c28912df // indirect |
|
github.com/prometheus/client_golang v1.12.1 // indirect |
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect |
|
github.com/renstrom/shortuuid v3.0.0+incompatible |
|
github.com/rickb777/accept v0.0.0-20170318132422-d5183c44530d |
|
github.com/robfig/cron v1.2.0 |
|
github.com/russross/blackfriday v1.6.0 |
|
github.com/sasha-s/go-deadlock v0.3.1 |
|
github.com/securisec/go-keywords v0.0.0-20200619134240-769e7273f2ed |
|
github.com/shopspring/decimal v1.3.1 // indirect |
|
github.com/sirupsen/logrus v1.8.1 |
|
github.com/slok/go-http-metrics v0.10.0 |
|
github.com/spf13/afero v1.8.2 // indirect |
|
github.com/spf13/cobra v1.4.0 |
|
github.com/spf13/pflag v1.0.5 |
|
github.com/spf13/viper v1.10.1 |
|
github.com/steambap/captcha v1.4.1 |
|
github.com/stretchr/testify v1.7.1 |
|
github.com/tebeka/selenium v0.9.9 |
|
github.com/theplant-retired/timezones v0.0.0-20150304063004-f9bd3c0ef9db |
|
github.com/tj/go-editor v1.0.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 |
|
go.yarn.social/client v0.0.0-20220218215801-0d1e5aba32fc |
|
go.yarn.social/lextwt v0.0.0-20220217054745-c86d4bd536c8 |
|
go.yarn.social/types v0.0.0-20220304222359-9694f95ad749 |
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd |
|
golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7 // indirect |
|
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect |
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f |
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
|
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect |
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 |
|
golang.org/x/text v0.3.7 |
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect |
|
gopkg.in/ini.v1 v1.66.4 // indirect |
|
gopkg.in/mail.v2 v2.3.1 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 |
|
gorm.io/gorm v1.23.2 // indirect |
|
willnorris.com/go/microformats v1.1.1 |
|
)
|
|
|