aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod21
1 files changed, 0 insertions, 21 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 0f329f2..0000000
--- a/go.mod
+++ /dev/null
@@ -1,21 +0,0 @@
-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/philandstuff/dhall-golang v1.0.0
- github.com/povilasv/prommod v0.0.12
- github.com/prometheus/client_golang v1.7.1
- github.com/russross/blackfriday v2.0.0+incompatible
- github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
- github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
- github.com/snabb/sitemap v1.0.0
- github.com/stretchr/testify v1.6.1
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
- gopkg.in/yaml.v2 v2.3.0
- within.website/ln v0.9.1
-)
-
-go 1.13