questdb / go-questdb-client

Golang client for QuestDB's Influx Line Protocol
Apache License 2.0
47 stars 9 forks source link

fix(client): Go 1.19 compatibility #30

Closed puzpuzpuz closed 8 months ago

puzpuzpuz commented 8 months ago

crypto/ecdh is not supported in Go 1.19, so v3 was unusable on pre-1.20 versions of Golang.