diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8e5e58..43a22382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## 7.0.0 +IMPROVEMENTS: +* Upgrade signalfx-go to add new Azure services. [#436](https://github.com/splunk-terraform/terraform-provider-signalfx/pull/436) + ## 6.24.0 BUGFIXES: * Fixes backwards incompatibility for GCP integration resource introduced in `6.21.0` diff --git a/go.mod b/go.mod index 43576867..40368d51 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/hashicorp/go-retryablehttp v0.7.1 github.com/hashicorp/terraform-plugin-sdk v1.15.0 github.com/mitchellh/go-homedir v1.1.0 - github.com/signalfx/signalfx-go v1.28.0 + github.com/signalfx/signalfx-go v1.32.0 github.com/stretchr/testify v1.6.1 ) diff --git a/go.sum b/go.sum index dd9b7220..1310178c 100644 --- a/go.sum +++ b/go.sum @@ -221,6 +221,8 @@ github.com/signalfx/gomemcache v0.0.0-20180823214636-4f7ef64c72a9/go.mod h1:Ytb8 github.com/signalfx/sapm-proto v0.4.0/go.mod h1:x3gtwJ1GRejtkghB4nYpwixh2zqJrLbPU959ZNhM0Fk= github.com/signalfx/signalfx-go v1.28.0 h1:PXbkBbew8umV6VzKa1hTCPRWBL0NuVNign3Qdby92+I= github.com/signalfx/signalfx-go v1.28.0/go.mod h1:dNAQpQ0NjjYLRrOIOQFxdWG/mZlKUJEIxsVIPcTKmhM= +github.com/signalfx/signalfx-go v1.32.0 h1:b3zgMR8lz2EAYFbaGO0XInanWmMfkmJ5IPgKv6mstyg= +github.com/signalfx/signalfx-go v1.32.0/go.mod h1:IpGZLPvCKNFyspAXoS480jB02mocTpo0KYd8jbl6/T8= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac h1:wbW+Bybf9pXxnCFAOWZTqkRjAc7rAIwo2e1ArUhiHxg= github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=