aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 859f34fd..9972cc25 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -308,9 +308,12 @@
version = "v1.0.1"
[[projects]]
- digest = "1:18752d0b95816a1b777505a97f71c7467a8445b8ffb55631a7bf779f6ba4fa83"
+ digest = "1:c40d65817cdd41fac9aa7af8bed56927bb2d6d47e4fea566a74880f5c2b1c41e"
name = "github.com/stretchr/testify"
- packages = ["assert"]
+ packages = [
+ "assert",
+ "require",
+ ]
pruneopts = "UT"
revision = "f35b8ab0b5a2cef36673838d662e249dd9c94686"
version = "v1.2.2"
@@ -457,6 +460,7 @@
"github.com/spf13/cobra",
"github.com/spf13/cobra/doc",
"github.com/stretchr/testify/assert",
+ "github.com/stretchr/testify/require",
"github.com/vektah/gqlgen/client",
"github.com/vektah/gqlparser",
"github.com/vektah/gqlparser/ast",