From 8ca9a1c92238fc1f810a353dfa78230a64025325 Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 3 Aug 2023 18:31:57 -0400 Subject: [PATCH] Add repositories --- lists/go-build-dependencies-serial.md | 53 +++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 lists/go-build-dependencies-serial.md diff --git a/lists/go-build-dependencies-serial.md b/lists/go-build-dependencies-serial.md new file mode 100644 index 00000000..669781ee --- /dev/null +++ b/lists/go-build-dependencies-serial.md @@ -0,0 +1,53 @@ +# Go build dependencies - serial + +1. List all Go repositories + 1. + +## Dependencies + +1. No dependencies + 1. [ ] [template-go](https://github.com/Senzing/template-go) + 1. [ ] [g2-sdk-proto/go](https://github.com/senzing/g2-sdk-proto/go) + 1. [ ] [go-grpcing](https://github.com/senzing/go-grpcing) + 1. [ ] [go-messaging](https://github.com/senzing/go-messaging) + 1. [ ] [go-observing](https://github.com/senzing/go-observing) +1. Requires: go-messaging + 1. [ ] [go-logging](https://github.com/senzing/go-logging) +1. Requires: go-observing + 1. [ ] [g2-sdk-go](https://github.com/senzing/g2-sdk-go) + 1. [ ] [observe](https://github.com/senzing/observe) +1. Requires: go-logging + 1. [ ] [go-common](https://github.com/senzing/go-common) + 1. [ ] [go-databasing](https://github.com/senzing/go-databasing) +1. Requires: go-common +1. Requires: g2-sdk-go + 1. [ ] [g2-sdk-go-base](https://github.com/senzing/g2-sdk-go-base) + 1. [ ] [g2-sdk-go-grpc](https://github.com/senzing/g2-sdk-go-grpc) + 1. [ ] [go-rest-api-service](https://github.com/senzing/go-rest-api-service) +1. Requires: g2-sdk-go-base + 1. [ ] [serve-grpc](https://github.com/Senzing/serve-grpc) +1. Requires: g2-sdk-go-grpc + 1. [ ] [go-sdk-abstract-factory](https://github.com/senzing/go-sdk-abstract-factory) +1. Requires: go-sdk-abstract-factory +1. Requires: go-rest-api-service + 1. [ ] [serve-http](https://github.com/senzing/serve-http) +1. Requires: go-databasing + 1. [ ] [init-database](https://github.com/Senzing/init-database) +1. Requires: init-database +1. Requires: observe +1. Requires: serve-grpc +1. Requires: serve-http + 1. [ ] [senzing-tools](https://github.com/Senzing/senzing-tools) + +## Not included + +1. [ ] [g2-sdk-go-mock](https://github.com/Senzing/g2-sdk-go-mock) +1. [ ] [go-queueing](https://github.com/Senzing/go-queueing) +1. [ ] [serve-chat](https://github.com/Senzing/serve-chat) +1. [ ] [template-go](https://github.com/Senzing/template-go) +1. [ ] [check-self](https://github.com/Senzing/check-self) +1. [ ] [go-cmdhelping](https://github.com/Senzing/go-cmdhelping) +1. [ ] [explain](https://github.com/Senzing/explain) +1. [ ] [validate](https://github.com/Senzing/validate) +1. [ ] [move](https://github.com/Senzing/move) +1. [ ] [load](https://github.com/Senzing/load)