File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed
github.com/grafana/grafana-api-golang-client Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/terraform-providers/terraform-provider-grafana
33go 1.14
44
55require (
6- github.com/grafana/grafana-api-golang-client v0.0.0-20201019145005-e01a63d40166
6+ github.com/grafana/grafana-api-golang-client v0.0.0-20201026050958-d171908f4835
77 github.com/hashicorp/go-cleanhttp v0.5.1
88 github.com/hashicorp/hcl v1.0.0 // indirect
99 github.com/hashicorp/terraform v0.12.2
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORR
141141github.com/gorilla/websocket v1.4.0 /go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ =
142142github.com/grafana/grafana-api-golang-client v0.0.0-20201019145005-e01a63d40166 h1:Kl177VV8TQuyCQVYPF3grDYdRcINbSGP2aIuRqM7VZI =
143143github.com/grafana/grafana-api-golang-client v0.0.0-20201019145005-e01a63d40166 /go.mod h1:jFjwT3lvwl4JKqCw3guRJvlQ1/fmhER1h3Zgix3z7jw =
144+ github.com/grafana/grafana-api-golang-client v0.0.0-20201026050958-d171908f4835 h1:IdYj5SLuW3BuQfw3eyIlpB+IKeEgKa1Mmen9Hr521Sk =
145+ github.com/grafana/grafana-api-golang-client v0.0.0-20201026050958-d171908f4835 /go.mod h1:jFjwT3lvwl4JKqCw3guRJvlQ1/fmhER1h3Zgix3z7jw =
144146github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 /go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA =
145147github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 /go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs =
146148github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 /go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk =
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ github.com/google/go-cmp/cmp/internal/function
7474github.com/google/go-cmp/cmp/internal/value
7575# github.com/googleapis/gax-go/v2 v2.0.3
7676github.com/googleapis/gax-go/v2
77- # github.com/grafana/grafana-api-golang-client v0.0.0-20201019145005-e01a63d40166
77+ # github.com/grafana/grafana-api-golang-client v0.0.0-20201026050958-d171908f4835
7878## explicit
7979github.com/grafana/grafana-api-golang-client
8080# github.com/hashicorp/errwrap v1.0.0
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ description: |-
99# grafana\_ team\_ preferences
1010
1111The team preferences resource allows for team preferences to be set once a team
12- has been created.
12+ has been created. Available preferences are a light or dark theme, the default
13+ timezone to be used, and the dashboard to be displayed upon login.
1314
1415## Example Usage
1516
You can’t perform that action at this time.
0 commit comments