From 14dbb78dd00e4c54c6a52d91ab065900c5d05533 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 03:12:02 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 49a4dc30bfc52d21fec431e21deaf13e58543040 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/49a4dc30bfc52d21fec431e21deaf13e58543040 b/49a4dc30bfc52d21fec431e21deaf13e58543040 index ad5b49c..60bad80 100644 --- a/49a4dc30bfc52d21fec431e21deaf13e58543040 +++ b/49a4dc30bfc52d21fec431e21deaf13e58543040 @@ -1 +1,20 @@ // `autogen:go.mod` + +module go.wit.com/apps/autogenpb + +go 1.21 + +toolchain go1.23.4 + +require ( + github.com/alexflint/go-arg v1.5.1 + github.com/go-cmd/cmd v1.4.3 + github.com/google/uuid v1.6.0 + go.wit.com/lib/fhelp v0.0.3 + go.wit.com/lib/gui/shell v0.22.22 + go.wit.com/log v0.22.10 + golang.org/x/text v0.21.0 + google.golang.org/protobuf v1.36.3 +) + +require github.com/alexflint/go-scalar v1.2.0 // indirect