File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/BurntSushi/toml v1.0.0
7+ github.com/Masterminds/sprig/v3 v3.2.2
78 github.com/fsouza/go-dockerclient v1.7.10
89 github.com/stretchr/testify v1.7.1
910)
@@ -12,7 +13,6 @@ require (
1213 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
1314 github.com/Masterminds/goutils v1.1.1 // indirect
1415 github.com/Masterminds/semver/v3 v3.1.1 // indirect
15- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
1616 github.com/Microsoft/go-winio v0.5.2 // indirect
1717 github.com/Microsoft/hcsshim v0.9.2 // indirect
1818 github.com/containerd/cgroups v1.0.3 // indirect
Original file line number Diff line number Diff line change @@ -1361,6 +1361,7 @@ gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
13611361gopkg.in/yaml.v2 v2.2.5 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
13621362gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
13631363gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
1364+ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
13641365gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
13651366gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
13661367gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments