Replace testify with gotest.tools (#553)

* vendor gotest.tools

* Run gotest.tools migration tools

* Fixup tests that were improperly converted

* Remove unused testify package vendors
This commit is contained in:
Brian Goff
2019-03-28 17:08:12 -07:00
committed by GitHub
parent 561ccca561
commit 947b530f1e
20 changed files with 484 additions and 2089 deletions

View File

@@ -137,3 +137,7 @@
name = "github.com/virtual-kubelet/azure-aci"
version = "v0.1.0"
[[constraint]]
name = "gotest.tools"
version = "2.3.0"