From 6e9378044a343b543182db052b0274cfd8c0e640 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 18 Dec 2024 23:22:54 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 7396af67a199f8f10d3523913bf9c6e1b5aee9e9 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 b/7396af67a199f8f10d3523913bf9c6e1b5aee9e9 index ad5b49c..99a07cc 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.40 + 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.40 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.20 // indirect + google.golang.org/protobuf v1.36.0 // indirect +)