Notes added by 'git notes append'
This commit is contained in:
parent
0ef1596264
commit
7ba34322b7
|
@ -1 +1,12 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/apps/utils/gowebd
|
||||||
|
|
||||||
|
go 1.20
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.wit.com/dev/alexflint/arg v1.5.5
|
||||||
|
go.wit.com/log v0.22.9
|
||||||
|
)
|
||||||
|
|
||||||
|
require go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||||
|
|
Loading…
Reference in New Issue