diff --git a/b5643f83bef98d940f34a987a477436f91710e80 b/b5643f83bef98d940f34a987a477436f91710e80 index ad5b49c..899ceaa 100644 --- a/b5643f83bef98d940f34a987a477436f91710e80 +++ b/b5643f83bef98d940f34a987a477436f91710e80 @@ -1 +1,19 @@ // `autogen:go.mod` + +module go.wit.com/apps/utils/going2git + +go 1.22 + +toolchain go1.23.6 + +require ( + go.wit.com/dev/alexflint/arg v1.5.5 + go.wit.com/lib/libgit2 v0.1.3 + go.wit.com/log v0.22.16 +) + +require ( + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + golang.org/x/crypto v0.33.0 // indirect + golang.org/x/sys v0.30.0 // indirect +)