Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Bump github.com/spf13/viper from 1.7.0 to 1.9.0 #91

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ require (
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.2
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.4.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/tools v0.0.0-20200708183856-df98bc6d456c // indirect
github.com/spf13/viper v1.9.0
go.uber.org/zap v1.17.0
gomodules.xyz/jsonpatch/v2 v2.1.0
k8s.io/api v0.20.4
k8s.io/apiextensions-apiserver v0.20.1
Expand Down
Loading