From 341bdae42890a002c1a6bf27ff9a20df0243d153 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 04:44:45 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 7396af67a199f8f10d3523913bf9c6e1b5aee9e9 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 b/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 index ad5b49c..0605c63 100644 --- a/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 +++ b/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 @@ -1 +1,21 @@ // `autogen:go.mod` + +module go.wit.com/apps/utils/go-gui-toolkits + +go 1.21 + +toolchain go1.23.4 + +require ( + go.wit.com/lib/protobuf/forgepb v0.0.44 + go.wit.com/log v0.22.9 +) + +require ( + github.com/destel/rill v0.6.0 // indirect + github.com/go-cmd/cmd v1.4.3 // indirect + go.wit.com/lib/gui/shell v0.22.20 // indirect + go.wit.com/lib/protobuf/gitpb v0.0.46 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.21 // indirect + google.golang.org/protobuf v1.36.2 // indirect +)