GoBlog/go.mod

79 lines
3.4 KiB
Modula-2
Raw Normal View History

2020-07-28 19:17:07 +00:00
module git.jlel.se/jlelse/GoBlog
2021-02-17 07:23:03 +00:00
go 1.16
2020-07-28 19:17:07 +00:00
2021-05-24 17:34:36 +00:00
// master
replace github.com/yuin/goldmark-emoji => github.com/jlelse/goldmark-emoji v1.0.2-0.20210524171342-a1615b7be38a
2020-07-28 19:17:07 +00:00
require (
2021-05-23 08:09:41 +00:00
git.jlel.se/jlelse/goldmark-mark v0.0.0-20210522162520-9788c89266a4
git.jlel.se/jlelse/template-strings v0.0.0-20210523080439-57437f8d23ee
2021-01-15 20:56:46 +00:00
github.com/PuerkitoBio/goquery v1.6.1
github.com/andybalholm/cascadia v1.2.0 // indirect
2021-04-30 16:42:10 +00:00
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
2021-03-03 17:19:55 +00:00
github.com/boombuler/barcode v1.0.1 // indirect
2021-05-07 14:14:15 +00:00
github.com/caddyserver/certmagic v0.13.1
2021-05-20 18:18:13 +00:00
// master
2021-03-19 09:10:47 +00:00
github.com/cretz/bine v0.1.1-0.20200124154328-f9f678b84cca
2021-01-23 16:24:47 +00:00
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
2021-05-20 18:18:13 +00:00
// master
github.com/dgraph-io/ristretto v0.0.4-0.20210504190834-0bf2acd73aa3
github.com/elnormous/contenttype v1.0.0
2021-04-28 18:03:20 +00:00
github.com/felixge/httpsnoop v1.0.2 // indirect
2021-04-30 16:42:10 +00:00
github.com/go-chi/chi/v5 v5.0.3
2020-12-21 19:40:08 +00:00
github.com/go-fed/httpsig v1.1.0
2020-11-17 16:38:17 +00:00
github.com/go-sql-driver/mysql v1.5.0 // indirect
2021-03-10 17:47:56 +00:00
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
github.com/google/go-cmp v0.5.4 // indirect
2021-02-03 09:44:39 +00:00
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
2020-09-02 15:48:37 +00:00
github.com/gorilla/feeds v1.1.1
2020-11-03 17:58:32 +00:00
github.com/gorilla/handlers v1.5.1
2021-05-14 16:24:02 +00:00
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
2020-11-26 16:40:40 +00:00
github.com/jonboulle/clockwork v0.2.2 // indirect
2021-05-08 19:22:48 +00:00
github.com/kaorimatz/go-opml v0.0.0-20210201121027-bc8e2852d7f9
2020-07-28 19:17:07 +00:00
github.com/kr/text v0.2.0 // indirect
2020-11-26 16:40:40 +00:00
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
2021-01-09 10:25:37 +00:00
github.com/lestrrat-go/strftime v1.0.4 // indirect
2020-12-03 19:35:31 +00:00
github.com/lib/pq v1.9.0 // indirect
2020-07-28 19:17:07 +00:00
github.com/lopezator/migrator v0.3.0
2021-03-26 08:33:46 +00:00
github.com/magiconair/properties v1.8.5 // indirect
2021-04-14 19:59:40 +00:00
github.com/mattn/go-sqlite3 v1.14.7
2021-04-23 16:48:08 +00:00
github.com/microcosm-cc/bluemonday v1.0.9
2021-05-07 14:14:15 +00:00
github.com/miekg/dns v1.1.42 // indirect
2021-03-10 17:47:56 +00:00
github.com/mitchellh/go-server-timing v1.0.1
2021-01-15 20:56:46 +00:00
github.com/mitchellh/mapstructure v1.4.1 // indirect
2021-05-14 16:24:02 +00:00
github.com/pelletier/go-toml v1.9.1 // indirect
2021-02-28 07:57:15 +00:00
github.com/pquerna/otp v1.3.0
2021-03-26 08:33:46 +00:00
github.com/schollz/sqlite3dump v1.2.4
github.com/smartystreets/assertions v1.2.0 // indirect
2020-09-22 15:08:34 +00:00
github.com/snabb/sitemap v1.0.0
github.com/spf13/afero v1.6.0 // indirect
2020-09-19 11:07:58 +00:00
github.com/spf13/cast v1.3.1
2020-07-28 19:17:07 +00:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
2020-08-01 15:49:46 +00:00
github.com/spf13/viper v1.7.1
github.com/tdewolff/minify/v2 v2.9.16
2021-04-28 18:03:20 +00:00
github.com/tdewolff/parse/v2 v2.5.16 // indirect
github.com/thoas/go-funk v0.8.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2020-11-17 16:38:17 +00:00
github.com/vcraescu/go-paginator v1.0.1-0.20201114172518-2cfc59fe05c2
2021-05-20 18:18:13 +00:00
github.com/yuin/goldmark v1.3.7
github.com/yuin/goldmark-emoji v1.0.1
2021-05-07 14:14:15 +00:00
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.16.0 // indirect
2021-05-14 16:24:02 +00:00
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
2020-12-08 18:36:19 +00:00
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
2021-01-15 20:56:46 +00:00
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2021-05-22 16:21:25 +00:00
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
2020-12-12 21:23:07 +00:00
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
2020-12-03 19:35:31 +00:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2020-10-06 17:07:48 +00:00
gopkg.in/ini.v1 v1.62.0 // indirect
2020-11-26 08:44:44 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-01-09 10:25:37 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2021-01-21 16:59:47 +00:00
honnef.co/go/tools v0.1.1 // indirect
willnorris.com/go/microformats v1.1.1
2020-07-28 19:17:07 +00:00
)