Skip to content

Commit

Permalink
Update dependency list
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Dec 11, 2018
1 parent 0576110 commit 3c3ef9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hack/revendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def check_antipackage():
},
{
"package": "github.com/golang/protobuf",
"version": "v1.1.0"
"version": "v1.0.0"
},
{
"package": "github.com/davecgh/go-spew",
Expand All @@ -101,7 +101,11 @@ def check_antipackage():
},
{
"package": "gopkg.in/square/go-jose.v2",
"version": "v2.2.0"
"version": "v2.2.1"
},
{
"package": "github.com/imdario/mergo",
"version": "v0.3.5"
}
]
DEP_LIST = [
Expand Down

0 comments on commit 3c3ef9d

Please sign in to comment.