Bump github.com/influxdata/influxdb-client-go/v2 from 2.9.2 to 2.10.0

Bumps [github.com/influxdata/influxdb-client-go/v2](https://github.com/influxdata/influxdb-client-go) from 2.9.2 to 2.10.0.
- [Release notes](https://github.com/influxdata/influxdb-client-go/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/influxdata/influxdb-client-go/compare/v2.9.2...v2.10.0)

---
updated-dependencies:
- dependency-name: github.com/influxdata/influxdb-client-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-26 03:23:16 +00:00
committed by Sebastian Serth
parent 1eef26cc83
commit 1ac4655ad5
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -9,7 +9,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/nomad v1.3.3
github.com/hashicorp/nomad/api v0.0.0-20220816063426-c1abf47e16ec
github.com/influxdata/influxdb-client-go/v2 v2.9.2
github.com/influxdata/influxdb-client-go/v2 v2.10.0
github.com/mitchellh/mapstructure v1.5.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0