aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-29 06:09:52 -0800
committerChristine Dodrill <me@christine.website>2019-01-29 06:09:52 -0800
commit9e2d81d02e93da5a2e53c6fede866b9709cb8587 (patch)
tree619c86a18bf6a228c7c9da913f8939473255e891 /go.mod
parent6ff2379dd09ec957ede8e309524568274efe8665 (diff)
downloadxesite-9e2d81d02e93da5a2e53c6fede866b9709cb8587.tar.xz
xesite-9e2d81d02e93da5a2e53c6fede866b9709cb8587.zip
update ln
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0410fd2..f7c5987 100644
--- a/go.mod
+++ b/go.mod
@@ -8,13 +8,15 @@ require (
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.1 // 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
github.com/st3fan/jsonfeed v0.0.0-20170519104842-498b2850d26b // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/tj/front v0.0.0-20170212063142-739be213b0a1
+ golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
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
+ within.website/ln v0.5.0
)