Skip to content

Commit

Permalink
fix(deps): update module github.com/influxdata/influxdb-client-go/v2 …
Browse files Browse the repository at this point in the history
…to v2.13.0 (#4737)

* fix(deps): update module github.com/influxdata/influxdb-client-go/v2 to v2.13.0

* go mod tidy

* add new APIClient method to mock

* go mod tdiy

* go mod tidy again

* remove mocks

* update mockery and regenerate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jliempt <>
Co-authored-by: Gulom Alimov <[email protected]>
Co-authored-by: Googlom <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2024
1 parent 0117942 commit 0764534
Show file tree
Hide file tree
Showing 7 changed files with 1,337 additions and 401 deletions.
15 changes: 15 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
quiet: false
mockname: "{{.InterfaceName}}"
filename: "{{.InterfaceName}}.go"
outpkg: mocks
packages:
github.com/influxdata/influxdb-client-go/v2:
config:
dir: pkg/influx/mocks
interfaces:
Client:
github.com/influxdata/influxdb-client-go/v2/api:
config:
dir: pkg/influx/mocks
interfaces:
WriteAPIBlocking:
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d => golang.org/x/c
require (
cloud.google.com/go/storage v1.29.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
github.com/BurntSushi/toml v1.2.1
github.com/BurntSushi/toml v1.3.2
github.com/Jeffail/gabs/v2 v2.6.1
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/antchfx/htmlquery v1.2.4
Expand All @@ -27,9 +27,9 @@ require (
github.com/go-git/go-git/v5 v5.10.1
github.com/go-openapi/runtime v0.24.1
github.com/go-openapi/strfmt v0.21.3
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.11.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.14.1
github.com/google/go-cmp v0.6.0
github.com/google/go-containerregistry v0.13.0
github.com/google/go-github/v45 v45.2.0
Expand All @@ -39,7 +39,7 @@ require (
github.com/hashicorp/vault/api v1.9.2
github.com/iancoleman/orderedmap v0.2.0
github.com/imdario/mergo v0.3.15
github.com/influxdata/influxdb-client-go/v2 v2.5.1
github.com/influxdata/influxdb-client-go/v2 v2.13.0
github.com/jarcoal/httpmock v1.0.8
github.com/magiconair/properties v1.8.6
github.com/magicsong/sonargo v0.0.1
Expand All @@ -60,7 +60,7 @@ require (
golang.org/x/oauth2 v0.15.0
golang.org/x/text v0.14.0
google.golang.org/api v0.126.0
gopkg.in/ini.v1 v1.66.6
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.10.3
mvdan.cc/xurls/v2 v2.4.0
Expand All @@ -71,6 +71,7 @@ require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.23 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.6 // indirect
github.com/axiomhq/hyperloglog v0.0.0-20220105174342-98591331716a // indirect
Expand All @@ -79,6 +80,7 @@ require (
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
Expand All @@ -99,6 +101,7 @@ require (
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/oapi-codegen/runtime v1.0.0 // indirect
github.com/okta/okta-sdk-golang/v2 v2.12.1 // indirect
github.com/oracle/oci-go-sdk/v60 v60.0.0 // indirect
github.com/pires/go-proxyproto v0.6.1 // indirect
Expand Down Expand Up @@ -179,7 +182,6 @@ require (
github.com/containerd/containerd v1.7.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
github.com/digitalocean/godo v1.7.5 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
Expand Down Expand Up @@ -268,8 +270,8 @@ require (
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/linode/linodego v0.7.1 // indirect
github.com/magicsong/color-glog v0.0.1 // indirect
Expand Down
Loading

0 comments on commit 0764534

Please sign in to comment.