From ec9a9df2e0f04f2f8213263293a99d8b9473d25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:03:43 +0000 Subject: [PATCH] Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/gogo/protobuf/releases) - [Commits](https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/gogo/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1d7c3f1..8be84cf 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,10 @@ module github.com/negbie/fancy go 1.15 require ( - github.com/gogo/protobuf v1.3.1 + github.com/gogo/protobuf v1.3.2 github.com/golang/protobuf v1.4.2 github.com/golang/snappy v0.0.1 github.com/prometheus/client_golang v1.7.1 github.com/prometheus/common v0.13.0 - golang.org/x/sys v0.0.0-20200916084744-dbad9cb7cb7a // indirect google.golang.org/protobuf v1.25.0 // indirect )