Merge pull request #2601 from taosdata/hotfix/sangshuduo/change-importSampleData-mod-for-2.0
change go mod url to reflect 2.0's change.
This commit is contained in:
commit
0011214385
|
@ -18,7 +18,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
_ "github.com/taosdata/TDengine/src/connector/go/taosSql"
|
_ "github.com/taosdata/driver-go/taosSql"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue