mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* docs: update Go connector documentation for v3.8.0 features including unified WebSocket interface and multi-node failover support * enh: update dependencies for Go connector to v3.8.0 * docs: improve formatting and clarity in Go connector documentation * docs: improve formatting and clarity in Go connector documentation * docs: improve formatting and clarity in Go connector documentation
13 lines
405 B
Modula-2
13 lines
405 B
Modula-2
module goexample
|
|
|
|
go 1.17
|
|
|
|
require github.com/taosdata/driver-go/v3 v3.7.9-0.20260325023440-bf7bd64376ec // 3.8.0 commit
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
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
|
|
)
|