From 9b870fb5f701d1236f6c97176bf2f7472d359374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Fri, 10 Sep 2021 15:24:18 +0200 Subject: [PATCH] Use Grabana v0.17.3 --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/K-Phoen/grabana/client.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 6456fabc..fc29c742 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/K-Phoen/dark go 1.16 require ( - github.com/K-Phoen/grabana v0.17.2 + github.com/K-Phoen/grabana v0.17.3 github.com/caarlos0/env v3.5.0+incompatible github.com/go-playground/universal-translator v0.17.0 // indirect github.com/grafana-tools/sdk v0.0.0-20210402150123-f7c763c3738c diff --git a/go.sum b/go.sum index 427880d1..c3f5d8fa 100644 --- a/go.sum +++ b/go.sum @@ -51,8 +51,8 @@ github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6L github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/K-Phoen/grabana v0.17.2 h1:4shaGJvRBUsFGy9bRowZGeu9GQabbq+sGaJ2vib6y9M= -github.com/K-Phoen/grabana v0.17.2/go.mod h1:87aCoolZ6W6Nx4pSlx7j47Ayl+rK8sROqXoy5+L7ydw= +github.com/K-Phoen/grabana v0.17.3 h1:7Dm3JRKcuP2V58ob5UCSVk3aPUl0E8+XtSgps2RmjQ8= +github.com/K-Phoen/grabana v0.17.3/go.mod h1:87aCoolZ6W6Nx4pSlx7j47Ayl+rK8sROqXoy5+L7ydw= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= diff --git a/vendor/github.com/K-Phoen/grabana/client.go b/vendor/github.com/K-Phoen/grabana/client.go index a1d8d6b8..4ef66aeb 100644 --- a/vendor/github.com/K-Phoen/grabana/client.go +++ b/vendor/github.com/K-Phoen/grabana/client.go @@ -142,7 +142,7 @@ func (client *Client) CreateFolder(ctx context.Context, name string) (*Folder, e // GetFolderByTitle finds a folder, given its title. func (client *Client) GetFolderByTitle(ctx context.Context, title string) (*Folder, error) { - resp, err := client.get(ctx, "/api/folders?limit=100") + resp, err := client.get(ctx, "/api/folders?limit=1000") if err != nil { return nil, err } diff --git a/vendor/modules.txt b/vendor/modules.txt index 6ee463f6..8d3e60f6 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,6 +1,6 @@ # cloud.google.com/go v0.81.0 cloud.google.com/go/compute/metadata -# github.com/K-Phoen/grabana v0.17.2 +# github.com/K-Phoen/grabana v0.17.3 ## explicit github.com/K-Phoen/grabana github.com/K-Phoen/grabana/alert