diff --git a/desc_source.go b/desc_source.go index 4f91714..617839e 100644 --- a/desc_source.go +++ b/desc_source.go @@ -4,7 +4,6 @@ import ( "context" "errors" "fmt" - "github.com/jhump/protoreflect/desc/protoprint" "io" "os" "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/jhump/protoreflect/desc" "github.com/jhump/protoreflect/desc/protoparse" + "github.com/jhump/protoreflect/desc/protoprint" "github.com/jhump/protoreflect/dynamic" "github.com/jhump/protoreflect/grpcreflect" "google.golang.org/grpc/codes"