1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00
This commit is contained in:
Valentin Maerten
2025-04-25 13:10:25 +02:00
parent f75fb73985
commit 614ef72fd3
3 changed files with 6 additions and 3 deletions

View File

@@ -2,11 +2,12 @@ package experiments
import (
"fmt"
"github.com/go-task/task/v3/taskrc/ast"
"os"
"path/filepath"
"strings"
"github.com/go-task/task/v3/taskrc/ast"
"github.com/joho/godotenv"
"github.com/go-task/task/v3/taskrc"

View File

@@ -2,13 +2,14 @@ package flags
import (
"cmp"
"github.com/go-task/task/v3/taskrc"
"log"
"os"
"path/filepath"
"strconv"
"time"
"github.com/go-task/task/v3/taskrc"
"github.com/spf13/pflag"
"github.com/go-task/task/v3"

View File

@@ -1,8 +1,9 @@
package ast
import (
"github.com/Masterminds/semver/v3"
"time"
"github.com/Masterminds/semver/v3"
)
type TaskRC struct {