aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-10-23 17:20:07 +0000
committerChristine Dodrill <me@christine.website>2019-10-23 17:20:07 +0000
commit67843baf71dc86c2233ddf25234cdd66d844faed (patch)
tree4f2aa2bac27bd7a087a9229d68d7c66bced7f88e /go.mod
parent471241b650d990dd0c638e536e00a9c88f5f3051 (diff)
downloadxesite-67843baf71dc86c2233ddf25234cdd66d844faed.tar.xz
xesite-67843baf71dc86c2233ddf25234cdd66d844faed.zip
go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7241860..2db2c87 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,6 @@ require (
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
github.com/gorilla/feeds v1.1.1
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 v1.2.1
github.com/russross/blackfriday v2.0.0+incompatible
@@ -12,8 +11,9 @@ require (
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/snabb/sitemap v1.0.0
github.com/stretchr/testify v1.4.0
- golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.4
within.website/ln v0.7.0
)
+
+go 1.13