From cc4e7b92d7cd76f7ac94d9360d3956a08e5a2b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:10:16 +0000 Subject: [PATCH] build(deps): bump the dependencies group in /influx with 1 update Bumps the dependencies group in /influx with 1 update: [github.com/influxdata/influxdb](https://github.com/influxdata/influxdb). Updates `github.com/influxdata/influxdb` from 1.11.2 to 1.11.4 - [Release notes](https://github.com/influxdata/influxdb/releases) - [Commits](https://github.com/influxdata/influxdb/compare/v1.11.2...v1.11.4) --- updated-dependencies: - dependency-name: github.com/influxdata/influxdb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- influx/go.mod | 2 +- influx/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/influx/go.mod b/influx/go.mod index dff88c2f..93dd93f5 100644 --- a/influx/go.mod +++ b/influx/go.mod @@ -3,7 +3,7 @@ module github.com/Scalingo/go-utils/influx go 1.20 require ( - github.com/influxdata/influxdb v1.11.2 + github.com/influxdata/influxdb v1.11.4 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.8.4 ) diff --git a/influx/go.sum b/influx/go.sum index a7f5d4e8..b4dc20b0 100644 --- a/influx/go.sum +++ b/influx/go.sum @@ -2,8 +2,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3 github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= -github.com/influxdata/influxdb v1.11.2 h1:qOF3uQN1mDfJNEKwbAgJsqehf8IXgKok2vlGm736oGo= -github.com/influxdata/influxdb v1.11.2/go.mod h1:eUMkLTE2vQwvSk6KGMrTBLKPaqSuczuelGbggigMPFw= +github.com/influxdata/influxdb v1.11.4 h1:H3pVW+/tWQ4lkHhZxVQ13Ov1hmhHYaAzz8L5aq3ZNtw= +github.com/influxdata/influxdb v1.11.4/go.mod h1:VO6X2zlamfmEf+Esc9dR+7UQhdE/krspWNEZPwxCrp0= github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=