From 845fd12648d34f113fc5197806aab2994a956aad Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 28 Dec 2024 19:41: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..828ff58 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.42 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.20 // indirect + google.golang.org/protobuf v1.36.1 // indirect +)