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

feat: go 1.21

This commit is contained in:
Pete Davison
2023-08-29 21:04:01 +00:00
committed by Andrey Nering
parent 81148c312e
commit 8d0754af4d
11 changed files with 52 additions and 29 deletions

3
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/go-task/task/v3
go 1.20
go 1.21
require (
github.com/Masterminds/semver/v3 v3.2.1
@@ -15,7 +15,6 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e
golang.org/x/sync v0.6.0
golang.org/x/term v0.17.0
gopkg.in/yaml.v3 v3.0.1