Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/spf13/viper from 1.11.0 to 1.14.0 #380

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ require (
github.com/labstack/echo/v4 v4.7.2
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.8.2
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.7.1
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/vmihailenco/msgpack v4.0.2+incompatible // indirect
go.etcd.io/bbolt v1.3.5 // indirect
Expand Down
Loading