mirror of
https://github.com/aykhans/azal-bot.git
synced 2025-04-19 05:45:43 +00:00
11 lines
186 B
Modula-2
11 lines
186 B
Modula-2
module github.com/aykhans/azal-bot
|
|
|
|
go 1.22.6
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require github.com/inconshreveable/mousetrap v1.1.0 // indirect
|