Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-29 12:47:08 -06:00
parent 4735dc064e
commit d010dead77
1 changed files with 17 additions and 0 deletions

View File

@ -1 +1,18 @@
// `autogen:go.mod`
module go.wit.com/apps/utils/powerpaneld
go 1.21
toolchain go1.23.4
require (
go.wit.com/dev/alexflint/arg v1.5.5
go.wit.com/lib/gui/shell v0.22.23
go.wit.com/log v0.22.10
)
require (
github.com/go-cmd/cmd v1.4.3 // indirect
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
)