From 52676bcb9a80808f8d4812c0c0a9ee6a00890379 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 30 Dec 2024 06:08:21 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 7396af67a199f8f10d3523913bf9c6e1b5aee9e9 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 b/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 index ad5b49c..0443048 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.42 + 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.43 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.20 // indirect + google.golang.org/protobuf v1.36.1 // indirect +)