diff options
Diffstat (limited to 'vendor/github.com/stretchr/testify/go.mod')
-rw-r--r-- | vendor/github.com/stretchr/testify/go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/testify/go.mod b/vendor/github.com/stretchr/testify/go.mod new file mode 100644 index 000000000..90e5dbe25 --- /dev/null +++ b/vendor/github.com/stretchr/testify/go.mod @@ -0,0 +1,7 @@ +module github.com/stretchr/testify + +require ( + github.com/davecgh/go-spew v1.1.0 + github.com/pmezard/go-difflib v1.0.0 + github.com/stretchr/objx v0.1.0 +) |