From 32eb23c12fee3b2b603ce74d8974354956c2f1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:08:17 +0000 Subject: [PATCH] Bump github.com/gogo/protobuf in /Servers/GoServer/GoHttp 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: indirect ... Signed-off-by: dependabot[bot] --- Servers/GoServer/GoHttp/go.mod | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Servers/GoServer/GoHttp/go.mod b/Servers/GoServer/GoHttp/go.mod index 4bf00bd..612bdbe 100644 --- a/Servers/GoServer/GoHttp/go.mod +++ b/Servers/GoServer/GoHttp/go.mod @@ -2,12 +2,4 @@ module Demo/GoHttp go 1.13 -require ( - github.com/Shopify/sarama v1.24.1 // indirect - github.com/TarsCloud/TarsGo v0.0.0-20200404101428-95ae9f19276f - github.com/apache/thrift v0.13.0 // indirect - github.com/go-logfmt/logfmt v0.4.0 // indirect - github.com/gogo/protobuf v1.3.1 // indirect - github.com/klauspost/cpuid v1.2.1 // indirect - github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect -) +require github.com/TarsCloud/TarsGo v0.0.0-20200404101428-95ae9f19276f