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.7.1 to 1.14.0 #82

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
19 changes: 7 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,27 @@ go 1.15
require (
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.11.0
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/gofrs/flock v0.8.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/google/tink/go v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mackerelio/go-osstat v0.1.0
github.com/manifoldco/promptui v0.8.0
github.com/markbates/pkger v0.17.1
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/minio/minio-go/v7 v7.0.5
github.com/minio/sio v0.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/otiai10/copy v1.2.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
golang.org/x/text v0.3.4
google.golang.org/protobuf v1.25.0
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
go.uber.org/goleak v1.1.11
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/text v0.4.0
google.golang.org/protobuf v1.28.1
)
Loading