1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

feat: dag reader

This commit is contained in:
Pete Davison
2024-01-01 23:12:28 +00:00
parent 1890722b75
commit a50580b5a1
6 changed files with 145 additions and 128 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.21
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/davecgh/go-spew v1.1.1
github.com/dominikbraun/graph v0.23.0
github.com/fatih/color v1.16.0
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/joho/godotenv v1.5.1