diff --git a/lib/service/service_test.go b/lib/service/service_test.go index c0a27d8569e68..7295f3ade8229 100644 --- a/lib/service/service_test.go +++ b/lib/service/service_test.go @@ -23,7 +23,6 @@ import ( "crypto/tls" "errors" "fmt" - "github.com/sirupsen/logrus" "io" "log/slog" "net" @@ -43,6 +42,7 @@ import ( "github.com/gravitational/trace" "github.com/jonboulle/clockwork" "github.com/prometheus/client_golang/prometheus" + "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "golang.org/x/crypto/ssh"