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

Bump github.com/spf13/viper from 1.13.0 to 1.18.1 #1149

Open
wants to merge 1 commit into
base: main
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ require (
github.com/chef/go-libs v0.4.1
github.com/cheggaaa/pb/v3 v3.1.0
github.com/go-chef/chef v0.27.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pkg/errors v0.9.1
github.com/r3labs/diff v1.1.0 // indirect
github.com/smartystreets/assertions v1.1.1 // indirect
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
github.com/spf13/viper v1.18.1
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.16.0
)

replace github.com/go-chef/chef v0.27.0 => github.com/chef/go-chef v0.4.5
1,748 changes: 1,684 additions & 64 deletions go.sum

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions vendor/github.com/fatih/color/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 22 additions & 24 deletions vendor/github.com/fatih/color/color.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 68 additions & 69 deletions vendor/github.com/fatih/color/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading