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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/spf13/viper from 1.7.1 to 1.15.0 in /receiver/receivercreator #2985

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
6 changes: 3 additions & 3 deletions receiver/receivercreator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
github.com/antonmedv/expr v1.8.9
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.0.0-00010101000000-000000000000
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector v0.18.0
go.uber.org/zap v1.16.0
go.uber.org/zap v1.21.0
google.golang.org/grpc/examples v0.0.0-20200728194956-1c32b02682df // indirect
)

Expand Down