Notes added by 'git notes append'
This commit is contained in:
parent
668d3e9f11
commit
f84c87c63e
|
@ -1 +1,26 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/lib/gui/repostatus
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.4
|
||||
|
||||
require (
|
||||
go.wit.com/gui v0.22.25
|
||||
go.wit.com/lib/gadgets v0.22.8
|
||||
go.wit.com/lib/gui/shell v0.22.24
|
||||
go.wit.com/lib/protobuf/gitpb v0.0.74
|
||||
go.wit.com/lib/protobuf/virtbuf v0.2.19
|
||||
go.wit.com/log v0.22.11
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/destel/rill v0.7.0 // indirect
|
||||
github.com/go-cmd/cmd v1.4.3 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
go.wit.com/dev/alexflint/arg v1.5.5 // indirect
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
go.wit.com/widget v1.1.28 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue