aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-21 07:31:49 -0700
committerChristine Dodrill <me@christine.website>2019-03-21 07:31:58 -0700
commit526d9de73c9b43d19d9cef7df8e75b6ccae5e16c (patch)
tree206b51bdadede7e67ed782b2894566b06dc3de9b /go.mod
parente42e87790958f4410ed688d00c6c68ebb14ecd1f (diff)
downloadxesite-526d9de73c9b43d19d9cef7df8e75b6ccae5e16c.tar.xz
xesite-526d9de73c9b43d19d9cef7df8e75b6ccae5e16c.zip
cmd/site: prometheus support
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 867b2a7..87da3b4 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,8 @@ require (
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/povilasv/prommod v0.0.11
+ github.com/prometheus/client_golang v0.9.2
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