vertica / vertica-sql-go

Official native Go client for the Vertica Analytics Database.
http://www.vertica.com
Apache License 2.0
61 stars 28 forks source link

Bump deps and go mod tidy #172

Closed mfridman closed 5 months ago

mfridman commented 9 months ago

This PR bumps the https://github.com/elastic/go-sysinfo dependency.

This is to resolve an issue they fixed recently, https://github.com/elastic/go-sysinfo/pull/195

Whenever importing this vertica/vertica-sql-go driver, it produces a logged line due to its dependency on elastic/go-sysinfo:

ld: warning: ignoring duplicate libraries: '-lproc'

Ran commands with go version go1.21.5 darwin/arm64

Feel free to close this PR and bump deps as you normally would.

CLAassistant commented 9 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

sitingren commented 7 months ago

Bump dependency version will broke go version < 1.18, since this only fix a warning, we'll wait for some time until users adapt to newer go versions.