From 66909b8718b5bf776a9b2cb2ed047e1355053d79 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 27 Dec 2024 14:45:57 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 9af3058aa66e112df75e8a3ef2d40a6be3ff47a5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/9af3058aa66e112df75e8a3ef2d40a6be3ff47a5 b/9af3058aa66e112df75e8a3ef2d40a6be3ff47a5 index ad5b49c..66b3d5a 100644 --- a/9af3058aa66e112df75e8a3ef2d40a6be3ff47a5 +++ b/9af3058aa66e112df75e8a3ef2d40a6be3ff47a5 @@ -1 +1,15 @@ // `autogen:go.mod` + +module go.wit.com/lib/protobuf/gitpb + +go 1.21 + +toolchain go1.23.4 + +require ( + github.com/destel/rill v0.6.0 + github.com/go-cmd/cmd v1.4.3 + go.wit.com/lib/gui/shell v0.22.20 + go.wit.com/log v0.22.9 + google.golang.org/protobuf v1.36.0 +)