Skip to content

Commit 893e893

Browse files
chore(deps): bump github.com/spf13/viper from 1.6.2 to 1.12.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.2 to 1.12.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.2...v1.12.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fd25bf commit 893e893

File tree

2 files changed

+765
-92
lines changed

2 files changed

+765
-92
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ require (
1010
github.com/inconshreveable/mousetrap v1.0.0 // indirect
1111
github.com/jedib0t/go-pretty/v6 v6.2.1
1212
github.com/lithammer/fuzzysearch v1.1.2
13-
github.com/magiconair/properties v1.8.1
14-
github.com/mitchellh/mapstructure v1.4.1
13+
github.com/magiconair/properties v1.8.6
14+
github.com/mitchellh/mapstructure v1.5.0
1515
github.com/olivere/elastic/v7 v7.0.20
1616
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
1717
github.com/pkg/errors v0.9.1
1818
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
19-
github.com/sirupsen/logrus v1.4.1
19+
github.com/sirupsen/logrus v1.6.0
2020
github.com/spf13/cobra v0.0.3
2121
github.com/spf13/pflag v1.0.5
22-
github.com/spf13/viper v1.6.2
22+
github.com/spf13/viper v1.12.0
2323
github.com/streadway/amqp v1.0.0
2424
github.com/stretchr/objx v0.2.0 // indirect
25-
github.com/stretchr/testify v1.5.1
25+
github.com/stretchr/testify v1.7.1
2626
github.com/valyala/bytebufferpool v1.0.0
2727
github.com/valyala/gozstd v1.11.0
2828
github.com/xeipuuv/gojsonschema v1.2.0
29-
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
30-
golang.org/x/text v0.3.5
29+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
30+
golang.org/x/text v0.3.7
3131
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
3232
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3333
gopkg.in/natefinch/lumberjack.v2 v2.0.0
34-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
34+
gopkg.in/yaml.v3 v3.0.0
3535
)
3636

3737
go 1.16

0 commit comments

Comments
 (0)