Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 18:41:20 -06:00
parent 43298bb073
commit ee1a70da68
1 changed files with 15 additions and 0 deletions

View File

@ -1 +1,16 @@
// `autogen:go.mod`
module go.wit.com/apps/utils/powerpaneld
go 1.20
require (
go.wit.com/dev/alexflint/arg v1.5.5
go.wit.com/lib/gui/shell v0.22.16
go.wit.com/log v0.22.9
)
require (
github.com/go-cmd/cmd v1.4.3 // indirect
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
)