Skip to content

Commit

Permalink
Removem more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
roneli committed Apr 21, 2021
1 parent 38b1ec2 commit c60723a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datetime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"github.com/bxcodec/faker/v3/support/slice"
"github.com/cloudquery/faker/v3/support/slice"
)

func TestSetDateTimer(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion internet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"testing"

"github.com/bxcodec/faker/v3/support/slice"
"github.com/cloudquery/faker/v3/support/slice"
)

func TestEmail(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion lorem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"testing"

"github.com/bxcodec/faker/v3/support/slice"
"github.com/cloudquery/faker/v3/support/slice"
)

func TestDataFaker(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion person_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"reflect"
"testing"

"github.com/bxcodec/faker/v3/support/slice"
"github.com/cloudquery/faker/v3/support/slice"
)

func TestSetDowser(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion phone.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"reflect"
"strings"

"github.com/bxcodec/faker/v3/support/slice"
"github.com/cloudquery/faker/v3/support/slice"
)

var phone Phoner
Expand Down
2 changes: 1 addition & 1 deletion price_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"testing"

"github.com/bxcodec/faker/v3/support/slice"
"github.com/cloudquery/faker/v3/support/slice"
)

func TestSetPrice(t *testing.T) {
Expand Down

0 comments on commit c60723a

Please sign in to comment.