Skip to content

Commit dfc5e5b

Browse files
authored
bump go-keybase-chat-bot (#103)
1 parent d737dbc commit dfc5e5b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
toolchain go1.25.5
66

77
require (
8-
github.com/keybase/go-keybase-chat-bot v0.0.0-20251212163122-450fd0812017
8+
github.com/keybase/go-keybase-chat-bot v0.0.0-20260127182354-7367dd3315a3
99
github.com/nlopes/slack v0.1.1-0.20180101221843-107290b5bbaf
1010
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1111
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
66
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9-
github.com/keybase/go-keybase-chat-bot v0.0.0-20251212163122-450fd0812017 h1:lB6jgDag58Ie9yfLSGDQiUZt60zPyRpK6aWCtovQeSo=
10-
github.com/keybase/go-keybase-chat-bot v0.0.0-20251212163122-450fd0812017/go.mod h1:wl5lBoVNkepL8Hzs7jyqg3GS6U+by4yQeNr7oT0Evt0=
9+
github.com/keybase/go-keybase-chat-bot v0.0.0-20260127182354-7367dd3315a3 h1:0uwBoNFUfi+vqQplGh2md1bak0WYelaoqkjn6hBSwJM=
10+
github.com/keybase/go-keybase-chat-bot v0.0.0-20260127182354-7367dd3315a3/go.mod h1:wl5lBoVNkepL8Hzs7jyqg3GS6U+by4yQeNr7oT0Evt0=
1111
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
1212
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
1313
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=

keybot/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func main() {
9696
keybaseChannel := os.Getenv("KEYBASE_CHAT_CONVID")
9797
opts.KeybaseLocation = os.Getenv("KEYBASE_LOCATION")
9898
opts.HomeDir = os.Getenv("KEYBASE_HOME")
99+
opts.DebugTag = name
99100
oneshotUsername := os.Getenv("KEYBASE_ONESHOT_USERNAME")
100101
oneshotPaperkey := os.Getenv("KEYBASE_ONESHOT_PAPERKEY")
101102
if len(oneshotPaperkey) > 0 && len(oneshotUsername) > 0 {

0 commit comments

Comments
 (0)