diff --git a/2e75d544ee1134b694fc77161f1e7fa798fd10f2 b/2e75d544ee1134b694fc77161f1e7fa798fd10f2 index ad5b49c..66b3d5a 100644 --- a/2e75d544ee1134b694fc77161f1e7fa798fd10f2 +++ b/2e75d544ee1134b694fc77161f1e7fa798fd10f2 @@ -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 +)