aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-19 13:48:46 -0400
committerChristine Dodrill <me@christine.website>2019-08-19 13:48:46 -0400
commit9cba0ac2fe3c728949b7fa0e0e3a677d29b824b1 (patch)
treebdf05bd38c7070e85d34b2bffe3bca53dcafcce9 /go.mod
parenta6c66568c8b59563b64f3ad3d2d4f4a36ec53004 (diff)
downloadxesite-9cba0ac2fe3c728949b7fa0e0e3a677d29b824b1.tar.xz
xesite-9cba0ac2fe3c728949b7fa0e0e3a677d29b824b1.zip
build(deps): bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (#67)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.3.0...v1.4.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 6179c85..ec74f73 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/snabb/sitemap v1.0.0
- github.com/stretchr/testify v1.3.0
+ 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