git-module

git clone git://git.lin.moe/fork/git-module.git

 1module github.com/gogs/git-module/v2
 2
 3go 1.26.0
 4
 5require (
 6	github.com/sourcegraph/run v0.12.0
 7	github.com/stretchr/testify v1.11.1
 8)
 9
10require (
11	bitbucket.org/creachadair/shell v0.0.7 // indirect
12	github.com/davecgh/go-spew v1.1.1 // indirect
13	github.com/djherbis/buffer v1.2.0 // indirect
14	github.com/djherbis/nio/v3 v3.0.1 // indirect
15	github.com/go-logr/logr v1.2.3 // indirect
16	github.com/go-logr/stdr v1.2.2 // indirect
17	github.com/itchyny/gojq v0.12.11 // indirect
18	github.com/itchyny/timefmt-go v0.1.5 // indirect
19	github.com/pmezard/go-difflib v1.0.0 // indirect
20	go.bobheadxi.dev/streamline v1.2.1 // indirect
21	go.opentelemetry.io/otel v1.11.0 // indirect
22	go.opentelemetry.io/otel/trace v1.11.0 // indirect
23	gopkg.in/yaml.v3 v3.0.1 // indirect
24)