2
0
Files
logikonline 17581918dd feat: add client libraries, examples, and project documentation
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.
2026-01-19 10:44:24 -05:00

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
)