aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-04 10:37:46 -0400
committerGitHub <noreply@github.com>2020-06-04 10:37:46 -0400
commit99028d7f518ff19b3ec414941f0a19f18bbbbede (patch)
treebdeb8a24b69bb59e95579eb0d4cb40656d8c0390 /go.mod
parentfff4a234a4bb9aa2cab3b2329dacc15cd089a513 (diff)
downloadxesite-99028d7f518ff19b3ec414941f0a19f18bbbbede.tar.xz
xesite-99028d7f518ff19b3ec414941f0a19f18bbbbede.zip
build(deps): bump within.website/ln from 0.9.0 to 0.9.1 (#161)
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.9.0 to 0.9.1. - [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.9.0...v0.9.1) 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 05d15ef..7237035 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/stretchr/testify v1.6.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/yaml.v2 v2.3.0
- within.website/ln v0.9.0
+ within.website/ln v0.9.1
)
go 1.13