Skip to content

Commit

Permalink
Merge pull request #209 from allcloud-io/dependabot/go_modules/github…
Browse files Browse the repository at this point in the history
….com/spf13/viper-1.14.0

Bump github.com/spf13/viper from 1.12.0 to 1.14.0
  • Loading branch information
bitte-ein-bit committed Jan 5, 2023
2 parents fa8f883 + 586391b commit c2fe1c8
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 47 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.12.0
github.com/spf13/viper v1.14.0
github.com/zalando/go-keyring v0.1.2-0.20210728174650-46cefa2ba97e
golang.org/x/net v0.5.0
golang.org/x/term v0.4.0
Expand All @@ -23,7 +23,7 @@ require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/danieljoos/wincred v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/godbus/dbus/v5 v5.0.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
Expand All @@ -35,17 +35,17 @@ require (
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/russellhaering/goxmldsig v1.1.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit c2fe1c8

Please sign in to comment.