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

Merge pull request #1004 from go-task/semver

feat: use semver package for taskfile schema version
This commit is contained in:
Pete Davison
2023-03-02 19:07:52 +00:00
committed by GitHub
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