diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-06 21:46:58 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-10-06 21:46:58 -0400 |
| commit | 50e22d76fc550c0138868ec9c9dc0b36ac62353e (patch) | |
| tree | dab2451e96dfc01bab183bd0b3b279f51d7b71cd | |
| parent | 617ba4d9590b0a34c26c1895902e4cb61dfc10c6 (diff) | |
| download | xesite-50e22d76fc550c0138868ec9c9dc0b36ac62353e.tar.xz xesite-50e22d76fc550c0138868ec9c9dc0b36ac62353e.zip | |
build(deps): bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (#79)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.3...v2.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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.3 + gopkg.in/yaml.v2 v2.2.4 within.website/ln v0.7.0 ) @@ -92,5 +92,7 @@ gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3 h1:fvjTMHxHEw/mxHbtzPi3JCcKXQRAnQTBRo6YCJSVHKI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= within.website/ln v0.7.0 h1:cZUc53cZF/+hWuEAv1VbqlYJ5czuPFHKfH0hLKmlIUA= within.website/ln v0.7.0/go.mod h1:ifURKqsCJekcsdUE+hyCdcuhQqQ+9v9DfA++ZqYxZFE= |
