consul/agent/auto-config
Matt Keeler 5afd4657ec
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 09:39:10 -05:00
..
auto_config.go
auto_config_oss.go
auto_config_oss_test.go
auto_config_test.go
auto_encrypt.go
auto_encrypt_test.go
config.go
config_oss.go
config_translate.go
config_translate_test.go
mock_oss_test.go
mock_test.go
persist.go
run.go
server_addr.go
tls.go
tls_test.go