From 1f66bb6de86f9cfefb234033a5539c5d320820d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 04:58:41 +0000 Subject: build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index fb8e23c1..25b35876 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/cobra v0.0.7 - github.com/stretchr/testify v1.5.1 + github.com/stretchr/testify v1.6.1 github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.29.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 -- cgit