From 4b78767b0de3279594d568486f332d9c33f0b4ef Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 22:22:38 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 3a53e0bd9b893c2e5aee472baae2cc92c6b42afe | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/3a53e0bd9b893c2e5aee472baae2cc92c6b42afe b/3a53e0bd9b893c2e5aee472baae2cc92c6b42afe index ad5b49c..415efdc 100644 --- a/3a53e0bd9b893c2e5aee472baae2cc92c6b42afe +++ b/3a53e0bd9b893c2e5aee472baae2cc92c6b42afe @@ -1 +1,24 @@ // `autogen:go.mod` + +module go.wit.com/lib/gui/repostatus + +go 1.21 + +toolchain go1.23.4 + +require ( + github.com/go-cmd/cmd v1.4.3 + go.wit.com/gui v0.22.14 + go.wit.com/lib/gadgets v0.22.5 + go.wit.com/lib/gui/shell v0.22.18 + go.wit.com/lib/protobuf/gitpb v0.0.34 + go.wit.com/log v0.22.9 + go.wit.com/widget v1.1.27 +) + +require ( + github.com/destel/rill v0.6.0 // indirect + go.wit.com/dev/alexflint/arg v1.5.5 // indirect + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + google.golang.org/protobuf v1.36.0 // indirect +)