tech: replace bmizerany/assert with stretchr/testify (#16625)

bmizerany is old and unsupported. so we are replacing it
with stretchr which is an drop in replacement and something
we want to use more in Grafana.
This commit is contained in:
Carl Bergquist
2019-04-17 10:25:58 +02:00
committed by GitHub
parent 01fbf972aa
commit 3f136e0da9
35 changed files with 3894 additions and 1095 deletions

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"
"github.com/bmizerany/assert"
"github.com/stretchr/testify/assert"
)
func TestSimplejson(t *testing.T) {