aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-25 16:08:35 -0500
committerChristine Dodrill <me@christine.website>2020-01-25 16:08:35 -0500
commit2df28c075e37ec31d0ea52e158aea1b0c2b456c4 (patch)
tree0c4db16ce7c8b6fc70cc1e1afcbfd32cc2bed525 /go.mod
parent90991ce1b384a148269c7e9dc7815fe6948c5779 (diff)
downloadxesite-2df28c075e37ec31d0ea52e158aea1b0c2b456c4.tar.xz
xesite-2df28c075e37ec31d0ea52e158aea1b0c2b456c4.zip
build(deps): bump within.website/ln from 0.7.0 to 0.8.0 (#108)
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.7.0 to 0.8.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.7.0...v0.8.0) 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 290a96a..97e9be3 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/stretchr/testify v1.4.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.8
- within.website/ln v0.7.0
+ within.website/ln v0.8.0
)
go 1.13