1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +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 ( import (
"fmt" "fmt"
"github.com/go-task/task/v3/taskrc/ast"
"os" "os"
"path/filepath" "path/filepath"
"strings" "strings"
"github.com/go-task/task/v3/taskrc/ast"
"github.com/joho/godotenv" "github.com/joho/godotenv"
"github.com/go-task/task/v3/taskrc" "github.com/go-task/task/v3/taskrc"

View File

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

View File

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