fix import sort

This commit is contained in:
Eitol 2024-07-10 11:05:03 -04:00
parent 142da3b2f5
commit 2cc9781522
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"github.com/jhump/protoreflect/desc/protoprint"
"io" "io"
"os" "os"
"path/filepath" "path/filepath"
@ -13,6 +12,7 @@ import (
"github.com/golang/protobuf/proto" //lint:ignore SA1019 we have to import this because it appears in exported API "github.com/golang/protobuf/proto" //lint:ignore SA1019 we have to import this because it appears in exported API
"github.com/jhump/protoreflect/desc" "github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/desc/protoparse" "github.com/jhump/protoreflect/desc/protoparse"
"github.com/jhump/protoreflect/desc/protoprint"
"github.com/jhump/protoreflect/dynamic" "github.com/jhump/protoreflect/dynamic"
"github.com/jhump/protoreflect/grpcreflect" "github.com/jhump/protoreflect/grpcreflect"
"google.golang.org/grpc/codes" "google.golang.org/grpc/codes"