go.mod 202 字节
Newer Older
张金富 已提交
1 2 3 4 5 6 7 8
module github.com/taosdata/TDengine/importSampleData

go 1.13

require (
	github.com/pelletier/go-toml v1.9.0 // indirect
	github.com/taosdata/driver-go v0.0.0-20210415143420-d99751356e28 // indirect
)