diff options
| author | Christine Dodrill <me@christine.website> | 2018-10-31 23:10:04 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-10-31 23:10:04 +0000 |
| commit | 24d63f4c9832538a8b4d119f54df2507ffe46578 (patch) | |
| tree | 95975a665382f7ebe3d7666e5fd0292092dd966d /go.mod | |
| parent | b7493881049aaa908de04837d004ec5cf2d91b90 (diff) | |
| download | xesite-i18n.tar.xz xesite-i18n.zip | |
add translationsi18n
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,18 +1,17 @@ module github.com/Xe/site require ( - github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da // indirect 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 // indirect + github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect + 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/jtolds/qod v0.0.0-20170925014538-3abb44dfc7ba // indirect github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect github.com/kr/pretty v0.1.0 // indirect - github.com/magefile/mage v0.0.0-20171025021237-ab3ca2f6f855 // 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/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect |
