| --- |
| name: Migration Issue |
| about: Ask a question or report an issue related related to the go-genproto type migration |
| title: 'package: migration help' |
| labels: genproto-migration |
| assignees: '' |
| |
| --- |
| |
| ## If you have not already please read our migration.md file for assistance. |
| |
| **Which client are you migrating** |
| e.g asset: google.golang.org/genproto/googleapis/cloud/asset/v1p2beta1 |
| |
| **What issue are you having** |
| A clear and concise description of what is happening. |
| |
| **Expected behavior** |
| A clear and concise description of what you expected to happen. |
| |
| **Relevant go.mod dependencies** |
| ``` |
| / /go.mod |
| require ( |
| cloud.google.com/go/asset v1.6.0 |
| google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0 |
| ) |
| ``` |
| |
| |
| **Additional context** |
| Add any other context about the problem here. |