diff --git a/a4ee4aafbc897621e4fc20c53ac9ba3017b1c2fe b/a4ee4aafbc897621e4fc20c53ac9ba3017b1c2fe index ad5b49c..84b2c1e 100644 --- a/a4ee4aafbc897621e4fc20c53ac9ba3017b1c2fe +++ b/a4ee4aafbc897621e4fc20c53ac9ba3017b1c2fe @@ -1 +1,18 @@ // `autogen:go.mod` + +module go.wit.com/lib/libgit2 + +go 1.21 + +toolchain go1.23.4 + +require ( + github.com/ProtonMail/go-crypto v1.1.3 + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 + golang.org/x/crypto v0.31.0 +) + +require ( + github.com/cloudflare/circl v1.3.7 // indirect + golang.org/x/sys v0.28.0 // indirect +)