replace go-sqlmock module to new source in tests

This commit is contained in:
Matias Moran Losada 2019-08-21 11:32:08 -03:00
parent bbab76ce78
commit 3df5dd68ff
2 changed files with 2 additions and 2 deletions

View file

@ -6,8 +6,8 @@ import (
"testing" "testing"
"time" "time"
sqlmock "github.com/DATA-DOG/go-sqlmock"
"github.com/pkg/errors" "github.com/pkg/errors"
sqlmock "gopkg.in/DATA-DOG/go-sqlmock.v1"
) )
func TestNew(t *testing.T) { func TestNew(t *testing.T) {

View file

@ -6,8 +6,8 @@ import (
"testing" "testing"
"time" "time"
sqlmock "github.com/DATA-DOG/go-sqlmock"
"github.com/pkg/errors" "github.com/pkg/errors"
sqlmock "gopkg.in/DATA-DOG/go-sqlmock.v1"
) )
func TestNew(t *testing.T) { func TestNew(t *testing.T) {