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.7.1 in /kotsadm/operator #1631

Merged
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
5 changes: 2 additions & 3 deletions kotsadm/operator/go.mod
Expand Up @@ -6,14 +6,13 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/google/martian v2.1.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/mitchellh/hashstructure v1.1.0
github.com/pact-foundation/pact-go v1.5.1
github.com/pkg/errors v0.9.1
github.com/replicatedhq/troubleshoot v0.10.12
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.4.0
github.com/spf13/viper v1.7.1
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.4
k8s.io/apimachinery v0.18.4
Expand Down