From 194a5ee05862eba55574af5a6a86829a70241556 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Feb 2025 00:56:05 -0600 Subject: [PATCH] Notes added by 'git notes append' --- fd81129cec63b5e2f74a206df079c8f94ee96bdf | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/fd81129cec63b5e2f74a206df079c8f94ee96bdf b/fd81129cec63b5e2f74a206df079c8f94ee96bdf index ad5b49c..a6e17c8 100644 --- a/fd81129cec63b5e2f74a206df079c8f94ee96bdf +++ b/fd81129cec63b5e2f74a206df079c8f94ee96bdf @@ -1 +1,35 @@ // `autogen:go.mod` + +module go.wit.com/apps/utils/wit-utils + +go 1.22 + +toolchain go1.23.6 + +require ( + github.com/awesome-gocui/gocui v1.1.0 + go.wit.com/dev/alexflint/arg v1.5.5 + go.wit.com/gui v0.22.26 + go.wit.com/lib/debugger v0.22.9 + go.wit.com/lib/gui/logsettings v0.22.9 + go.wit.com/lib/protobuf/virtbuf v0.2.20 + go.wit.com/lib/protobuf/zoopb v0.0.25 + go.wit.com/log v0.22.16 +) + +require ( + github.com/gdamore/encoding v1.0.0 // indirect + github.com/gdamore/tcell/v2 v2.4.0 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/lucasb-eyer/go-colorful v1.0.3 // indirect + github.com/mattn/go-runewidth v0.0.10 // indirect + github.com/rivo/uniseg v0.1.0 // indirect + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + go.wit.com/lib/gadgets v0.22.9 // indirect + go.wit.com/lib/protobuf/guipb v0.0.2 // indirect + go.wit.com/widget v1.1.29 // indirect + golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect + golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect + golang.org/x/text v0.3.3 // indirect + google.golang.org/protobuf v1.36.5 // indirect +)