You've already forked mysqld_exporter
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user