aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-07-01 20:38:18 +0000
committerChristine Dodrill <me@christine.website>2018-07-01 20:38:18 +0000
commit6197f455f695eb959a932e15dc417c1b50a2255b (patch)
treeeb90c08ea8e688894b033668587635c6e350f13d /go.mod
parentb0e0b108231f9b71eebe68d8e9b99ca2846b4534 (diff)
downloadxesite-6197f455f695eb959a932e15dc417c1b50a2255b.tar.xz
xesite-6197f455f695eb959a932e15dc417c1b50a2255b.zip
vgo
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod22
1 files changed, 22 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..150491a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,22 @@
+module github.com/Xe/site
+
+require (
+ github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da
+ github.com/Xe/gopreload v0.0.0-20170326043426-a00a8beb369c
+ github.com/Xe/jsonfeed v0.0.0-20170520170432-e21591505612
+ github.com/Xe/ln v0.0.0-20170921000907-466e05b2ef3e
+ github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb
+ github.com/google/gops v0.3.2
+ github.com/gorilla/feeds v1.0.0
+ github.com/jtolds/qod v0.0.0-20170925014538-3abb44dfc7ba
+ github.com/kr/pretty v0.1.0
+ github.com/magefile/mage v0.0.0-20171025021237-ab3ca2f6f855
+ github.com/pkg/errors v0.8.0
+ github.com/russross/blackfriday v0.0.0-20170806171014-cadec560ec52
+ github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
+ github.com/st3fan/jsonfeed v0.0.0-20170519104842-498b2850d26b
+ github.com/stretchr/testify v1.2.2
+ github.com/tj/front v0.0.0-20170212063142-739be213b0a1
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
+ gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
+)