You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jefferai I saw you mention a dependency on github.com/influxdata/platform in golang/go#29798, so I ran go mod why, from the gomodtry2 branch, to see the source of the dependency:
* Influxdb v1 client has been split into separate module from main influxdb
code base. This changes uses the correct client, which also allows us to
get updates and avoids confusing some vuln scanners that flagged previous
version incorrectly with vulnerabilities. Fixeshashicorp#6088.
@jefferai I saw you mention a dependency on github.com/influxdata/platform in golang/go#29798, so I ran
go mod why
, from thegomodtry2
branch, to see the source of the dependency:We have recently split the client into its own self-contained package, https://github.com/influxdata/influxdb1-client, so you should depend on that instead to reduce the dependency bloat.
The text was updated successfully, but these errors were encountered: