1 Star 0 Fork 0

yinmoyu/twtxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 3.89 KB
一键复制 编辑 原始数据 按行查看 历史
module github.com/jointwt/twtxt
go 1.14
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/NYTimes/gziphandler v1.1.1
github.com/PuerkitoBio/goquery v1.5.1
github.com/andreadipersio/securecookie v0.0.0-20131119095127-e3c3b33544ec
github.com/andyleap/microformats v0.0.0-20150523144534-25ae286f528b
github.com/apex/log v1.9.0
github.com/bakape/thumbnailer/v2 v2.6.4
github.com/chai2010/webp v1.1.0
github.com/creasty/defaults v1.5.0
github.com/cyphar/filepath-securejoin v0.2.2
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
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/fsnotify/fsnotify v1.4.9 // indirect
github.com/gabstv/merger v1.0.1
github.com/goccy/go-yaml v1.8.2
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725
github.com/gorilla/feeds v1.1.1
github.com/goware/urlx v0.3.1
github.com/h2non/filetype v1.1.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.10 // indirect
github.com/james4k/fmatter v0.0.0-20150827042251-377c8ea6259d
github.com/jinzhu/gorm v1.9.15 // indirect
github.com/jinzhu/now v1.1.1 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.7.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.4
github.com/magiconair/properties v1.8.4 // indirect
github.com/marksalpeter/sugar v0.0.0-20160713164314-a69afe358ea8 // indirect
github.com/marksalpeter/token/v2 v2.0.0
github.com/microcosm-cc/bluemonday v1.0.3
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prologic/bitcask v0.3.9
github.com/prologic/observe v0.0.0-20181231082615-747b185a0928
github.com/prologic/read-file-last-line v0.0.0-20200806014221-326f63458987
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/securisec/go-keywords v0.0.0-20200619134240-769e7273f2ed
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/steambap/captcha v1.3.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tebeka/selenium v0.9.9
github.com/theplant-retired/timezones v0.0.0-20150304063004-f9bd3c0ef9db
github.com/unrolled/logger v0.0.0-20190327162521-be1a2406c7c9
github.com/vcraescu/go-paginator v0.0.0-20200304054438-86d84f27c0b3
github.com/wblakecaldwell/profiler v0.0.0-20150908040756-6111ef1313a1
github.com/writeas/slug v1.2.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinmoyu/twtxt.git
git@gitee.com:yinmoyu/twtxt.git
yinmoyu
twtxt
twtxt
master

搜索帮助