Forge module versions now use main branch resolution via ~/Code/go.work workspace. Removes local replace directives — the central go.work handles all cross-repo resolution during development. Co-Authored-By: Virgil <virgil@lethean.io>
15 lines
370 B
Modula-2
15 lines
370 B
Modula-2
module forge.lthn.ai/core/go-git
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
forge.lthn.ai/core/go main
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|