Notes added by 'git notes append'
This commit is contained in:
parent
f7499c60df
commit
9bd9baed4c
|
@ -1 +1,19 @@
|
|||
// `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