wallhaven_dl/go.mod

11 lines
204 B
Modula-2
Raw Normal View History

2023-10-22 21:40:26 +00:00
module git.asdf.cafe/abs3nt/wallhaven_dl
2023-10-17 18:33:29 +00:00
go 1.21.3
2023-10-22 21:40:26 +00:00
require github.com/spf13/cobra v1.7.0
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)