fleet-memory/hindsight-clients/go/test
Eliah Rusin be8728b313
fix(go-client): use monorepo-compatible module path (#392)
The Go SDK declared its module as github.com/vectorize-io/hindsight-client-go,
but that repository doesn't exist. Update to
github.com/vectorize-io/hindsight/hindsight-clients/go to match the actual
monorepo path, enabling standard `go get` imports with directory-prefixed tags.

Also enables isGoSubmodule in the OpenAPI generator config and updates all
import references across tests, docs, and the client generation script.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 10:35:13 +01:00
..
api_banks_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_directives_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_documents_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_entities_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_memory_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_mental_models_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_monitoring_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
api_operations_test.go fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00