From 94da3cc2cb35a097162bff0b66adc5bb11eb86d0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 02:50:58 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 2395a4466e9c08112372c480b30ac0823eeeb549 | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/2395a4466e9c08112372c480b30ac0823eeeb549 b/2395a4466e9c08112372c480b30ac0823eeeb549 index ad5b49c..83c0c2c 100644 --- a/2395a4466e9c08112372c480b30ac0823eeeb549 +++ b/2395a4466e9c08112372c480b30ac0823eeeb549 @@ -1 +1,26 @@ // `autogen:go.mod` + +module go.wit.com/lib/gui/repostatus + +go 1.21 + +toolchain go1.23.4 + +require ( + go.wit.com/gui v0.22.23 + go.wit.com/lib/gadgets v0.22.6 + go.wit.com/lib/gui/shell v0.22.23 + go.wit.com/lib/protobuf/gitpb v0.0.68 + go.wit.com/lib/protobuf/virtbuf v0.2.18 + 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 + github.com/google/uuid v1.6.0 // indirect + go.wit.com/dev/alexflint/arg v1.5.5 // indirect + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + go.wit.com/widget v1.1.27 // indirect + google.golang.org/protobuf v1.36.4 // indirect +)