18 lines
323 B
Modula-2
18 lines
323 B
Modula-2
module gitea.micah.wiki/pandora/alfred
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.12
|
|
|
|
require (
|
|
github.com/deanishe/awgo v0.29.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/magefile/mage v1.15.0 // indirect
|
|
go.deanishe.net/env v0.5.1 // indirect
|
|
go.deanishe.net/fuzzy v1.0.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
)
|