aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-02-29 16:05:00 -0500
committerGitHub <noreply@github.com>2020-02-29 16:05:00 -0500
commit1da6129332d63ac04767900868b0e1d03219acca (patch)
tree3d0e03d9a986b33a176a5eb5a08825c3a7b676e6 /go.mod
parent6adc88b1ff03482030b919b6b7a4bfb03079413f (diff)
downloadxesite-1da6129332d63ac04767900868b0e1d03219acca.tar.xz
xesite-1da6129332d63ac04767900868b0e1d03219acca.zip
Patron page (#122)
* implement /patrons * bump go to 1.14 * go mod tidy * bump go in github actions
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b8d12c3..741f853 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,8 @@ module christine.website
require (
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
github.com/gorilla/feeds v1.1.1
+ github.com/joho/godotenv v1.3.0
+ github.com/mxpv/patreon-go v0.0.0-20190917022727-646111f1d983
github.com/povilasv/prommod v0.0.12
github.com/prometheus/client_golang v1.4.1
github.com/russross/blackfriday v2.0.0+incompatible
@@ -10,6 +12,7 @@ require (
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/snabb/sitemap v1.0.0
github.com/stretchr/testify v1.4.0
+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/yaml.v2 v2.2.8
within.website/ln v0.8.0
)