File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
- label : " :lab_coat: Unit Tests"
6
6
command : " earthly +test"
7
7
plugins :
8
- - test-collector#v1.10.0 :
8
+ - test-collector#v1.10.1 :
9
9
files : " junit-results.xml"
10
10
format : " junit"
11
11
- label : " :goggles: Code Coverage"
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/dimchansky/utfbom v1.1.1
7
- github.com/stretchr/testify v1.8.4
7
+ github.com/stretchr/testify v1.9.0
8
8
github.com/urfave/cli/v2 v2.27.1
9
9
gopkg.in/ini.v1 v1.67.0
10
10
)
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
22
22
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
23
23
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
24
24
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
25
+ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
26
+ github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
25
27
github.com/urfave/cli/v2 v2.26.0 h1:3f3AMg3HpThFNT4I++TKOejZO8yU55t3JnnSr4S4QEI =
26
28
github.com/urfave/cli/v2 v2.26.0 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
27
29
github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho =
You can’t perform that action at this time.
0 commit comments