testgo4/services/api/go.mod
jordan 3b6fc5e782
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Add service component: api
2026-02-01 20:53:37 +00:00

9 lines
235 B
Modula-2

module git.threesix.ai/jordan/testgo4/services/api
go 1.23
require git.threesix.ai/jordan/testgo4/pkg v0.0.0
// Use local workspace modules (for Docker builds without go.work)
replace git.threesix.ai/jordan/testgo4/pkg => ../../pkg