1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

fix unused import

This commit is contained in:
Valentin Maerten
2025-11-20 19:57:02 +01:00
parent 415cf4a4fe
commit f29d718b03

View File

@@ -5,12 +5,10 @@ import (
"fmt"
"os"
"path/filepath"
"slices"
"strings"
"sync"
"github.com/Masterminds/semver/v3"
"github.com/sajari/fuzzy"
"github.com/go-task/task/v3/errors"
"github.com/go-task/task/v3/internal/env"