Skip to content

Commit 501f333

Browse files
Fixed import paths
1 parent 0ab5552 commit 501f333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"sync/atomic"
1212
"time"
1313

14-
"github.com/Percona-Lab/random_data_load/internal/getters"
15-
"github.com/Percona-Lab/random_data_load/tableparser"
14+
"github.com/Percona-Lab/mysql_random_data_load/internal/getters"
15+
"github.com/Percona-Lab/mysql_random_data_load/tableparser"
1616
"github.com/gosuri/uiprogress"
1717
"github.com/kr/pretty"
1818

0 commit comments

Comments
 (0)