Adding Viper as a dependency.

This commit is contained in:
Renan DelValle 2018-10-23 23:28:27 -07:00
parent fa111ccee4
commit 88ca728041
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 121 additions and 0 deletions

View file

@ -8,6 +8,10 @@ required = ["git.apache.org/thrift.git/lib/go/thrift"]
name = "github.com/spf13/cobra"
revision = "fe5e611709b0c57fa4a89136deaa8e1d4004d053"
[[constraint]]
name = "github.com/spf13/viper"
revision = "62edee319679b6ceaec16de03b966102d2dea709"
[[constraint]]
name = "git.apache.org/thrift.git"
branch = "0.10.0-http-client-fix"