Files
spyda/go.mod
2021-01-30 14:05:04 +10:00

59 lines
2.4 KiB
Modula-2

module veri-index
go 1.13
require (
github.com/GeertJohan/go.rice v1.0.2
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.6.1
github.com/andyleap/microformats v0.0.0-20150523144534-25ae286f528b
github.com/audiolion/ipip v1.0.0
github.com/bakape/thumbnailer/v2 v2.6.6
github.com/bbalet/stopwords v1.0.0
github.com/chai2010/webp v1.1.0
github.com/creasty/defaults v1.5.1
github.com/cyphar/filepath-securejoin v0.2.2
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/gabstv/merger v1.0.1
github.com/goccy/go-yaml v1.8.6
github.com/gomarkdown/markdown v0.0.0-20201113031856-722100d81a8e
github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.8.0
github.com/goware/urlx v0.3.1
github.com/h2non/filetype v1.1.1
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/james4k/fmatter v0.0.0-20150827042251-377c8ea6259d
github.com/julienschmidt/httprouter v1.3.0
github.com/justinas/nosurf v1.1.1
github.com/kljensen/snowball v0.6.0
github.com/lithammer/shortuuid/v3 v3.0.5
github.com/microcosm-cc/bluemonday v1.0.4
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prologic/bitcask v0.3.10
github.com/prologic/observe v0.0.0-20181231082615-747b185a0928
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
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/pflag v1.0.5
github.com/steambap/captcha v1.3.1
github.com/theplant-retired/timezones v0.0.0-20150304063004-f9bd3c0ef9db
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
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0
)