aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-04-01 07:07:18 -0700
committerChristine Dodrill <me@christine.website>2019-04-01 07:07:18 -0700
commit491e216d370d1c7200ceace5615b83c329282767 (patch)
treed874239326b9cb4b520b38ce356d45e7a1817378 /go.mod
parentc5781c2274aca56aaefe8312cfca7e0c161f3f03 (diff)
downloadxesite-491e216d370d1c7200ceace5615b83c329282767.tar.xz
xesite-491e216d370d1c7200ceace5615b83c329282767.zip
update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 183c97c..117df0c 100644
--- a/go.mod
+++ b/go.mod
@@ -10,13 +10,14 @@ require (
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
- github.com/prometheus/procfs v0.0.0-20190319124303-40f3c57fb198 // indirect
+ github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // 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
+ golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
- gopkg.in/yaml.v2 v2.2.1
+ gopkg.in/yaml.v2 v2.2.2
within.website/ln v0.5.2
)