aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-15 10:55:47 -0400
committerGitHub <noreply@github.com>2020-04-15 10:55:47 -0400
commit2559274d95d67ca66cc252276d7a6a0a6bbe47b9 (patch)
tree51686c42f3e3f5e558a87d54e9ac7290380ea366 /go.mod
parentf48ce79ba44e6cbb737b0b26196a6327f5436201 (diff)
downloadxesite-2559274d95d67ca66cc252276d7a6a0a6bbe47b9.tar.xz
xesite-2559274d95d67ca66cc252276d7a6a0a6bbe47b9.zip
build(deps): bump within.website/ln from 0.8.0 to 0.9.0 (#137)
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/Xe/ln/releases) - [Changelog](https://github.com/Xe/ln/blob/master/CHANGELOG.md) - [Commits](https://github.com/Xe/ln/compare/v0.8.0...v0.9.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 1911f1e..ca2a7fc 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/stretchr/testify v1.5.1
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/yaml.v2 v2.2.8
- within.website/ln v0.8.0
+ within.website/ln v0.9.0
)
go 1.13