Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 04:44:38 -06:00
parent 8badb4bdf3
commit c79d1b702b
1 changed files with 18 additions and 0 deletions

View File

@ -1 +1,19 @@
// `autogen:go.mod` // `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
)