aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-22 18:42:25 -0700
committerChristine Dodrill <me@christine.website>2019-03-22 18:42:25 -0700
commit20c08e68d1218475d6c6f3ca8ae718e1f508c696 (patch)
treea45cda10e87adf9600cca05410c16099bbfbdc73 /go.mod
parentc4d1b02ccbd4983e7ee3387bd8f578e9887141ca (diff)
downloadxesite-20c08e68d1218475d6c6f3ca8ae718e1f508c696.tar.xz
xesite-20c08e68d1218475d6c6f3ca8ae718e1f508c696.zip
cmd/site: better logging
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ddee490..387df9d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,7 @@
module christine.website
require (
+ github.com/celrenheit/sandflake v0.0.0-20171226210037-92cb626f32dc
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/feeds v1.1.0
github.com/kr/pretty v0.1.0 // indirect
@@ -11,6 +12,7 @@ require (
github.com/prometheus/common v0.2.0 // indirect
github.com/prometheus/procfs v0.0.0-20190319124303-40f3c57fb198 // indirect
github.com/russross/blackfriday v2.0.0+incompatible
+ github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/snabb/sitemap v1.0.0
github.com/stretchr/testify v1.3.0