Skip to content

Commit 1e86150

Browse files
author
harshit-splunk
committed
upgraded gogo/protobuf version
1 parent 1bcd652 commit 1e86150

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+13435
-4727
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cloudfoundry-community/go-cfclient v0.0.0-20190201205600-f136f9222381
1010
github.com/cloudfoundry/noaa v2.1.1-0.20190110210640-5ce49363dfa6+incompatible
1111
github.com/cloudfoundry/sonde-go v0.0.0-20160804000546-81c3f6be579c
12-
github.com/gogo/protobuf v0.0.0-20160804155430-a4cceea7a401
12+
github.com/gogo/protobuf v1.3.2
1313
github.com/google/uuid v0.0.0-20170728174318-281f560d28af
1414
github.com/gorilla/websocket v1.0.1-0.20160802133203-a69d25be2fe2
1515
github.com/mailru/easyjson v0.0.0-20160816214844-3d7eb5818bd5
@@ -32,7 +32,7 @@ require (
3232
github.com/davecgh/go-spew v1.1.1 // indirect
3333
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
3434
github.com/elazarl/goproxy/ext v0.0.0-20210801061803-8e322dfb79c4 // indirect
35-
github.com/golang/protobuf v1.3.2 // indirect
35+
github.com/golang/protobuf v1.2.0 // indirect
3636
github.com/hpcloud/tail v1.0.0 // indirect
3737
github.com/mattn/go-isatty v0.0.14 // indirect
3838
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab h1:xveKWz2iauee
4444
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab/go.mod h1:/P9AEU963A2AYjv4d1V5eVL1CQbEJq6aCNHDDjibzu8=
4545
github.com/gogo/protobuf v0.0.0-20160804155430-a4cceea7a401 h1:RlrAbVQBYph+tYlrLTYKeOaWfRxDhuKC7GsPjdBGMm8=
4646
github.com/gogo/protobuf v0.0.0-20160804155430-a4cceea7a401/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
47+
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
48+
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
4749
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
4850
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
4951
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=

vendor/github.com/gogo/protobuf/AUTHORS

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gogo/protobuf/CONTRIBUTORS

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gogo/protobuf/LICENSE

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gogo/protobuf/gogoproto/Makefile

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gogo/protobuf/gogoproto/doc.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)