File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
"sync"
14
14
"time"
15
15
16
- "github.com/demdxx/clickhouse/lib/column"
17
16
"github.com/kshvakov/clickhouse/lib/binary"
17
+ "github.com/kshvakov/clickhouse/lib/column"
18
18
"github.com/kshvakov/clickhouse/lib/data"
19
19
"github.com/kshvakov/clickhouse/lib/protocol"
20
20
"github.com/kshvakov/clickhouse/lib/types"
Original file line number Diff line number Diff line change 9
9
"testing"
10
10
"time"
11
11
12
- "github.com/demdxx/clickhouse/lib/column"
13
- "github.com/demdxx/clickhouse/lib/types"
14
12
"github.com/kshvakov/clickhouse"
13
+ "github.com/kshvakov/clickhouse/lib/column"
14
+ "github.com/kshvakov/clickhouse/lib/types"
15
15
"github.com/stretchr/testify/assert"
16
16
)
17
17
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
10
10
"testing"
11
11
"time"
12
12
13
- "github.com/demdxx/clickhouse/lib/column"
14
- "github.com/demdxx/clickhouse/lib/types"
15
13
"github.com/kshvakov/clickhouse"
14
+ "github.com/kshvakov/clickhouse/lib/column"
15
+ "github.com/kshvakov/clickhouse/lib/types"
16
16
"github.com/stretchr/testify/assert"
17
17
)
18
18
Original file line number Diff line number Diff line change 9
9
"net"
10
10
"reflect"
11
11
12
- "github.com/demdxx /clickhouse/lib/column"
12
+ "github.com/kshvakov /clickhouse/lib/column"
13
13
"github.com/kshvakov/clickhouse/lib/types"
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments