Skip to content

Commit

Permalink
Add repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 3, 2023
1 parent cf8780a commit 8ca9a1c
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions lists/go-build-dependencies-serial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Go build dependencies - serial

1. List all Go repositories
1. <https://github.com/search?q=topic%3Agolang+org%3ASenzing&type=Repositories>

## 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)

0 comments on commit 8ca9a1c

Please sign in to comment.