sandwitchboard/go.mod
2024-07-03 20:15:02 +02:00

8 lines
133 B
Modula-2

module git.ctrlz.es/sandwitchboard
go 1.22.3
require (
github.com/alecthomas/kong v0.9.0
github.com/aquilax/cooklang-go v0.1.7
)