From aad15a94a79e7da01617210d5a5f86217594c873 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 04:20:53 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 0a1eb821e9123f4e6793b410300803c610d4b804 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/0a1eb821e9123f4e6793b410300803c610d4b804 b/0a1eb821e9123f4e6793b410300803c610d4b804 index ad5b49c..2293348 100644 --- a/0a1eb821e9123f4e6793b410300803c610d4b804 +++ b/0a1eb821e9123f4e6793b410300803c610d4b804 @@ -1 +1,17 @@ // `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 + go.wit.com/lib/gui/shell v0.22.20 + go.wit.com/log v0.22.9 + golang.org/x/text v0.21.0 +) + +require github.com/alexflint/go-scalar v1.2.0 // indirect