diff --git a/handler_test.go b/handler_test.go index 3cd6433..14c860e 100644 --- a/handler_test.go +++ b/handler_test.go @@ -5,10 +5,10 @@ package lager_test import ( "code.cloudfoundry.org/lager/v3" "code.cloudfoundry.org/lager/v3/lagertest" + "fmt" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gstruct" - "fmt" "log/slog" "strconv" "strings"