From 5bda02fa734a8f16a14763d15051118bc31f648a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Jan 2025 19:53:53 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 546eeb7444e4c54822c334e0af3c059ebeab7842 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/546eeb7444e4c54822c334e0af3c059ebeab7842 b/546eeb7444e4c54822c334e0af3c059ebeab7842 index ad5b49c..66b3d5a 100644 --- a/546eeb7444e4c54822c334e0af3c059ebeab7842 +++ b/546eeb7444e4c54822c334e0af3c059ebeab7842 @@ -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 +)