Add Go and .NET client libraries for GitCaddy AI Service with usage examples. Include Business Source License 1.1, Makefile for build automation, and comprehensive README. Update service configuration and all service classes to support new client integration.
16 lines
377 B
Modula-2
16 lines
377 B
Modula-2
module git.marketally.com/gitcaddy/gitcaddy-ai/go/gitcaddy-ai-client
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
google.golang.org/grpc v1.70.0
|
|
google.golang.org/protobuf v1.36.3
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
)
|