Skip to content

Commit b7cc892

Browse files
chore(deps): bump github.com/spf13/viper from 1.6.2 to 1.7.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.2 to 1.7.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.2...v1.7.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 024efc4 commit b7cc892

File tree

2 files changed

+141
-13
lines changed

2 files changed

+141
-13
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ require (
1818
github.com/sirupsen/logrus v1.4.1
1919
github.com/spf13/cobra v0.0.3
2020
github.com/spf13/pflag v1.0.5
21-
github.com/spf13/viper v1.6.2
21+
github.com/spf13/viper v1.7.1
2222
github.com/streadway/amqp v1.0.0
2323
github.com/stretchr/objx v0.2.0 // indirect
2424
github.com/stretchr/testify v1.5.1
2525
github.com/valyala/bytebufferpool v1.0.0
2626
github.com/valyala/gozstd v1.6.4
2727
github.com/xeipuuv/gojsonschema v1.2.0
28-
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
28+
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
2929
golang.org/x/text v0.3.2
3030
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
3131
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df

0 commit comments

Comments
 (0)