From a1e3d09f0746190350494c941083d35bbe762f66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:45:43 +0000 Subject: [PATCH] fix(deps): update module github.com/influxcommunity/influxdb3-go to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ac64660..8570302 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.7 toolchain go1.23.4 require ( - github.com/InfluxCommunity/influxdb3-go v0.14.0 + github.com/InfluxCommunity/influxdb3-go/v2 v2.0.0 github.com/InfluxCommunity/influxdb3-go/v2 v2.0.0 github.com/gofiber/fiber/v2 v2.52.5 github.com/google/go-github/v62 v62.0.0