Other: go mod tidy/goimports/gofumpt after rebase on devel

This commit is contained in:
James Houlahan
2022-10-28 10:13:34 +02:00
parent 82987a1835
commit a553ced979
10 changed files with 21 additions and 16 deletions

View File

@ -24,11 +24,12 @@
package proto
import (
reflect "reflect"
sync "sync"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
reflect "reflect"
sync "sync"
)
const (

View File

@ -8,6 +8,7 @@ package proto
import (
context "context"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"