Skip to content

Commit

Permalink
fix(deps): update module github.com/spf13/cobra to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 7d1b9ac commit ce6416e
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 161 deletions.
21 changes: 4 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,21 @@ module github.com/l3uddz/wantarr
go 1.13

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/imroc/req v0.3.0
github.com/jinzhu/gorm v1.9.15
github.com/jpillora/backoff v1.0.0
github.com/json-iterator/go v1.1.10
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/json-iterator/go v1.1.12
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.0
github.com/tommysolsen/capitalise v0.0.0-20171110170156-1df6e863d8ab
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.uber.org/atomic v1.6.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
go.uber.org/atomic v1.7.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading

0 comments on commit ce6416e

Please sign in to comment.