aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-06 21:46:58 -0400
committerChristine Dodrill <me@christine.website>2019-10-06 21:46:58 -0400
commit50e22d76fc550c0138868ec9c9dc0b36ac62353e (patch)
treedab2451e96dfc01bab183bd0b3b279f51d7b71cd /go.mod
parent617ba4d9590b0a34c26c1895902e4cb61dfc10c6 (diff)
downloadxesite-50e22d76fc550c0138868ec9c9dc0b36ac62353e.tar.xz
xesite-50e22d76fc550c0138868ec9c9dc0b36ac62353e.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (#79)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.3...v2.2.4) 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 58fe9fe..70a6e1b 100644
--- a/go.mod
+++ b/go.mod
@@ -14,6 +14,6 @@ require (
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.3
+ gopkg.in/yaml.v2 v2.2.4
within.website/ln v0.7.0
)