GoBlog/go.mod

60 lines
2.5 KiB
Modula-2
Raw Normal View History

2020-07-28 19:17:07 +00:00
module git.jlel.se/jlelse/GoBlog
2020-08-25 18:00:54 +00:00
go 1.15
2020-07-28 19:17:07 +00:00
require (
2020-10-14 19:20:17 +00:00
codeberg.org/jlelse/tinify v0.0.0-20200123222407-7fc9c21822b0
2020-10-12 16:01:32 +00:00
github.com/PuerkitoBio/goquery v1.6.0
github.com/andybalholm/cascadia v1.2.0 // indirect
2020-10-06 17:07:48 +00:00
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4
github.com/caddyserver/certmagic v0.12.0
2020-07-29 14:41:36 +00:00
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-fed/httpsig v1.0.1-0.20200711113112-812070f75b67
2020-10-12 17:46:14 +00:00
github.com/goodsign/monday v1.0.1-0.20201007115131-c065b60ec611
2020-11-13 14:49:43 +00:00
github.com/google/go-cmp v0.5.3 // indirect
2020-07-28 19:17:07 +00:00
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // 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
github.com/jeremywohl/flatten v1.0.1
github.com/jinzhu/gorm v1.9.16 // indirect
2020-10-07 15:35:52 +00:00
github.com/json-iterator/go v1.1.10
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/kr/pretty v0.2.1 // indirect
2020-07-28 19:17:07 +00:00
github.com/kr/text v0.2.0 // indirect
2020-09-18 11:11:25 +00:00
github.com/kyokomi/emoji v2.2.4+incompatible
2020-07-28 19:17:07 +00:00
github.com/lopezator/migrator v0.3.0
2020-09-24 15:13:03 +00:00
github.com/magiconair/properties v1.8.4 // indirect
2020-10-06 17:07:48 +00:00
github.com/mattn/go-sqlite3 v1.14.4
github.com/miekg/dns v1.1.35 // indirect
2020-07-28 19:17:07 +00:00
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
2020-09-22 15:08:34 +00:00
github.com/snabb/sitemap v1.0.0
2020-10-06 17:07:48 +00:00
github.com/spf13/afero v1.4.1 // 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.10
2020-11-14 22:28:27 +00:00
github.com/vcraescu/go-paginator v1.0.0
2020-07-30 19:57:19 +00:00
github.com/yuin/goldmark v1.2.1
github.com/yuin/goldmark-emoji v1.0.1
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
2020-11-13 14:49:43 +00:00
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
2020-11-16 13:18:14 +00:00
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
2020-11-14 22:28:27 +00:00
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
2020-11-01 17:37:21 +00:00
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201116002733-ac45abd4c88c // indirect
2020-09-02 15:48:37 +00:00
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
2020-10-06 17:07:48 +00:00
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
willnorris.com/go/microformats v1.1.1
willnorris.com/go/webmention v0.0.0-20200623235404-057ea514ab98
2020-07-28 19:17:07 +00:00
)