From 2cc97815223c90bd8de7e1e4a3ac7b9655da7a5c Mon Sep 17 00:00:00 2001 From: Eitol Date: Wed, 10 Jul 2024 11:05:03 -0400 Subject: [PATCH] fix import sort --- desc_source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"