Skip to content

Commit

Permalink
update signalfx-go to v1.8.3 to support new cloud integrations services
Browse files Browse the repository at this point in the history
  • Loading branch information
xp-1000 committed Dec 1, 2021
1 parent 18fc134 commit c5b97b5
Show file tree
Hide file tree
Showing 59 changed files with 971 additions and 11,173 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.7.10

BUGFIXES:
* data_source_aws_services, data_source_azure_services, data_source_gcp_services: add new services [#328](https://github.com/splunk-terraform/terraform-provider-signalfx/pull/328)

## 6.7.9

BUGFIXES:
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ go 1.14

require (
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/hashicorp/terraform-plugin-sdk v1.15.0
github.com/mitchellh/go-homedir v1.1.0
github.com/signalfx/signalfx-go v1.8.2-0.20210915131150-ef9961af55b6
github.com/stretchr/testify v1.4.0
github.com/signalfx/signalfx-go v1.8.3
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/stretchr/testify v1.6.1
)
62 changes: 42 additions & 20 deletions go.sum

Large diffs are not rendered by default.

362 changes: 0 additions & 362 deletions vendor/github.com/hashicorp/golang-lru/LICENSE

This file was deleted.

161 changes: 0 additions & 161 deletions vendor/github.com/hashicorp/golang-lru/simplelru/lru.go

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/signalfx/signalfx-go/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5b97b5

Please sign in to comment.