From bf3f6c7622fbb7a65d86707a98f407a7b9a5b814 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Feb 2025 19:24:32 -0600 Subject: [PATCH] Notes added by 'git notes append' --- b5643f83bef98d940f34a987a477436f91710e80 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 +)