From 8bb5d740c69baffab61be76fbf5c3085ebd85f11 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 15 Dec 2024 21:32:09 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 4f27202bce4234be472347b95408ea436a8d0432 | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/4f27202bce4234be472347b95408ea436a8d0432 b/4f27202bce4234be472347b95408ea436a8d0432 index ad5b49c..6a0be1a 100644 --- a/4f27202bce4234be472347b95408ea436a8d0432 +++ b/4f27202bce4234be472347b95408ea436a8d0432 @@ -1 +1,28 @@ // `autogen:go.mod` + +module go.wit.com/apps/go-deb + +go 1.21 + +toolchain go1.23.4 + +require ( + go.wit.com/dev/alexflint/arg v1.5.5 + go.wit.com/gui v0.22.14 + go.wit.com/lib/debugger v0.22.5 + go.wit.com/lib/gadgets v0.22.5 + go.wit.com/lib/gui/shell v0.22.17 + go.wit.com/lib/protobuf/forgepb v0.0.34 + go.wit.com/lib/protobuf/gitpb v0.0.31 + 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/dev/alexflint/scalar v1.2.4 // indirect + go.wit.com/lib/gui/logsettings v0.22.5 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.19 // indirect + go.wit.com/widget v1.1.27 // indirect + google.golang.org/protobuf v1.35.2 // indirect +)