Notes added by 'git notes append'
This commit is contained in:
parent
1b1e99c2bd
commit
b53a750837
|
@ -1 +1,18 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/toolkits/nocui
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.6
|
||||
|
||||
require (
|
||||
go.wit.com/log v0.22.16
|
||||
go.wit.com/toolkits/tree v0.22.9
|
||||
go.wit.com/widget v1.1.29
|
||||
)
|
||||
|
||||
require (
|
||||
go.wit.com/lib/protobuf/guipb v0.0.2 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue