aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-14 16:26:58 -0500
committerChristine Dodrill <me@christine.website>2019-12-14 16:26:58 -0500
commitc9ba14a39036f2b4ced6ee465f62119c7097f201 (patch)
tree40a3480888f0200fff20306a3b3a15170b587042 /go.mod
parentbfcfe094bb0699adeb2f0e66334ac9d868f65115 (diff)
downloadxesite-c9ba14a39036f2b4ced6ee465f62119c7097f201.tar.xz
xesite-c9ba14a39036f2b4ced6ee465f62119c7097f201.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (#96)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.7. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7) 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 4242ffd..0ef7e9f 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.5
+ gopkg.in/yaml.v2 v2.2.7
within.website/ln v0.7.0
)