handler/go.mod

10 lines
203 B
Modula-2
Raw Normal View History

2022-04-18 18:13:53 -04:00
module git.thirdage.dev/night/handler
go 1.18
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)