File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ require (
6
6
github.com/joho/godotenv v1.4.0
7
7
github.com/mattn/go-colorable v0.1.12
8
8
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7
9
- gopkg.in/yaml.v2 v2.4.0
9
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
10
10
)
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 h1:8IVLkfbr2cLhv0a/vKq4UFUcJ
10
10
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
11
11
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
12
12
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
13
- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
14
- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
13
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo =
14
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"sync"
17
17
18
18
"github.com/joho/godotenv"
19
- "gopkg.in/yaml.v2 "
19
+ "gopkg.in/yaml.v3 "
20
20
)
21
21
22
22
// version is the git tag at the time of build and is used to denote the
You can’t perform that action at this time.
0 commit comments