Skip to content

Commit d6fa4df

Browse files
authored
Merge pull request #28 from semaphoreci/mk/update-deps
Update dependencies
2 parents f56afb6 + 7ee7867 commit d6fa4df

File tree

3 files changed

+386
-110
lines changed

3 files changed

+386
-110
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
var cfgFile string
3232

33-
var versionString = "0.4.7"
33+
var versionString = "0.4.8"
3434

3535
// rootCmd represents the base command when called without any subcommands
3636
var rootCmd = &cobra.Command{

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/semaphoreci/test-results
33
go 1.16
44

55
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
88
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
1616
)

0 commit comments

Comments
 (0)