From 6197f455f695eb959a932e15dc417c1b50a2255b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Jul 2018 20:38:18 +0000 Subject: vgo --- go.mod | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3