Skip to content

Commit 584bea4

Browse files
Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#25)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9339770 commit 584bea4

File tree

2 files changed

+88
-23
lines changed

2 files changed

+88
-23
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ require (
3030
github.com/schollz/pake/v3 v3.0.4
3131
github.com/spf13/cobra v1.4.0
3232
github.com/spf13/pflag v1.0.5
33-
github.com/spf13/viper v1.10.1
33+
github.com/spf13/viper v1.11.0
3434
github.com/tidwall/gjson v1.14.0
35-
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
36-
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
35+
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
36+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
3737
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
3838
)
3939

@@ -58,33 +58,34 @@ require (
5858
github.com/itchyny/timefmt-go v0.1.3 // indirect
5959
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
6060
github.com/klauspost/compress v1.14.2 // indirect
61-
github.com/magiconair/properties v1.8.5 // indirect
61+
github.com/magiconair/properties v1.8.6 // indirect
6262
github.com/mattn/go-runewidth v0.0.13 // indirect
6363
github.com/microcosm-cc/bluemonday v1.0.17 // indirect
6464
github.com/mitchellh/mapstructure v1.4.3 // indirect
6565
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
6666
github.com/olekukonko/tablewriter v0.0.5 // indirect
6767
github.com/pelletier/go-toml v1.9.4 // indirect
68+
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
6869
github.com/pmezard/go-difflib v1.0.0 // indirect
6970
github.com/rivo/uniseg v0.2.0 // indirect
7071
github.com/scmn-dev/browser v0.1.3 // indirect
7172
github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228 // indirect
7273
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
73-
github.com/spf13/afero v1.6.0 // indirect
74+
github.com/spf13/afero v1.8.2 // indirect
7475
github.com/spf13/cast v1.4.1 // indirect
7576
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7677
github.com/stretchr/objx v0.3.0 // indirect
77-
github.com/stretchr/testify v1.7.0 // indirect
78+
github.com/stretchr/testify v1.7.1 // indirect
7879
github.com/subosito/gotenv v1.2.0 // indirect
7980
github.com/tidwall/match v1.1.1 // indirect
8081
github.com/tidwall/pretty v1.2.0 // indirect
8182
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
8283
github.com/yuin/goldmark v1.4.4 // indirect
8384
github.com/yuin/goldmark-emoji v1.0.1 // indirect
8485
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
85-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
86+
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
8687
golang.org/x/text v0.3.7 // indirect
87-
gopkg.in/ini.v1 v1.66.2 // indirect
88+
gopkg.in/ini.v1 v1.66.4 // indirect
8889
gopkg.in/yaml.v2 v2.4.0 // indirect
8990
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
9091
)

0 commit comments

Comments
 (0)