Skip to content

Commit 0fdc125

Browse files
author
rsora
committed
Upgrade viper to 1.6.2
1 parent 4d5af7a commit 0fdc125

File tree

2 files changed

+83
-6
lines changed

2 files changed

+83
-6
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ require (
2323
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
2424
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
2525
github.com/juju/testing v0.0.0-20190429233213-dfc56b8c09fc // indirect
26-
github.com/kr/pretty v0.1.0 // indirect
2726
github.com/mattn/go-colorable v0.1.2
2827
github.com/mattn/go-runewidth v0.0.2 // indirect
2928
github.com/miekg/dns v1.0.5 // indirect
@@ -34,10 +33,9 @@ require (
3433
github.com/schollz/closestmatch v2.1.0+incompatible
3534
github.com/segmentio/stats/v4 v4.5.3
3635
github.com/sirupsen/logrus v1.4.2
37-
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
3836
github.com/spf13/cobra v0.0.5
3937
github.com/spf13/jwalterweatherman v1.0.0
40-
github.com/spf13/viper v1.3.2
38+
github.com/spf13/viper v1.6.2
4139
github.com/stretchr/testify v1.4.0
4240
go.bug.st/cleanup v1.0.0
4341
go.bug.st/downloader v1.1.0
@@ -51,5 +49,5 @@ require (
5149
google.golang.org/grpc v1.27.0
5250
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
5351
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
54-
gopkg.in/yaml.v2 v2.2.2
52+
gopkg.in/yaml.v2 v2.2.4
5553
)

0 commit comments

Comments
 (0)