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, 0 insertions, 7 deletions
diff --git a/vendor/github.com/stretchr/testify/go.mod b/vendor/github.com/stretchr/testify/go.mod deleted file mode 100644 index 90e5dbe25..000000000 --- a/vendor/github.com/stretchr/testify/go.mod +++ /dev/null @@ -1,7 +0,0 @@ -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 -) |