mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
178 B
Modula-2
8 lines
178 B
Modula-2
module github.com/taosdata/TDengine/importSampleData
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pelletier/go-toml v1.9.0
|
|
github.com/taosdata/driver-go v0.0.0-20210415143420-d99751356e28
|
|
)
|