diff --git a/cmd/importer/main.go b/cmd/importer/main.go index 7d78e2f..7cde8ae 100644 --- a/cmd/importer/main.go +++ b/cmd/importer/main.go @@ -3,7 +3,6 @@ package main import ( "bufio" "fmt" - "github.com/kris-dev-hub/globallinks/pkg/healthcheck" "log" "net/http" "os" @@ -15,6 +14,8 @@ import ( "sync" "time" + "github.com/kris-dev-hub/globallinks/pkg/healthcheck" + "github.com/klauspost/compress/gzip" "github.com/kris-dev-hub/globallinks/pkg/commoncrawl"