Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module terraform-providers/terraform-provider-tls to v2.1.0 #9805

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/pquerna/otp v1.2.0
github.com/spf13/pflag v1.0.3 // indirect
github.com/terraform-providers/terraform-provider-template v2.1.2+incompatible
github.com/terraform-providers/terraform-provider-tls v2.0.1+incompatible
github.com/terraform-providers/terraform-provider-tls v2.1.0+incompatible
gopkg.in/yaml.v2 v2.2.2
k8s.io/apimachinery v0.0.0-20190204010555-a98ff070d70e // indirect
k8s.io/client-go v10.0.0+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ github.com/terraform-providers/terraform-provider-openstack v1.15.0 h1:adpjqej+F
github.com/terraform-providers/terraform-provider-openstack v1.15.0/go.mod h1:2aQ6n/BtChAl1y2S60vebhyJyZXBsuAI5G4+lHrT1Ew=
github.com/terraform-providers/terraform-provider-template v2.1.2+incompatible h1:imLvtj+kEr7z3xsHlHed+CAw4Z/mnlLYXfynKLv12SI=
github.com/terraform-providers/terraform-provider-template v2.1.2+incompatible/go.mod h1:Y+/1GV1sOgHNxzYdkkGb9Cz/FNk8W4/Gb5+Phf1CNU8=
github.com/terraform-providers/terraform-provider-tls v2.0.1+incompatible h1:LzJFW5XFadz/4K/lUSTjN2/TrQM5QZtJxrzz50z4yLY=
github.com/terraform-providers/terraform-provider-tls v2.0.1+incompatible/go.mod h1:L5wzhvGcKGSSnpY/Oq9zKRk8cwgrvurqiJu00Eu50cA=
github.com/terraform-providers/terraform-provider-tls v2.1.0+incompatible h1:/6+8oPw6h3gNs9FhaWCtAP3rzpFrOuxoCD4tBfr9p2g=
github.com/terraform-providers/terraform-provider-tls v2.1.0+incompatible/go.mod h1:kurQaP6D5IY4ig4K7EhQchbY/0Q1jZBeOGi4IrWDdJc=
github.com/timakin/bodyclose v0.0.0-20190407043127-4a873e97b2bb h1:lI9ufgFfvuqRctP9Ny8lDDLbSWCMxBPletcSqrnyFYM=
github.com/timakin/bodyclose v0.0.0-20190407043127-4a873e97b2bb/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

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.

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: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ github.com/spf13/pflag
github.com/spf13/viper
# github.com/terraform-providers/terraform-provider-template v2.1.2+incompatible
github.com/terraform-providers/terraform-provider-template/template
# github.com/terraform-providers/terraform-provider-tls v2.0.1+incompatible
# github.com/terraform-providers/terraform-provider-tls v2.1.0+incompatible
github.com/terraform-providers/terraform-provider-tls/tls
# github.com/timakin/bodyclose v0.0.0-20190407043127-4a873e97b2bb
github.com/timakin/bodyclose/passes/bodyclose
Expand Down