GoBlog/go.mod

117 lines
4.8 KiB
Modula-2
Raw Normal View History

module go.goblog.app/app
2020-07-28 19:17:07 +00:00
go 1.19
2020-07-28 19:17:07 +00:00
require (
git.jlel.se/jlelse/go-geouri v0.0.0-20210525190615-a9c1d50f42d6
2021-07-07 16:13:31 +00:00
git.jlel.se/jlelse/go-shutdowner v0.0.0-20210707065515-773db8099c30
2021-05-23 08:09:41 +00:00
git.jlel.se/jlelse/goldmark-mark v0.0.0-20210522162520-9788c89266a4
2022-02-11 09:58:12 +00:00
git.jlel.se/jlelse/template-strings v0.0.0-20220211095702-c012e3b5045b
2021-10-30 17:26:03 +00:00
github.com/PuerkitoBio/goquery v1.8.0
2022-09-21 15:40:34 +00:00
github.com/alecthomas/chroma/v2 v2.3.0
2021-04-30 16:42:10 +00:00
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
2022-06-07 18:03:44 +00:00
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
github.com/carlmjohnson/requests v0.22.3
2022-10-16 20:34:12 +00:00
// master
github.com/cretz/bine v0.2.1-0.20220825052916-cb1f9e88dfba
2022-07-17 06:36:10 +00:00
github.com/dchest/captcha v1.0.0
2022-10-14 11:00:59 +00:00
github.com/dgraph-io/ristretto v0.1.1
github.com/disintegration/imaging v1.6.2
2022-01-05 09:56:53 +00:00
github.com/dmulholl/mp3lib v1.0.0
2022-05-12 19:36:03 +00:00
github.com/elnormous/contenttype v1.0.3
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
2021-11-08 15:27:33 +00:00
github.com/emersion/go-smtp v0.15.0
github.com/go-chi/chi/v5 v5.0.7
2020-12-21 19:40:08 +00:00
github.com/go-fed/httpsig v1.1.0
2021-12-14 16:38:36 +00:00
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/google/uuid v1.3.0
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/sessions v1.2.1
2022-02-16 12:02:08 +00:00
github.com/gorilla/websocket v1.5.0
2022-06-07 18:03:44 +00:00
github.com/hacdias/indieauth/v2 v2.1.0
2022-09-09 13:01:32 +00:00
github.com/jlaffaye/ftp v0.1.0
// master
github.com/jlelse/feeds v1.2.1-0.20210704161900-189f94254ad4
2021-07-17 07:33:44 +00:00
github.com/justinas/alice v1.2.0
2021-05-08 19:22:48 +00:00
github.com/kaorimatz/go-opml v0.0.0-20210201121027-bc8e2852d7f9
2022-10-28 18:53:46 +00:00
github.com/klauspost/compress v1.15.12
2020-11-26 16:40:40 +00:00
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
2022-05-21 11:46:27 +00:00
github.com/lopezator/migrator v0.3.1
2022-10-28 18:53:46 +00:00
github.com/mattn/go-sqlite3 v1.14.16
github.com/mergestat/timediff v0.0.3
2022-10-03 18:09:18 +00:00
github.com/microcosm-cc/bluemonday v1.0.21
github.com/mmcdole/gofeed v1.1.3
github.com/paulmach/go.geojson v1.4.0
2021-11-10 17:17:25 +00:00
github.com/posener/wstest v1.2.0
2021-02-28 07:57:15 +00:00
github.com/pquerna/otp v1.3.0
2022-10-14 11:00:59 +00:00
github.com/samber/lo v1.33.0
github.com/schollz/sqlite3dump v1.3.1
2020-09-22 15:08:34 +00:00
github.com/snabb/sitemap v1.0.0
2022-05-12 19:36:03 +00:00
github.com/spf13/cast v1.5.0
2022-09-09 13:01:32 +00:00
github.com/spf13/viper v1.13.0
2022-10-28 18:53:46 +00:00
github.com/stretchr/testify v1.8.1
github.com/tdewolff/minify/v2 v2.12.4
// master
github.com/tkrajina/gpxgo v1.2.2-0.20220217201249-321f19554eec
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2022-10-28 18:53:46 +00:00
github.com/traefik/yaegi v0.14.3
2020-11-17 16:38:17 +00:00
github.com/vcraescu/go-paginator v1.0.1-0.20201114172518-2cfc59fe05c2
2022-09-30 14:39:08 +00:00
github.com/yuin/goldmark v1.5.2
2021-06-07 18:27:28 +00:00
// master
github.com/yuin/goldmark-emoji v1.0.2-0.20210607094911-0487583eca38
golang.org/x/crypto v0.1.0
2022-10-22 18:01:42 +00:00
golang.org/x/net v0.1.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.4.0
gopkg.in/yaml.v3 v3.0.1
nhooyr.io/websocket v1.8.7
2021-11-09 09:31:02 +00:00
// main
willnorris.com/go/microformats v1.1.2-0.20210827044458-ff2a6ae41971
2020-07-28 19:17:07 +00:00
)
2021-08-17 05:55:50 +00:00
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
2021-08-17 05:55:50 +00:00
github.com/aymerick/douceur v0.2.0 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
2021-08-17 05:55:50 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2021-11-15 20:48:16 +00:00
github.com/dlclark/regexp2 v1.4.0 // indirect
2021-08-17 05:55:50 +00:00
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
2022-04-28 21:09:38 +00:00
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
2021-11-23 14:23:01 +00:00
github.com/golang/protobuf v1.5.2 // indirect
2021-08-17 05:55:50 +00:00
github.com/gorilla/css v1.0.0 // indirect
2021-12-14 16:38:36 +00:00
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
2022-03-04 15:12:03 +00:00
github.com/hashicorp/go-multierror v1.1.1 // indirect
2021-08-17 05:55:50 +00:00
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
2022-04-14 06:48:54 +00:00
github.com/magiconair/properties v1.8.6 // indirect
2022-05-26 18:03:53 +00:00
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2022-05-26 18:03:53 +00:00
github.com/pelletier/go-toml v1.9.5 // indirect
2022-09-09 13:01:32 +00:00
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
2021-08-17 05:55:50 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/snabb/diagio v1.0.0 // indirect
2022-04-14 06:48:54 +00:00
github.com/spf13/afero v1.8.2 // indirect
2021-08-17 05:55:50 +00:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
2022-09-09 13:01:32 +00:00
github.com/subosito/gotenv v1.4.1 // indirect
2022-10-03 18:09:18 +00:00
github.com/tdewolff/parse/v2 v2.6.4 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
2022-04-14 06:48:54 +00:00
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
2022-10-22 18:01:42 +00:00
golang.org/x/sys v0.1.0 // indirect
2021-11-23 14:23:01 +00:00
google.golang.org/appengine v1.6.7 // indirect
2022-04-14 06:48:54 +00:00
google.golang.org/protobuf v1.28.0 // indirect
2022-09-09 13:01:32 +00:00
gopkg.in/ini.v1 v1.67.0 // indirect
2021-08-17 05:55:50 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
willnorris.com/go/webmention v0.0.0-20220108183051-4a23794272f0 // indirect
2021-08-17 05:55:50 +00:00
)