Skip to content

Commit

Permalink
src: Update dependencies
Browse files Browse the repository at this point in the history
- github.com/briandowns/spinner v1.10.0 => v1.16.0
- github.com/fatih/color v1.7.0 => v1.13.0
- github.com/fsnotify/fsnotify v1.4.9 => v1.5.1
- github.com/sirupsen/logrus v1.4.2 => v1.8.1
- github.com/spf13/cast v1.3.1 => v1.4.1
- github.com/spf13/cobra v0.0.7 => v1.2.1
- github.com/spf13/viper v1.4.0 => v1.9.0
- gopkg.in/yaml.v2 v2.2.8 => v2.4.0
  • Loading branch information
HarryMichal committed Nov 11, 2021
1 parent 442ed65 commit 1b26f97
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 106 deletions.
16 changes: 6 additions & 10 deletions src/go.mod
Expand Up @@ -5,23 +5,19 @@ go 1.13
require (
github.com/HarryMichal/go-version v1.0.1
github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
github.com/briandowns/spinner v1.10.0
github.com/briandowns/spinner v1.16.0
github.com/docker/go-units v0.4.0
github.com/fsnotify/fsnotify v1.4.9
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/godbus/dbus/v5 v5.0.6
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

0 comments on commit 1b26f97

Please sign in to comment.