2019-05-25 19:14:09 +00:00
|
|
|
module christine.website
|
2018-07-01 20:38:18 +00:00
|
|
|
|
|
|
|
require (
|
2019-05-25 10:30:28 +00:00
|
|
|
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
|
2019-05-25 10:02:40 +00:00
|
|
|
github.com/gorilla/feeds v1.1.1
|
2020-02-29 21:05:00 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/mxpv/patreon-go v0.0.0-20190917022727-646111f1d983
|
2020-03-18 20:45:55 +00:00
|
|
|
github.com/philandstuff/dhall-golang v1.0.0
|
2019-08-15 23:33:11 +00:00
|
|
|
github.com/povilasv/prommod v0.0.12
|
2020-06-18 11:25:26 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.0
|
2019-03-21 14:34:38 +00:00
|
|
|
github.com/russross/blackfriday v2.0.0+incompatible
|
2019-03-23 01:42:25 +00:00
|
|
|
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
|
2019-03-21 14:34:38 +00:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2019-03-21 17:30:20 +00:00
|
|
|
github.com/snabb/sitemap v1.0.0
|
2020-06-08 17:53:43 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-02-29 21:05:00 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-05-13 12:10:44 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-06-04 14:37:46 +00:00
|
|
|
within.website/ln v0.9.1
|
2018-07-01 20:38:18 +00:00
|
|
|
)
|
2019-10-23 17:20:07 +00:00
|
|
|
|
|
|
|
go 1.13
|