From e90d01f99f99d91254185af9ba98c9dcd692a0fb Mon Sep 17 00:00:00 2001 From: jun Date: Sat, 20 Oct 2018 13:17:52 +0900 Subject: [PATCH] Update gogo/protobuf library version to v1.1.1 --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index df50e58..f992f65 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -13,7 +13,7 @@ [[constraint]] name = "github.com/gogo/protobuf" - version = "0.4.0" + version = "1.1.1" [[constraint]] name = "github.com/opencontainers/go-digest"