aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-13 08:10:44 -0400
committerGitHub <noreply@github.com>2020-05-13 08:10:44 -0400
commit72c7e979e78e69fdbccee46069f06a92bdadce8c (patch)
tree985eb6a3096f4310df6460268da2375b138ab35e /go.mod
parent4a7ebf979f12365dac9c153ad08b523cd8ce1740 (diff)
downloadxesite-72c7e979e78e69fdbccee46069f06a92bdadce8c.tar.xz
xesite-72c7e979e78e69fdbccee46069f06a92bdadce8c.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#146)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.8 to 2.3.0. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.8...v2.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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 54e6ea3..da2b21c 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/snabb/sitemap v1.0.0
github.com/stretchr/testify v1.5.1
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
- gopkg.in/yaml.v2 v2.2.8
+ gopkg.in/yaml.v2 v2.3.0
within.website/ln v0.9.0
)