Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/spf13/viper from 1.4.0 to 1.8.1 #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 11 additions & 15 deletions go.mod
Expand Up @@ -5,12 +5,12 @@ go 1.12
require (
github.com/bradleyjkemp/cupaloy/v2 v2.5.0
github.com/fatih/color v1.9.0
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.5.2
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.5
github.com/google/wire v0.2.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.9.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/izumin5210/clig v0.3.1
github.com/izumin5210/execx v0.1.0
github.com/izumin5210/gex v0.6.0
Expand All @@ -20,19 +20,15 @@ require (
github.com/rakyll/statik v0.1.7
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/soheilhy/cmux v0.1.4
github.com/spf13/afero v1.2.2
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
github.com/spf13/viper v1.8.1
github.com/srvc/appctx v0.1.0
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20191118133127-cf1e2d577169 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.21.0
go.uber.org/zap v1.17.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
)