From 2ed12b064cdea454a5f89d2db5bb87361287bde2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 05:26:54 +0000 Subject: [PATCH] Bump github.com/gogo/protobuf Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 49944b4a4b085da44c43d4b233ea40787396371f to 1.3.1. This release includes the previously tagged commit. - [Release notes](https://github.com/gogo/protobuf/releases) - [Commits](https://github.com/gogo/protobuf/compare/49944b4a4b085da44c43d4b233ea40787396371f...v1.3.1) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 6 ++++-- Gopkg.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 314d072c06..9521ba057c 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -52,7 +52,7 @@ revision = "9a6736ed45b44bf3835afeebb3034b57ed329f3e" [[projects]] - digest = "1:8b5887ca0a183b3abcd743f4afb9871582178e1e313521b2c32d125bf21a861d" + digest = "1:d69d2ba23955582a64e367ff2b0808cdbd048458c178cea48f11ab8c40bd7aea" name = "github.com/gogo/protobuf" packages = [ "gogoproto", @@ -77,6 +77,7 @@ "protoc-gen-gogo", "protoc-gen-gogo/descriptor", "protoc-gen-gogo/generator", + "protoc-gen-gogo/generator/internal/remap", "protoc-gen-gogo/grpc", "protoc-gen-gogo/plugin", "sortkeys", @@ -85,7 +86,8 @@ "vanity/command", ] pruneopts = "" - revision = "49944b4a4b085da44c43d4b233ea40787396371f" + revision = "5628607bb4c51c3157aacc3a50f0ab707582b805" + version = "v1.3.1" [[projects]] digest = "1:b852d2b62be24e445fcdbad9ce3015b44c207815d631230dfce3f14e7803f5bf" diff --git a/Gopkg.toml b/Gopkg.toml index 0bdf1567d8..c3057b34c9 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -26,7 +26,7 @@ required = ["github.com/kevinburke/go-bindata","github.com/gogo/protobuf/proto", [[constraint]] name = "github.com/gogo/protobuf" - revision = "49944b4a4b085da44c43d4b233ea40787396371f" + version = "^1.3.1" [[constraint]] name = "github.com/google/go-github"