+3
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -8,7 +8,7 @@ require ( | ||
github.com/jstemmer/go-junit-report v1.0.0
|
||
github.com/mitchellh/gox v1.0.1
|
||
github.com/sirupsen/logrus v1.8.1
|
||
github.com/stretchr/testify v1.7.1
|
||
github.com/stretchr/testify v1.8.4
|
||
github.com/urfave/cli/v2 v2.4.0
|
||
)
|
||
| @@ -21,8 +21,8 @@ require ( | ||
github.com/mitchellh/iochan v1.0.0 // indirect
|
||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||
github.com/stretchr/objx v0.3.0 // indirect
|
||
github.com/stretchr/objx v0.5.1 // indirect
|
||
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
||
gopkg.in/yaml.v2 v2.2.8 // indirect
|
||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
) |
||
+10
−6
Loading