open-consul/proto-public
Daniel Upton 3664ac54a5 Make proto-public a Go module
Our original intention was for projects to consume and generate their
own Go code for these protobuf packages using Buf. While this is still
the best route for many projects, it causes some headaches when using
a library (e.g. consul-server-connection-manager) that pulls in the
same protobuf package as your project, as Go's protobuf implementation
only allows for a package/namespace to be registered once.

In such cases, projects can depend on this Go module instead, as a
single place where these protobuf packages are registered.
2022-09-06 19:30:17 +01:00
..
pbacl
pbconnectca
pbdataplane
pbserverdiscovery
buf.gen.yaml
buf.yaml
go.mod Make proto-public a Go module 2022-09-06 19:30:17 +01:00
go.sum Make proto-public a Go module 2022-09-06 19:30:17 +01:00