File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.25.5
66
77require (
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)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
66github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
88github.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 =
1111github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
1212github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
1313github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments