13 lines
372 B
Modula-2
13 lines
372 B
Modula-2
module github.com/noettore/barandaBot
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/daviddengcn/go-colortext v1.0.0 // indirect
|
|
github.com/dixonwille/wmenu v4.0.2+incompatible
|
|
github.com/go-redis/redis v6.15.7+incompatible
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
|
|
gopkg.in/tucnak/telebot.v2 v2.0.0-20200329125927-3458aeb2e7be
|
|
)
|