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

go.mod: Upgrade to gopkg.in/yaml.v3

This commit is contained in:
Andrey Nering
2022-05-29 20:14:42 -03:00
parent 1b6d421a5b
commit bfbf29b78f
2 changed files with 3 additions and 22 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/sh/v3 v3.5.1
)