golistic / pxmysql

Go MySQL driver using X Protocol
MIT License
14 stars 0 forks source link

fix: cleanup dependencies and up Go version to 1.21 #46

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

We use the golistic/xgo package now which includes xmath, xstrings, xos, xtime, xt, xnet, xconv. Reading configuration from environment is now done using the golistic/envs project.

We also set the Go version as 1.21 to make it clear before going v1.0 that we might use some functionality that came with this version.

Fixes #36