This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
29497be7e8
open-consul
/
internal
/
tools
/
proto-gen-rpc-glue
/
e2e
/
consul
/
go.mod
6 lines
88 B
Modula-2
Raw
Normal View
History
Unescape
Escape
proto-gen-rpc-glue: use a shallow copy of proto/pbcommon instead of a consul dependency (#12634)
2022-03-28 15:08:41 +00:00
module
github
.
com
/
hashicorp
/
consul
go
1.13
Protobuf Modernization (#15949) * Protobuf Modernization Remove direct usage of golang/protobuf in favor of google.golang.org/protobuf Marshallers (protobuf and json) needed some changes to account for different APIs. Moved to using the google.golang.org/protobuf/types/known/* for the well known types including replacing some custom Struct manipulation with whats available in the structpb well known type package. This also updates our devtools script to install protoc-gen-go from the right location so that files it generates conform to the correct interfaces. * Fix go-mod-tidy make target to work on all modules
2023-01-11 14:39:10 +00:00
require
google
.
golang
.
org
/
protobuf
v1
.
28.1