Skip to content

Commit dbd6990

Browse files
Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.1 to 2.12.2
Bumps [github.com/influxdata/influxdb-client-go/v2](https://github.com/influxdata/influxdb-client-go) from 2.12.1 to 2.12.2. - [Release notes](https://github.com/influxdata/influxdb-client-go/releases) - [Changelog](https://github.com/influxdata/influxdb-client-go/blob/master/CHANGELOG.md) - [Commits](influxdata/influxdb-client-go@v2.12.1...v2.12.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] <[email protected]>
1 parent 7d599dd commit dbd6990

File tree

7 files changed

+58
-53
lines changed

7 files changed

+58
-53
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/aws/aws-sdk-go v1.44.191
77
github.com/ibm-messaging/mq-golang/v5 v5.3.3
8-
github.com/influxdata/influxdb-client-go/v2 v2.12.1
8+
github.com/influxdata/influxdb-client-go/v2 v2.12.2
99
github.com/prometheus/client_golang v1.14.0
1010
github.com/sirupsen/logrus v1.8.1
1111
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
143143
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
144144
github.com/ibm-messaging/mq-golang/v5 v5.3.3 h1:hm8qmEsRCN0BZHkaHBgl7ju1o0HuQMZD0JzwU7C/Mk0=
145145
github.com/ibm-messaging/mq-golang/v5 v5.3.3/go.mod h1:NELV8CYOIIH1QmY6pPvulRKjwuih9YAIL9rg8+UNzNw=
146-
github.com/influxdata/influxdb-client-go/v2 v2.12.1 h1:RrjoDNyBGFYvjKfjmtIyYAn6GY/SrtocSo4RPlt+Lng=
147-
github.com/influxdata/influxdb-client-go/v2 v2.12.1/go.mod h1:YteV91FiQxRdccyJ2cHvj2f/5sq4y4Njqu1fQzsQCOU=
146+
github.com/influxdata/influxdb-client-go/v2 v2.12.2 h1:uYABKdrEKlYm+++qfKdbgaHKBPmoWR5wpbmj6MBB/2g=
147+
github.com/influxdata/influxdb-client-go/v2 v2.12.2/go.mod h1:YteV91FiQxRdccyJ2cHvj2f/5sq4y4Njqu1fQzsQCOU=
148148
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 h1:W9WBk7wlPfJLvMCdtV4zPulc4uCPrlywQOmbFOhgQNU=
149149
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo=
150150
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=

vendor/github.com/influxdata/influxdb-client-go/v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/influxdata/influxdb-client-go/v2/README.md

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/influxdata/influxdb-client-go/v2/api/http/options.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/influxdata/influxdb-client-go/v2/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ github.com/golang/protobuf/ptypes/timestamp
6060
## explicit; go 1.16
6161
github.com/ibm-messaging/mq-golang/v5/ibmmq
6262
github.com/ibm-messaging/mq-golang/v5/mqmetric
63-
# github.com/influxdata/influxdb-client-go/v2 v2.12.1
63+
# github.com/influxdata/influxdb-client-go/v2 v2.12.2
6464
## explicit; go 1.17
6565
github.com/influxdata/influxdb-client-go/v2
6666
github.com/influxdata/influxdb-client-go/v2/api

0 commit comments

Comments
 (0)