This repository was archived by the owner on Mar 11, 2024. It is now read-only.
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import (
16
16
_ "github.com/go-chat-bot/plugins/catfacts"
17
17
_ "github.com/go-chat-bot/plugins/catgif"
18
18
_ "github.com/go-chat-bot/plugins/chucknorris"
19
+ _ "github.com/go-chat-bot/plugins-br/gloria_a_deus"
19
20
_ "github.com/go-chat-bot/plugins/cmd"
20
21
_ "github.com/go-chat-bot/plugins/crypto"
21
22
_ "github.com/go-chat-bot/plugins/encoding"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/detached/gorocket v0.0.0-20170629192631-d44bbd3f26d2 // indirect
10
10
github.com/fatih/structs v1.0.0 // indirect
11
11
github.com/go-chat-bot/plugins v0.0.0-20181006134258-491b3f9878d6
12
- github.com/go-chat-bot/plugins-br v0.0.0-20170316122923-eb41b30907dc
12
+ github.com/go-chat-bot/plugins-br v0.0.0-20200917130500-b69d8e0f9584
13
13
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
14
14
github.com/google/go-cmp v0.3.1 // indirect
15
15
github.com/google/go-querystring v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV
24
24
github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
25
25
github.com/go-chat-bot/plugins v0.0.0-20181006134258-491b3f9878d6 h1:qNYjVQnDwznjLk+OnNdczA5SXwEa/RwjPTZSQCKofF4 =
26
26
github.com/go-chat-bot/plugins v0.0.0-20181006134258-491b3f9878d6 /go.mod h1:Ga63x4EC4NFYr/KGzhn8D8fLj89sfJA/dpBsuowiHOQ =
27
- github.com/go-chat-bot/plugins-br v0.0.0-20170316122923-eb41b30907dc h1:v/poG4Y4O/z1cUm2cWxiIkFFgRsT3Fe1u1A33evx89g =
28
- github.com/go-chat-bot/plugins-br v0.0.0-20170316122923-eb41b30907dc /go.mod h1:KU0Ieo/D/HBwPY6n3tLWanM5GemW6iWXdbgm96qRW2Q =
27
+ github.com/go-chat-bot/plugins v0.0.0-20200616122335-c0aba236acdb h1:k2HBEaNC/+9L6d8iA+ls7EMIS6u2SRwhXlxTgfRIEvk =
28
+ github.com/go-chat-bot/plugins-br v0.0.0-20200917130500-b69d8e0f9584 h1:6i1FuHDlNZ6OtsEeE6GKa7e078pbXafYbnvo1PG3WHw =
29
+ github.com/go-chat-bot/plugins-br v0.0.0-20200917130500-b69d8e0f9584 /go.mod h1:KU0Ieo/D/HBwPY6n3tLWanM5GemW6iWXdbgm96qRW2Q =
29
30
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible h1:2cauKuaELYAEARXRkq2LrJ0yDDv1rW7+wrTEdVL3uaU =
30
31
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible /go.mod h1:qf9acutJ8cwBUhm1bqgz6Bei9/C/c93FPDljKWwsOgM =
31
32
github.com/go-test/deep v1.0.4 h1:u2CU3YKy9I2pmu9pX0eq50wCgjfGIt539SqR7FbHiho =
You can’t perform that action at this time.
0 commit comments