2021-08-01 23:54:53 +00:00
|
|
|
module github.com/mediocregopher/blog.mediocregopher.com/srv
|
2021-07-31 22:45:49 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-05-13 17:47:29 +00:00
|
|
|
github.com/adrg/frontmatter v0.2.0
|
2021-07-31 22:45:49 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
|
|
github.com/emersion/go-smtp v0.15.0
|
2022-05-13 17:47:29 +00:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20220510115730-2372b9aa33e5
|
2021-07-31 22:45:49 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-05-20 23:04:20 +00:00
|
|
|
github.com/gorilla/feeds v1.1.1 // indirect
|
2022-05-13 17:47:29 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2022-05-21 16:04:50 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2021-07-31 22:45:49 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
2022-05-06 01:33:40 +00:00
|
|
|
github.com/mediocregopher/mediocre-go-lib/v2 v2.0.0-beta.0.0.20220506011745-cbeee71cb1ee
|
2022-05-13 17:47:29 +00:00
|
|
|
github.com/mediocregopher/radix/v4 v4.0.0-beta.1.0.20210726230805-d62fa1b2e3cb
|
2021-07-31 22:45:49 +00:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/tilinna/clock v1.1.0
|
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
2022-05-13 17:47:29 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
2022-05-17 19:29:12 +00:00
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
|
2022-05-13 17:47:29 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2022-08-19 02:27:40 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-07-31 22:45:49 +00:00
|
|
|
)
|