Notes added by 'git notes append'
This commit is contained in:
parent
663671b5b1
commit
1bce06e596
|
@ -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
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue