aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-10-01 11:37:17 +0200
committerMichael Muré <batolettre@gmail.com>2018-10-01 11:37:17 +0200
commit3402230a5537d95ce26bf7fa0d33330823a59f08 (patch)
treeabdc5a871e995446da40406754adc11c4e3befe7 /Gopkg.lock
parent7f86898ef9a8f9e866835ece3c9824a8edc58036 (diff)
downloadgit-bug-3402230a5537d95ce26bf7fa0d33330823a59f08.tar.gz
bug: use a value embedding for OpBase
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",