Skip to content

Commit

Permalink
vendor: update to use openshift fork of terraform-provider-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
jhixson74 committed May 19, 2020
1 parent 8303d48 commit 9fb7b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ require (
github.com/spf13/cobra v0.0.5
github.com/stoewer/go-strcase v1.1.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200319153356-a183662640d9
github.com/terraform-providers/terraform-provider-aws v0.0.0
github.com/terraform-providers/terraform-provider-azuread v0.7.0 // indirect
github.com/terraform-providers/terraform-provider-azurerm v0.0.0
github.com/terraform-providers/terraform-provider-google v1.20.1-0.20200204003432-77547e3e7d52
Expand Down Expand Up @@ -138,6 +138,7 @@ replace (
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200116152001-92a2713fa240 // Pin client-go
github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20200130220348-e5685c0cf530 // Pin MCO so it doesn't get downgraded
github.com/ovirt/go-ovirt => github.com/ovirt/go-ovirt v0.0.0-20200320082526-4e97a11ff083
github.com/terraform-providers/terraform-provider-aws => github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200319153356-a183662640d9
github.com/terraform-providers/terraform-provider-azurerm => github.com/openshift/terraform-provider-azurerm v1.41.1-openshift-3 // Pin to openshift fork with IPv6 fixes
google.golang.org/api => google.golang.org/api v0.13.0 // Pin to version required by tf-provider-google
k8s.io/api => k8s.io/api v0.17.1 // Replaced by MCO/CRI-O
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ github.com/stoewer/go-strcase
github.com/stretchr/testify/assert
# github.com/svanharmelen/jsonapi v0.0.0-20180618144545-0c0828c3f16d
github.com/svanharmelen/jsonapi
# github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200319153356-a183662640d9
# github.com/terraform-providers/terraform-provider-aws v0.0.0 => github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200319153356-a183662640d9
github.com/terraform-providers/terraform-provider-aws/aws
github.com/terraform-providers/terraform-provider-aws/aws/internal/flatmap
github.com/terraform-providers/terraform-provider-aws/aws/internal/keyvaluetags
Expand Down

0 comments on commit 9fb7b5a

Please sign in to comment.