Skip to content

Commit e103c1e

Browse files
Bump github.com/spf13/viper from 1.8.1 to 1.14.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.14.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.8.1...v1.14.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>
1 parent e1dcd31 commit e103c1e

File tree

2 files changed

+505
-73
lines changed

2 files changed

+505
-73
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ require (
1212
github.com/mattn/go-runewidth v0.0.12 // indirect
1313
github.com/sirupsen/logrus v1.8.1
1414
github.com/spf13/pflag v1.0.5
15-
github.com/spf13/viper v1.8.1
16-
github.com/stretchr/testify v1.7.0
15+
github.com/spf13/viper v1.14.0
16+
github.com/stretchr/testify v1.8.1
1717
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
18-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
19-
google.golang.org/grpc v1.39.0
20-
google.golang.org/protobuf v1.26.0
18+
golang.org/x/sync v0.1.0
19+
google.golang.org/grpc v1.50.1
20+
google.golang.org/protobuf v1.28.1
2121
gopkg.in/cheggaaa/pb.v1 v1.0.28
2222
)

0 commit comments

Comments
 (0)