From 25ef47798277ba2a0111d11754c02b6f956cbc60 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 04:14:22 -0600 Subject: [PATCH] Notes added by 'git notes append' --- d014dbe3d42d2471aeab43e4d6ab0003e88f21ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/d014dbe3d42d2471aeab43e4d6ab0003e88f21ac b/d014dbe3d42d2471aeab43e4d6ab0003e88f21ac index ad5b49c..b7c3126 100644 --- a/d014dbe3d42d2471aeab43e4d6ab0003e88f21ac +++ b/d014dbe3d42d2471aeab43e4d6ab0003e88f21ac @@ -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.22 + go.wit.com/log v0.22.10 + google.golang.org/protobuf v1.36.3 +)