From fc5fa3a773af7c68f217b35a6f04e141d36f6f80 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 Jan 2025 22:51:39 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 7396af67a199f8f10d3523913bf9c6e1b5aee9e9 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 b/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 index ad5b49c..109f867 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.65 + go.wit.com/log v0.22.10 +) + +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.23 // indirect + go.wit.com/lib/protobuf/gitpb v0.0.67 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.22 // indirect + google.golang.org/protobuf v1.36.4 // indirect +)