This commit is contained in:
Robert Kaussow 2023-12-04 15:46:05 +01:00
parent 8710ca8014
commit c16f8ea86b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,8 @@ import (
"os"
"strings"
"github.com/rs/zerolog/log"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/thegeeklab/url-parser/command"
"github.com/thegeeklab/url-parser/config"
"github.com/urfave/cli/v2"

View File

@ -5,7 +5,6 @@ import (
"strings"
"github.com/rs/zerolog/log"
"github.com/thegeeklab/url-parser/config"
)