|
// `autogen:go.mod`
|
|
|
|
module go.wit.com/lib/protobuf/gitpb
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/destel/rill v0.7.0
|
|
github.com/go-cmd/cmd v1.4.3
|
|
go.wit.com/lib/gui/shell v0.22.23
|
|
go.wit.com/log v0.22.11
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|
|
|
|
// `autogen:go.sum`
|