mirror of
https://github.com/minio/minio.git
synced 2025-11-13 07:11:44 -05:00
tests: Remove dependency on check.v1 (#5034)
This PR addresses a long standing dependency on `gopkg.in/check.v1` project used for our tests. All tests are re-written to use the go default testing framework instead. There was no reason for us to use an external package where Go tools are sufficient for this.
This commit is contained in:
5
vendor/vendor.json
vendored
5
vendor/vendor.json
vendored
@@ -871,11 +871,6 @@
|
||||
"revision": "bd61cae2be85fa6ff40eb23dcdd24567967ac2ae",
|
||||
"revisionTime": "2016-08-30T13:25:53Z"
|
||||
},
|
||||
{
|
||||
"path": "gopkg.in/check.v1",
|
||||
"revision": "11d3bc7aa68e238947792f30573146a3231fc0f1",
|
||||
"revisionTime": "2015-07-29T10:04:31+02:00"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "lLdKOn9RPtFoTtPUNq5+sIInAiE=",
|
||||
"path": "gopkg.in/olivere/elastic.v3/backoff",
|
||||
|
||||
Reference in New Issue
Block a user