20 lines
339 B
Plaintext
20 lines
339 B
Plaintext
// `autogen:go.mod`
|
|
|
|
module go.wit.com/apps/utils/going2git
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
go.wit.com/dev/alexflint/arg v1.5.5
|
|
go.wit.com/lib/libgit2 v0.1.2
|
|
go.wit.com/log v0.22.10
|
|
)
|
|
|
|
require (
|
|
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|