Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-17 21:26:25 -06:00
parent 21be9e9762
commit ff18c75a49
1 changed files with 18 additions and 0 deletions

View File

@ -1 +1,19 @@
// `autogen:go.mod` // `autogen:go.mod`
module go.wit.com/apps/control-panel-vpn
go 1.21
toolchain go1.23.4
require (
go.wit.com/gui v0.22.14
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
)