From 8a99b25c5c510f5edd5d409fb4913d4c7796047e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 15 Dec 2024 00:12:58 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 84cf8265a036b72304eebeb01e48b1a6ed5630a8 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/84cf8265a036b72304eebeb01e48b1a6ed5630a8 b/84cf8265a036b72304eebeb01e48b1a6ed5630a8 index ad5b49c..ef8eb13 100644 --- a/84cf8265a036b72304eebeb01e48b1a6ed5630a8 +++ b/84cf8265a036b72304eebeb01e48b1a6ed5630a8 @@ -1 +1,21 @@ // `autogen:go.mod` + +module go.wit.com/apps/go-mod-clean + +go 1.20 + +require ( + go.wit.com/dev/alexflint/arg v1.5.5 + go.wit.com/lib/gui/shell v0.22.16 + go.wit.com/lib/protobuf/forgepb v0.0.31 + go.wit.com/lib/protobuf/gitpb v0.0.29 + 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/protobuf/zoopb v0.0.19 // indirect + google.golang.org/protobuf v1.35.2 // indirect +)