Мелочи по зависимостям

This commit is contained in:
2025-10-02 01:22:21 +08:00
parent 182b9a92ce
commit b3ee981bd1
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ import (
"math/rand" "math/rand"
"net/http" "net/http"
"os" "os"
"runtime"
"slices" "slices"
"strings" "strings"
"sync" "sync"

View File

@@ -11,9 +11,10 @@ import (
"axenov/iptv-checker/app/checker" "axenov/iptv-checker/app/checker"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/spf13/cobra"
"log" "log"
"time" "time"
"github.com/spf13/cobra"
) )
// checkCmd represents the file command // checkCmd represents the file command