aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-05-25 06:02:40 -0400
committerChristine Dodrill <me@christine.website>2019-05-25 06:02:40 -0400
commit43845072d0877059bdc472ff3ecfa72090a34b4c (patch)
tree8cf4a41c926cf04ac3e9914eeb9072e0e3fb1032 /go.mod
parent25ef602b54fbe8ea272dc8779101888cda36cf30 (diff)
downloadxesite-43845072d0877059bdc472ff3ecfa72090a34b4c.tar.xz
xesite-43845072d0877059bdc472ff3ecfa72090a34b4c.zip
build(deps): bump github.com/gorilla/feeds from 1.1.0 to 1.1.1 (#42)
Bumps [github.com/gorilla/feeds](https://github.com/gorilla/feeds) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gorilla/feeds/releases) - [Commits](https://github.com/gorilla/feeds/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6c741b3..66f2981 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,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/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.11