From 6d5134a7ea7bb31d1f6ccb0b9c46473abede396f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 20:37:47 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 6bf6fd5f52e81434c2b2d60924a9acb6d782891e | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/6bf6fd5f52e81434c2b2d60924a9acb6d782891e b/6bf6fd5f52e81434c2b2d60924a9acb6d782891e index ad5b49c..d07b7d9 100644 --- a/6bf6fd5f52e81434c2b2d60924a9acb6d782891e +++ b/6bf6fd5f52e81434c2b2d60924a9acb6d782891e @@ -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.30 + 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 +)