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

feat: use semver package for taskfile schema version

This commit is contained in:
Pete Davison
2023-02-08 10:21:43 +00:00
parent 28c5f4a635
commit 8b72c86ba5
9 changed files with 53 additions and 68 deletions

1
go.mod
View File

@@ -1,6 +1,7 @@
module github.com/go-task/task/v3
require (
github.com/Masterminds/semver/v3 v3.2.0
github.com/fatih/color v1.14.1
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
github.com/joho/godotenv v1.5.1