From 787949861512d74c9c9876099360d0e90ee9fcc1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 13 Dec 2024 20:20:13 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 76f593ae2950eb01d08422ae4dcf7267de3755a2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/76f593ae2950eb01d08422ae4dcf7267de3755a2 b/76f593ae2950eb01d08422ae4dcf7267de3755a2 index ad5b49c..fac0a22 100644 --- a/76f593ae2950eb01d08422ae4dcf7267de3755a2 +++ b/76f593ae2950eb01d08422ae4dcf7267de3755a2 @@ -1 +1,21 @@ // `autogen:go.mod` + +module go.wit.com/apps/helloworld + +go 1.20 + +require ( + github.com/alexflint/go-arg v1.5.1 + go.wit.com/gui v0.22.13 + go.wit.com/lib/debugger v0.22.5 + go.wit.com/log v0.22.9 +) + +require ( + github.com/alexflint/go-scalar v1.2.0 // indirect + go.wit.com/dev/alexflint/arg v1.5.5 // indirect + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + go.wit.com/lib/gadgets v0.22.5 // indirect + go.wit.com/lib/gui/logsettings v0.22.5 // indirect + go.wit.com/widget v1.1.27 // indirect +)