1
0
mirror of https://github.com/prometheus/mysqld_exporter.git synced 2025-07-30 06:43:05 +03:00

Update vendoring (#403)

* Switch out gopkg.in for github.com in go-sqlmock.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie
2019-07-10 11:33:31 +02:00
committed by GitHub
parent aaa8850036
commit 839daf4ef8
233 changed files with 20820 additions and 3089 deletions

View File

@ -17,10 +17,10 @@ import (
"context"
"testing"
"github.com/DATA-DOG/go-sqlmock"
"github.com/prometheus/client_golang/prometheus"
dto "github.com/prometheus/client_model/go"
"github.com/smartystreets/goconvey/convey"
"gopkg.in/DATA-DOG/go-sqlmock.v1"
)
func TestScrapeEngineInnodbStatus(t *testing.T) {