From 1a1fdba62d729ca868bc8bfe2e35edae8ef5c5b8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 18 Dec 2024 18:24:18 -0600 Subject: [PATCH] Notes added by 'git notes append' --- e30ef08c119ed4e539d3aac74c9d6010a95c9423 | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/e30ef08c119ed4e539d3aac74c9d6010a95c9423 b/e30ef08c119ed4e539d3aac74c9d6010a95c9423 index ad5b49c..c4eac6a 100644 --- a/e30ef08c119ed4e539d3aac74c9d6010a95c9423 +++ b/e30ef08c119ed4e539d3aac74c9d6010a95c9423 @@ -1 +1,30 @@ // `autogen:go.mod` + +module go.wit.com/apps/forge + +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/gadgets v0.22.5 + go.wit.com/lib/gui/repolist v0.22.36 + go.wit.com/lib/gui/shell v0.22.19 + go.wit.com/lib/protobuf/forgepb v0.0.39 + go.wit.com/lib/protobuf/gitpb v0.0.37 + 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 + github.com/google/uuid v1.6.0 // indirect + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + go.wit.com/lib/gui/repostatus v0.22.30 // indirect + go.wit.com/lib/protobuf/virtbuf v0.2.17 // indirect + go.wit.com/lib/protobuf/zoopb v0.0.20 // indirect + go.wit.com/widget v1.1.27 // indirect + google.golang.org/protobuf v1.36.0 // indirect +)