Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 763f9ee

Browse files
committed
Update plugins
1 parent d1d8f94 commit 763f9ee

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

debug/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
_ "github.com/go-chat-bot/plugins/catfacts"
1717
_ "github.com/go-chat-bot/plugins/catgif"
1818
_ "github.com/go-chat-bot/plugins/chucknorris"
19+
_ "github.com/go-chat-bot/plugins-br/gloria_a_deus"
1920
_ "github.com/go-chat-bot/plugins/cmd"
2021
_ "github.com/go-chat-bot/plugins/crypto"
2122
_ "github.com/go-chat-bot/plugins/encoding"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/detached/gorocket v0.0.0-20170629192631-d44bbd3f26d2 // indirect
1010
github.com/fatih/structs v1.0.0 // indirect
1111
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
1313
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
1414
github.com/google/go-cmp v0.3.1 // indirect
1515
github.com/google/go-querystring v1.0.0 // indirect

go.sum

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV
2424
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
2525
github.com/go-chat-bot/plugins v0.0.0-20181006134258-491b3f9878d6 h1:qNYjVQnDwznjLk+OnNdczA5SXwEa/RwjPTZSQCKofF4=
2626
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=
2930
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible h1:2cauKuaELYAEARXRkq2LrJ0yDDv1rW7+wrTEdVL3uaU=
3031
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible/go.mod h1:qf9acutJ8cwBUhm1bqgz6Bei9/C/c93FPDljKWwsOgM=
3132
github.com/go-test/deep v1.0.4 h1:u2CU3YKy9I2pmu9pX0eq50wCgjfGIt539SqR7FbHiho=

0 commit comments

Comments
 (0)