blob: 86f282a265c3761f9a59e8bc824d315a4aced20f (
plain)
1
2
3
4
5
6
7
8
9
10
|
module codeberg.org/snonux/gitsyncer
go 1.24.3
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)
|