module github.com/apache/iotdb-client-go

go 1.13

require (
	github.com/apache/thrift v0.15.0
	github.com/stretchr/testify v1.8.2
)
