aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-12 17:05:00 +0000
committerChristine Dodrill <me@christine.website>2019-01-12 17:05:26 +0000
commit7056c5dbbfc5a7e184d0db0ddcf20eca487408a2 (patch)
tree5e239b8304a984fcea07bc98d0e05129b579ac2d /go.mod
parent38094754bda1da9de26c283b4c233f95aa2b58f1 (diff)
downloadxesite-7056c5dbbfc5a7e184d0db0ddcf20eca487408a2.tar.xz
xesite-7056c5dbbfc5a7e184d0db0ddcf20eca487408a2.zip
tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8b3cb7c..0410fd2 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,11 @@ module christine.website
require (
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/davecgh/go-spew v1.1.1 // indirect
github.com/google/gops v0.3.2
github.com/gorilla/feeds v1.0.0
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/kr/pretty v0.1.0 // indirect
- github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday v0.0.0-20170806171014-cadec560ec52
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
@@ -18,4 +16,5 @@ require (
github.com/tj/front v0.0.0-20170212063142-739be213b0a1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
+ within.website/ln v0.4.0
)