Notes added by 'git notes append'
This commit is contained in:
parent
cb5358943d
commit
18e070eb33
|
@ -1 +1,32 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/utils/wit-utils
|
||||
|
||||
go 1.21
|
||||
|
||||
toolchain go1.23.4
|
||||
|
||||
require (
|
||||
go.wit.com/dev/alexflint/arg v1.5.5
|
||||
go.wit.com/gui v0.22.14
|
||||
go.wit.com/lib/debugger v0.22.5
|
||||
go.wit.com/lib/gui/logsettings v0.22.5
|
||||
go.wit.com/lib/gui/repolist v0.22.34
|
||||
go.wit.com/lib/gui/shell v0.22.17
|
||||
go.wit.com/lib/protobuf/forgepb v0.0.33
|
||||
go.wit.com/lib/protobuf/gitpb v0.0.31
|
||||
go.wit.com/lib/protobuf/virtbuf v0.2.16
|
||||
go.wit.com/lib/protobuf/zoopb v0.0.19
|
||||
go.wit.com/log v0.22.9
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/destel/rill v0.6.0 // indirect
|
||||
github.com/go-cmd/cmd v1.4.3 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
go.wit.com/lib/gadgets v0.22.5 // indirect
|
||||
go.wit.com/lib/gui/repostatus v0.22.29 // indirect
|
||||
go.wit.com/widget v1.1.27 // indirect
|
||||
google.golang.org/protobuf v1.35.2 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue