aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-08-19 13:48:21 -0400
committerGitHub <noreply@github.com>2019-08-19 13:48:21 -0400
commita6c66568c8b59563b64f3ad3d2d4f4a36ec53004 (patch)
treef4cc2f5094b21ba38df370f1d598c3cfd62f6671 /go.mod
parenteaca47ba372cd933d273fe277f724e64580e0cd7 (diff)
downloadxesite-a6c66568c8b59563b64f3ad3d2d4f4a36ec53004.tar.xz
xesite-a6c66568c8b59563b64f3ad3d2d4f4a36ec53004.zip
Pageview times experiment (#69)
* experiment: track pageview times * strictly respect do not track * oops * asdfasdfasdf * add blogpost * fix typos oops
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index eb15ac7..6179c85 100644
--- a/go.mod
+++ b/go.mod
@@ -6,9 +6,7 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/povilasv/prommod v0.0.12
- github.com/prometheus/client_golang v0.9.4
- github.com/prometheus/common v0.4.1 // indirect
- github.com/prometheus/procfs v0.0.0-20190523193104-a7aeb8df3389 // indirect
+ github.com/prometheus/client_golang v1.0.0
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