aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-05 20:13:06 -0500
committerChristine Dodrill <me@christine.website>2019-11-05 20:13:06 -0500
commit8fe1293cafb65c4488b64f8f0d1d03792ecf9481 (patch)
tree327d34f4799e9441f6baccd6be987ba91424c756 /go.mod
parent06e25b676f0719463b9e27a6a435c98b9c4627f3 (diff)
downloadxesite-8fe1293cafb65c4488b64f8f0d1d03792ecf9481.tar.xz
xesite-8fe1293cafb65c4488b64f8f0d1d03792ecf9481.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 (#92)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.5) Signed-off-by: dependabot-preview[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 2db2c87..4242ffd 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/snabb/sitemap v1.0.0
github.com/stretchr/testify v1.4.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
- gopkg.in/yaml.v2 v2.2.4
+ gopkg.in/yaml.v2 v2.2.5
within.website/ln v0.7.0
)