mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
12 lines
309 B
Modula-2
12 lines
309 B
Modula-2
|
|
module tdengine.com/tutorial
|
||
|
|
|
||
|
|
go 1.17
|
||
|
|
|
||
|
|
require github.com/taosdata/driver-go/v2 v2.0.1-0.20220523115057-e3107e343c03
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
||
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||
|
|
)
|