Loading Gopkg.lock +3 −3 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ version = "v3.1.2" [[projects]] digest = "1:f958a1c137db276e52f0b50efee41a1a389dcdded59a69711f3e872757dab34b" digest = "1:3dd078fda7500c341bc26cfbc6c6a34614f295a2457149fc1045cab767cbcf18" name = "github.com/golang/protobuf" packages = [ "jsonpb", Loading @@ -215,8 +215,8 @@ "ptypes/wrappers", ] pruneopts = "" revision = "b4deda0973fb4c70b50d226b1af49f3da59f5265" version = "v1.1.0" revision = "aa810b61a9c79d51363740d207bb46cf8e620ed5" version = "v1.2.0" [[projects]] branch = "master" Loading Gopkg.toml +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ name = "go.uber.org/zap" version = "~1.9.1" [[constraint]] name = "github.com/golang/protobuf" version = "~1.2.0" [[constraint]] name = "google.golang.org/grpc" version = "~1.13.0" Loading vendor/github.com/golang/protobuf/.github/ISSUE_TEMPLATE/bug_report.md 0 → 100644 +20 −0 Original line number Diff line number Diff line --- name: Bug report about: Create a report to help us improve --- **What version of protobuf and what language are you using?** Version: (e.g., `v1.1.0`, `89a0c16f`, etc) **What did you do?** If possible, provide a recipe for reproducing the error. A complete runnable program is good with `.proto` and `.go` source code. **What did you expect to see?** **What did you see instead?** Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). **Anything else we should know about your project / environment?** vendor/github.com/golang/protobuf/.github/ISSUE_TEMPLATE/feature_request.md 0 → 100644 +17 −0 Original line number Diff line number Diff line --- name: Feature request about: Suggest an idea for this project --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. vendor/github.com/golang/protobuf/.github/ISSUE_TEMPLATE/question.md 0 → 100644 +7 −0 Original line number Diff line number Diff line --- name: Question about: Questions and troubleshooting --- Loading
Gopkg.lock +3 −3 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ version = "v3.1.2" [[projects]] digest = "1:f958a1c137db276e52f0b50efee41a1a389dcdded59a69711f3e872757dab34b" digest = "1:3dd078fda7500c341bc26cfbc6c6a34614f295a2457149fc1045cab767cbcf18" name = "github.com/golang/protobuf" packages = [ "jsonpb", Loading @@ -215,8 +215,8 @@ "ptypes/wrappers", ] pruneopts = "" revision = "b4deda0973fb4c70b50d226b1af49f3da59f5265" version = "v1.1.0" revision = "aa810b61a9c79d51363740d207bb46cf8e620ed5" version = "v1.2.0" [[projects]] branch = "master" Loading
Gopkg.toml +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ name = "go.uber.org/zap" version = "~1.9.1" [[constraint]] name = "github.com/golang/protobuf" version = "~1.2.0" [[constraint]] name = "google.golang.org/grpc" version = "~1.13.0" Loading
vendor/github.com/golang/protobuf/.github/ISSUE_TEMPLATE/bug_report.md 0 → 100644 +20 −0 Original line number Diff line number Diff line --- name: Bug report about: Create a report to help us improve --- **What version of protobuf and what language are you using?** Version: (e.g., `v1.1.0`, `89a0c16f`, etc) **What did you do?** If possible, provide a recipe for reproducing the error. A complete runnable program is good with `.proto` and `.go` source code. **What did you expect to see?** **What did you see instead?** Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). **Anything else we should know about your project / environment?**
vendor/github.com/golang/protobuf/.github/ISSUE_TEMPLATE/feature_request.md 0 → 100644 +17 −0 Original line number Diff line number Diff line --- name: Feature request about: Suggest an idea for this project --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
vendor/github.com/golang/protobuf/.github/ISSUE_TEMPLATE/question.md 0 → 100644 +7 −0 Original line number Diff line number Diff line --- name: Question about: Questions and troubleshooting ---