open-consul/agent/auto-config
Matt Keeler 554f1e6fee
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 removes ioutil usage everywhere which was deprecated in go1.16 (#15297) 2022-11-10 10:26:01 -06:00
auto_config_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
auto_config_oss_test.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
auto_config_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
auto_encrypt.go Deprecate -join and -join-wan (#15598) 2022-12-14 20:28:25 +00:00
auto_encrypt_test.go Deprecate -join and -join-wan (#15598) 2022-12-14 20:28:25 +00:00
config.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
config_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
config_translate.go agent: convert listener config to TLS types (#12522) 2022-03-24 15:32:25 -04:00
config_translate_test.go agent: convert listener config to TLS types (#12522) 2022-03-24 15:32:25 -04:00
mock_oss_test.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
mock_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
persist.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
run.go tlsutil: reduce interface provided to auto-config 2021-06-22 14:11:28 -04:00
server_addr.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
tls.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
tls_test.go Remove the stdduration gogo extension 2022-03-16 12:12:29 -04:00