|
// `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.18
|
|
go.wit.com/log v0.22.9
|
|
google.golang.org/protobuf v1.36.0
|
|
)
|
|
|
|
// `autogen:go.sum`
|