pulumiverse / pulumi-grafana

Pulumi provider for Grafana
Apache License 2.0
19 stars 11 forks source link

Update module github.com/grafana/terraform-provider-grafana to v1.35.0 #67

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/grafana/terraform-provider-grafana require minor v1.33.0 -> v1.35.0

Release Notes

grafana/terraform-provider-grafana ### [`v1.35.0`](https://togithub.com/grafana/terraform-provider-grafana/releases/tag/v1.35.0) [Compare Source](https://togithub.com/grafana/terraform-provider-grafana/compare/v1.34.0...v1.35.0) #### What's Changed - Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.6.5 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/terraform-provider-grafana/pull/793](https://togithub.com/grafana/terraform-provider-grafana/pull/793) - Grafana Cloud: Support HTTP headers by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/792](https://togithub.com/grafana/terraform-provider-grafana/pull/792) - Remove `unparam` linter by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/784](https://togithub.com/grafana/terraform-provider-grafana/pull/784) - Convert `org_id` references to TypeString by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/791](https://togithub.com/grafana/terraform-provider-grafana/pull/791) - Bump github.com/grafana/synthetic-monitoring-agent from 0.14.0 to 0.14.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/terraform-provider-grafana/pull/798](https://togithub.com/grafana/terraform-provider-grafana/pull/798) - Fix setting either a home dashboard ID or UID for org prefs by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/777](https://togithub.com/grafana/terraform-provider-grafana/pull/777) - Fix removal of old team members when new are added by [@​dlukman](https://togithub.com/dlukman) in [https://github.com/grafana/terraform-provider-grafana/pull/795](https://togithub.com/grafana/terraform-provider-grafana/pull/795) - Add support for Machine Learning Outlier Detector by [@​gerboland](https://togithub.com/gerboland) in [https://github.com/grafana/terraform-provider-grafana/pull/801](https://togithub.com/grafana/terraform-provider-grafana/pull/801) - Extract `meta` Client to a common package by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/805](https://togithub.com/grafana/terraform-provider-grafana/pull/805) - Dashboard with org id: Additional validation by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/804](https://togithub.com/grafana/terraform-provider-grafana/pull/804) - Move helper functions to `common` package by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/806](https://togithub.com/grafana/terraform-provider-grafana/pull/806) - Move common test utils to `testutils` package by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/807](https://togithub.com/grafana/terraform-provider-grafana/pull/807) - Split resources and provider into different packages by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/810](https://togithub.com/grafana/terraform-provider-grafana/pull/810) - Split up resources into multiple folders by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/811](https://togithub.com/grafana/terraform-provider-grafana/pull/811) - Add alert pausing by [@​alexmobo](https://togithub.com/alexmobo) in [https://github.com/grafana/terraform-provider-grafana/pull/809](https://togithub.com/grafana/terraform-provider-grafana/pull/809) - Linkchecking: Fix all redirects by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/815](https://togithub.com/grafana/terraform-provider-grafana/pull/815) - Library Panel: Make `org_id` an Optional attribute by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/814](https://togithub.com/grafana/terraform-provider-grafana/pull/814) - Fix the (still hardcoded) value of 'algorithm' for ML jobs by [@​sd2k](https://togithub.com/sd2k) in [https://github.com/grafana/terraform-provider-grafana/pull/816](https://togithub.com/grafana/terraform-provider-grafana/pull/816) #### New Contributors - [@​dlukman](https://togithub.com/dlukman) made their first contribution in [https://github.com/grafana/terraform-provider-grafana/pull/795](https://togithub.com/grafana/terraform-provider-grafana/pull/795) - [@​gerboland](https://togithub.com/gerboland) made their first contribution in [https://github.com/grafana/terraform-provider-grafana/pull/801](https://togithub.com/grafana/terraform-provider-grafana/pull/801) - [@​alexmobo](https://togithub.com/alexmobo) made their first contribution in [https://github.com/grafana/terraform-provider-grafana/pull/809](https://togithub.com/grafana/terraform-provider-grafana/pull/809) **Full Changelog**: https://github.com/grafana/terraform-provider-grafana/compare/v1.34.0...v1.35.0 ### [`v1.34.0`](https://togithub.com/grafana/terraform-provider-grafana/releases/tag/v1.34.0) [Compare Source](https://togithub.com/grafana/terraform-provider-grafana/compare/v1.33.0...v1.34.0) #### What's Changed - Fix "create folder from editor key" test by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/779](https://togithub.com/grafana/terraform-provider-grafana/pull/779) - Add diff suppress function for team members by [@​IevaVasiljeva](https://togithub.com/IevaVasiljeva) in [https://github.com/grafana/terraform-provider-grafana/pull/780](https://togithub.com/grafana/terraform-provider-grafana/pull/780) - Define `org_id` within the `organization_preferences` resource by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/776](https://togithub.com/grafana/terraform-provider-grafana/pull/776) - Add `org_id` to dashboards by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/782](https://togithub.com/grafana/terraform-provider-grafana/pull/782) - Bump github.com/grafana/synthetic-monitoring-agent from 0.13.0 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/terraform-provider-grafana/pull/786](https://togithub.com/grafana/terraform-provider-grafana/pull/786) - Bump github.com/grafana/grafana-api-golang-client from 0.18.0 to 0.18.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/terraform-provider-grafana/pull/785](https://togithub.com/grafana/terraform-provider-grafana/pull/785) - Cloud: Stop validating region slugs by [@​julienduchesne](https://togithub.com/julienduchesne) in [https://github.com/grafana/terraform-provider-grafana/pull/787](https://togithub.com/grafana/terraform-provider-grafana/pull/787) - auth: Make access policy token's `expires_at` optional by [@​cinaglia](https://togithub.com/cinaglia) in [https://github.com/grafana/terraform-provider-grafana/pull/788](https://togithub.com/grafana/terraform-provider-grafana/pull/788) - Configure User-Agent for OnCallClient by [@​Konstantinov-Innokentii](https://togithub.com/Konstantinov-Innokentii) in [https://github.com/grafana/terraform-provider-grafana/pull/790](https://togithub.com/grafana/terraform-provider-grafana/pull/790) #### New Contributors - [@​cinaglia](https://togithub.com/cinaglia) made their first contribution in [https://github.com/grafana/terraform-provider-grafana/pull/788](https://togithub.com/grafana/terraform-provider-grafana/pull/788) **Full Changelog**: https://github.com/grafana/terraform-provider-grafana/compare/v1.33.0...v1.34.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: provider/go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/lbrlabs/pulumi-grafana":"/mnt/renovate/gh/lbrlabs/pulumi-grafana" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/lbrlabs/pulumi-grafana/provider" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.20.0 && go get -d -t ./..."
go: downloading github.com/grafana/terraform-provider-grafana v1.35.0
go: downloading github.com/pulumi/pulumi-terraform-bridge/v3 v3.37.0
go: downloading github.com/pulumi/pulumi/sdk/v3 v3.51.1
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
go: downloading github.com/golang/glog v1.0.0
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/pulumi/pulumi/pkg/v3 v3.51.0
go: downloading golang.org/x/net v0.5.0
go: downloading google.golang.org/grpc v1.52.1
go: downloading google.golang.org/protobuf v1.28.1
go: downloading github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20220824175045-450992f2f5b9
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/pulumi/terraform-diff-reader v0.0.0-20201211191010-ad4715e9285e
go: downloading lukechampine.com/frand v1.4.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/hashicorp/hcl/v2 v2.15.0
go: downloading github.com/pulumi/schema-tools v0.1.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/spf13/afero v1.6.0
go: downloading github.com/spf13/cobra v1.6.1
go: downloading golang.org/x/mod v0.7.0
go: downloading golang.org/x/text v0.6.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/edsrzf/mmap-go v1.1.0
go: downloading github.com/natefinch/atomic v1.0.1
go: downloading github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386
go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
go: downloading github.com/segmentio/encoding v0.3.5
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible
go: downloading golang.org/x/term v0.4.0
go: downloading sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600
go: downloading google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/hashicorp/terraform-plugin-log v0.7.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/hashicorp/terraform-plugin-go v0.14.1
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/zclconf/go-cty v1.12.1
go: downloading github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93
go: downloading github.com/pulumi/pulumi-java/pkg v0.7.1
go: downloading github.com/pulumi/pulumi-yaml v1.0.4
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/stretchr/testify v1.8.1
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/cheggaaa/pb v1.0.29
go: downloading github.com/djherbis/times v1.5.0
go: downloading github.com/go-git/go-git/v5 v5.4.2
go: downloading github.com/rogpeppe/go-internal v1.9.0
go: downloading github.com/texttheater/golang-levenshtein v1.0.1
go: downloading github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7
go: downloading github.com/inconshreveable/mousetrap v1.0.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.4.0
go: downloading github.com/segmentio/asm v1.1.3
go: downloading github.com/pkg/term v1.1.0
go: downloading golang.org/x/crypto v0.1.0
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading go.uber.org/atomic v1.9.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/opentracing/basictracer-go v1.1.0
go: downloading github.com/hashicorp/go-hclog v1.2.2
go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible
go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
go: downloading github.com/hashicorp/go-getter v1.6.1
go: downloading github.com/mitchellh/cli v1.1.4
go: downloading github.com/ettle/strcase v0.1.1
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/hashstructure v1.0.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/aws/aws-sdk-go v1.44.68
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
go: downloading github.com/go-git/go-billy/v5 v5.3.1
go: downloading github.com/imdario/mergo v0.3.13
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
go: downloading github.com/gofrs/uuid v4.2.0+incompatible
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/vmihailenco/tagparser v0.1.1
go: downloading cloud.google.com/go/storage v1.27.0
go: downloading cloud.google.com/go v0.105.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.15.1
go: downloading github.com/ulikunitz/xz v0.5.8
go: downloading golang.org/x/oauth2 v0.3.0
go: downloading google.golang.org/api v0.103.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.2
go: downloading github.com/armon/go-radix v1.0.0
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading gocloud.dev v0.27.0
go: downloading golang.org/x/sync v0.1.0
go: downloading cloud.google.com/go/logging v1.6.1
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading cloud.google.com/go/compute v1.13.0
go: downloading cloud.google.com/go/compute/metadata v0.2.1
go: downloading cloud.google.com/go/iam v0.8.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/googleapis/gax-go/v2 v2.7.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/huandu/xstrings v1.3.2
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/AlecAivazis/survey/v2 v2.0.5
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1
go: downloading github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0
go: downloading github.com/Azure/go-autorest/autorest v0.11.28
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/google/wire v0.5.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.21
go: downloading github.com/aws/aws-sdk-go-v2 v1.17.1
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.27.2
go: downloading github.com/aws/smithy-go v1.13.4
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading cloud.google.com/go/longrunning v0.3.0
go: downloading gocloud.dev/secrets/hashivault v0.27.0
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/kevinburke/ssh_config v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.3.2
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading github.com/ijc/Gotty v0.0.0-20170406111628-a8b993ba6abd
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.6
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.10
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.9
go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.15
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.18.1
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
go: downloading cloud.google.com/go/kms v1.6.0
go: downloading github.com/hashicorp/vault/api v1.8.2
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/Microsoft/go-winio v0.5.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.10
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.13
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.10
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.1
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.21
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
go: downloading github.com/hashicorp/vault/sdk v0.6.1
go: downloading golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/hashicorp/go-plugin v1.4.6
go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.2
go: downloading github.com/armon/go-metrics v0.4.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/hashicorp/yamux v0.1.1
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
github.com/lbrlabs/pulumi-grafana/provider imports
    github.com/grafana/terraform-provider-grafana/grafana: cannot find module providing package github.com/grafana/terraform-provider-grafana/grafana