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

Switch to using Go modules. #2666

Closed
wants to merge 159 commits into from
Closed

Switch to using Go modules. #2666

wants to merge 159 commits into from

Conversation

paddycarver
Copy link
Contributor

This migrates our vendor.json to use Go 1.11's modules system, and replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some tree shaking of packages and support scripts/licenses/READMEs/etc. happened.

tpoindessous and others added 30 commits October 17, 2018 14:35
Create a link to storage_bucket_acl ressource documentation page.

It's easier than scrolling and scrolling or copy text and search it on the page.

Thank you !
Hi!

Now any changes of cloud build trigger create new one, this PR makes triggers modifiable in place.

I referred to [bigquery dataset](https://github.com/terraform-providers/terraform-provider-google/blob/9f0b792f091ce1a27f718d23184a481d6b20ec05/google/resource_bigquery_dataset.go#L353). If theare are better examples, I'd like to know them.
Update regional cluster example to point cluster to google_container_cluster.regional.name rather than google_container_cluster.primary.name
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
<!-- This change is generated by MagicModules. -->
/cc @danawillow
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
<!-- This change is generated by MagicModules. -->
/cc @danawillow
<!-- This change is generated by MagicModules. -->
/cc @danawillow
<!-- This change is generated by MagicModules. -->
/cc @danawillow
blocking GoogleCloudPlatform/magic-modules#630

This resource won't be tested between this merging and the MM pr merging
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
danawillow and others added 24 commits December 14, 2018 14:38
<!-- This change is generated by MagicModules. -->
/cc @danawillow
```
govendor fetch google.golang.org/api/serviceusage/v1@04bb50b6b83d0e72253821af8cf3252d8e866517
```

#2646 will need to be done after migrating the existing resources off `v1beta1`
<!-- This change is generated by MagicModules. -->
/cc @danawillow
<!-- This change is generated by MagicModules. -->
/cc @danawillow
<!-- This change is generated by MagicModules. -->
/cc @danawillow
This migrates our vendor.json to use Go 1.11's modules system, and
replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some
tree shaking of packages and support scripts/licenses/READMEs/etc.
happened.
paddycarver added a commit that referenced this pull request Dec 18, 2018
This migrates our vendor.json to use Go 1.11's modules system, and
replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some
tree shaking of packages and support scripts/licenses/READMEs/etc.
happened.

This also fixes Travis and our Makefile to no longer use govendor.

(This is a replacement for #2666, except based on @ndmckinley's
work to get 2.0.0 stuff on master.)
@ghost
Copy link

ghost commented Jan 14, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@hashicorp hashicorp locked and limited conversation to collaborators Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet