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.15.0 #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ require (
github.com/gobuffalo/packr v1.30.1
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/labstack/echo/v4 v4.7.2
github.com/pelletier/go-toml v1.9.4 // indirect
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.3
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.15.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