Notes added by 'git notes append'
This commit is contained in:
parent
fc979272ac
commit
fc8b3a55d4
|
@ -1 +1,17 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/lib/gui/cloudflare
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
go.wit.com/gui v0.22.13
|
||||
go.wit.com/lib/gadgets v0.22.5
|
||||
go.wit.com/log v0.22.9
|
||||
)
|
||||
|
||||
require (
|
||||
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.27 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue