Skip to content

Commit

Permalink
vendor: Revendor terraform-provider-ibm and dependencies
Browse files Browse the repository at this point in the history
e1646dd introduced a dependency on
github.com/IBM/apigateway-go-sdk. The upstream repo was ambiguously
structured and has been fixed. This vendoring pulls in the updated
repos.
  • Loading branch information
patrickdillon committed Jul 14, 2021
1 parent cd9b77b commit fa76c3e
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 224 deletions.
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -14,8 +14,6 @@ require (
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20210611051827-cdc80c935c05
github.com/IBM-Cloud/terraform-provider-ibm v1.26.2
github.com/IBM/go-sdk-core v1.1.0 // indirect
github.com/IBM/go-sdk-core/v4 v4.10.0 // indirect
github.com/IBM/go-sdk-core/v5 v5.4.3
github.com/IBM/networking-go-sdk v0.14.0
github.com/IBM/platform-services-go-sdk v0.18.13
Expand Down Expand Up @@ -123,7 +121,7 @@ require (

replace (
cloud.google.com/go => cloud.google.com/go v0.57.0
github.com/IBM-Cloud/terraform-provider-ibm => github.com/openshift/terraform-provider-ibm v1.26.2-openshift
github.com/IBM-Cloud/terraform-provider-ibm => github.com/openshift/terraform-provider-ibm v1.26.2-openshift-2
github.com/go-log/log => github.com/go-log/log v0.1.1-0.20181211034820-a514cf01a3eb // Pinned by MCO
github.com/hashicorp/terraform => github.com/openshift/terraform v0.12.20-openshift-4 // Pin to fork with deduplicated rpc types v0.12.20-openshift-4
github.com/hashicorp/terraform-plugin-sdk => github.com/openshift/hashicorp-terraform-plugin-sdk v1.14.0-openshift // Pin to fork with public rpc types
Expand Down
97 changes: 35 additions & 62 deletions go.sum

Large diffs are not rendered by default.

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

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

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

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

2 changes: 0 additions & 2 deletions vendor/github.com/IBM/apigateway-go-sdk/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/IBM/apigateway-go-sdk/go.mod

This file was deleted.

124 changes: 0 additions & 124 deletions vendor/github.com/IBM/apigateway-go-sdk/go.sum

This file was deleted.

3 changes: 3 additions & 0 deletions vendor/github.com/hashicorp/hil/.travis.yml

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

2 changes: 1 addition & 1 deletion vendor/github.com/hashicorp/hil/README.md

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

18 changes: 18 additions & 0 deletions vendor/github.com/hashicorp/hil/appveyor.yml

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

12 changes: 5 additions & 7 deletions vendor/modules.txt
Expand Up @@ -254,14 +254,14 @@ github.com/IBM-Cloud/power-go-client/power/client/storage_types
github.com/IBM-Cloud/power-go-client/power/client/swagger_spec
github.com/IBM-Cloud/power-go-client/power/models
github.com/IBM-Cloud/power-go-client/utils
# github.com/IBM-Cloud/terraform-provider-ibm v1.26.2 => github.com/openshift/terraform-provider-ibm v1.26.2-openshift
# github.com/IBM-Cloud/terraform-provider-ibm v1.26.2 => github.com/openshift/terraform-provider-ibm v1.26.2-openshift-2
## explicit
github.com/IBM-Cloud/terraform-provider-ibm/ibm
github.com/IBM-Cloud/terraform-provider-ibm/ibm/internal/hashcode
github.com/IBM-Cloud/terraform-provider-ibm/ibm/internal/mutexkv
github.com/IBM-Cloud/terraform-provider-ibm/version
# github.com/IBM/apigateway-go-sdk v0.0.0-20200414212859-416e5948678a
github.com/IBM/apigateway-go-sdk
# github.com/IBM/apigateway-go-sdk v0.0.0-20210714141226-a5d5d49caaca
github.com/IBM/apigateway-go-sdk/apigatewaycontrollerapiv1
github.com/IBM/apigateway-go-sdk/common
# github.com/IBM/appconfiguration-go-admin-sdk v0.1.0
github.com/IBM/appconfiguration-go-admin-sdk/appconfigurationv1
Expand All @@ -270,12 +270,10 @@ github.com/IBM/appconfiguration-go-admin-sdk/common
github.com/IBM/container-registry-go-sdk/common
github.com/IBM/container-registry-go-sdk/containerregistryv1
# github.com/IBM/go-sdk-core v1.1.0
## explicit
github.com/IBM/go-sdk-core/core
# github.com/IBM/go-sdk-core/v3 v3.3.1
github.com/IBM/go-sdk-core/v3/core
# github.com/IBM/go-sdk-core/v4 v4.10.0
## explicit
github.com/IBM/go-sdk-core/v4/core
# github.com/IBM/go-sdk-core/v5 v5.4.3
## explicit
Expand Down Expand Up @@ -1029,7 +1027,7 @@ github.com/hashicorp/hcl/v2/hclparse
github.com/hashicorp/hcl/v2/hclsyntax
github.com/hashicorp/hcl/v2/hclwrite
github.com/hashicorp/hcl/v2/json
# github.com/hashicorp/hil v0.0.0-20200423225030-a18a1cd20038
# github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93
github.com/hashicorp/hil
github.com/hashicorp/hil/ast
github.com/hashicorp/hil/parser
Expand Down Expand Up @@ -2908,7 +2906,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml
# cloud.google.com/go => cloud.google.com/go v0.57.0
# github.com/IBM-Cloud/terraform-provider-ibm => github.com/openshift/terraform-provider-ibm v1.26.2-openshift
# github.com/IBM-Cloud/terraform-provider-ibm => github.com/openshift/terraform-provider-ibm v1.26.2-openshift-2
# github.com/go-log/log => github.com/go-log/log v0.1.1-0.20181211034820-a514cf01a3eb
# github.com/hashicorp/terraform => github.com/openshift/terraform v0.12.20-openshift-4
# github.com/hashicorp/terraform-plugin-sdk => github.com/openshift/hashicorp-terraform-plugin-sdk v1.14.0-openshift
Expand Down

0 comments on commit fa76c3e

Please sign in to comment.