File tree Expand file tree Collapse file tree 3 files changed +386
-110
lines changed Expand file tree Collapse file tree 3 files changed +386
-110
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
31
31
var cfgFile string
32
32
33
- var versionString = "0.4.7 "
33
+ var versionString = "0.4.8 "
34
34
35
35
// rootCmd represents the base command when called without any subcommands
36
36
var rootCmd = & cobra.Command {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ module github.com/semaphoreci/test-results
3
3
go 1.16
4
4
5
5
require (
6
- github.com/fsnotify/fsnotify v1.4.9 // indirect
7
- github.com/google/uuid v1.2 .0
6
+ github.com/fsnotify/fsnotify v1.5.0 // indirect
7
+ github.com/google/uuid v1.3 .0
8
8
github.com/mitchellh/go-homedir v1.1.0
9
- github.com/sirupsen/logrus v1.2.0
10
- github.com/spf13/cobra v1.1.3
11
- github.com/spf13/viper v1.7.0
12
- github.com/stretchr/testify v1.3.0
13
- golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
14
- golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549 // indirect
15
- golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
9
+ github.com/sirupsen/logrus v1.8.1
10
+ github.com/spf13/cast v1.4.1 // indirect
11
+ github.com/spf13/cobra v1.2.1
12
+ github.com/spf13/viper v1.8.1
13
+ github.com/stretchr/testify v1.7.0
14
+ golang.org/x/sys v0.0.0-20210819072135-bce67f096156 // indirect
15
+ golang.org/x/text v0.3.7 // indirect
16
16
)
You can’t perform that action at this time.
0 commit comments