Bump github.com/influxdata/influxdb-client-go/v2 from 2.8.1 to 2.8.2

Bumps [github.com/influxdata/influxdb-client-go/v2](https://github.com/influxdata/influxdb-client-go) from 2.8.1 to 2.8.2.
- [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.8.1...v2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-20 03:23:15 +00:00
committed by GitHub
parent 430b1748f5
commit 17c7a8cbfa
2 changed files with 3 additions and 20 deletions

2
go.mod
View File

@ -9,7 +9,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/nomad v1.2.6
github.com/hashicorp/nomad/api v0.0.0-20220318175809-7ff71ad19cf6
github.com/influxdata/influxdb-client-go/v2 v2.8.1
github.com/influxdata/influxdb-client-go/v2 v2.8.2
github.com/mitchellh/mapstructure v1.4.3
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1