aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-02 11:52:02 +0000
committerGitHub <noreply@github.com>2019-10-02 11:52:02 +0000
commit4e9cd243a82aee49a99874754cc4697e0d270af7 (patch)
tree7cdd86f0b19b00bd52e0c6b0cf8b18d5fff94539 /go.mod
parent5a89a6ec72b86c0f916d587ef97d346dd894192a (diff)
downloadxesite-4e9cd243a82aee49a99874754cc4697e0d270af7.tar.xz
xesite-4e9cd243a82aee49a99874754cc4697e0d270af7.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (#78)
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 ec74f73..58fe9fe 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.2
+ gopkg.in/yaml.v2 v2.2.3
within.website/ln v0.7.0
)