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

feat: add uuid and rand number functions (#2225)

* feat: add uuid and rand number functions

* chore: remove randFloat for now
This commit is contained in:
Pete Davison
2025-05-01 18:58:01 +01:00
committed by GitHub
parent f8736c5f77
commit 6528b36caa
4 changed files with 13 additions and 28 deletions

1
go.mod
View File

@@ -16,6 +16,7 @@ require (
github.com/go-git/go-git/v5 v5.16.0
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/go-task/template v0.1.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/otiai10/copy v1.14.1