This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: update dependencies for grpc-gateway to rid protoc-gen-go/* (#83
) Updates the grpc-gateway, whose prior transitive dependency for "github.com/golang/protobuf/protoc-gen-go/generator" produced a deprecation warning. After this change, verified with `go mod why` ```shell $ go mod why "github.com/golang/protobuf/protoc-gen-go/generator" (main module does not need package github.com/golang/protobuf/protoc-gen-go/generator) ``` Fixes #82
- Loading branch information