Notes added by 'git notes append'
This commit is contained in:
parent
5879646af4
commit
f90ac8dc2a
|
@ -1 +1,18 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/lib/libgit2
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.6
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v1.1.5
|
||||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
||||
golang.org/x/crypto v0.33.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cloudflare/circl v1.3.7 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue