Further development

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-04-05 01:25:43 +02:00
parent fe1cd28327
commit c0bf3b2b36
10 changed files with 190 additions and 162 deletions

8
go.mod
View File

@@ -3,12 +3,10 @@ module github.com/noettore/barandaBot
go 1.14
require (
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920
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
github.com/pkg/errors v0.9.1
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775
gopkg.in/dixonwille/wlog.v2 v2.0.0
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
)